/****************************************************************************
** Form interface generated from reading ui file 'maindialog.ui'
**
** Created: dom 1. oct 14:09:18 2017
**      by: The User Interface Compiler ($Id: main.cpp 2051 2007-02-21 10:04:20Z chehrlic $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef MAINDIALOG_H
#define MAINDIALOG_H

#include <qvariant.h>
#include <qpixmap.h>
#include <qdialog.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLabel;
class QPushButton;

class MainDialog : public QDialog
{
    Q_OBJECT

public:
    MainDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~MainDialog();

    QLabel* TextLabel2;
    QLabel* image;
    QLabel* description;
    QPushButton* PushButton1;

protected:
    QVBoxLayout* MainDialogLayout;
    QSpacerItem* Spacer2_2;
    QHBoxLayout* Layout2;
    QSpacerItem* Spacer2;

protected slots:
    virtual void languageChange();

private:
    QPixmap image0;

};

#endif // MAINDIALOG_H
