da7e401ab012d399a3bda43d2ae6ee9fec997608
[evehomescreen] / src / ui_mainwindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'mainwindow.ui'
3 **
4 ** Created: Fri May 7 20:57:37 2010
5 **      by: Qt User Interface Compiler version 4.6.2
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_MAINWINDOW_H
11 #define UI_MAINWINDOW_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QLabel>
19 #include <QtGui/QMainWindow>
20 #include <QtGui/QMenuBar>
21 #include <QtGui/QPushButton>
22 #include <QtGui/QStatusBar>
23 #include <QtGui/QWidget>
24
25 QT_BEGIN_NAMESPACE
26
27 class Ui_MainWindow
28 {
29 public:
30     QWidget *centralwidget;
31     QPushButton *fetchButton;
32     QLabel *iconLabel;
33     QLabel *trainingLabel;
34     QMenuBar *menubar;
35     QStatusBar *statusbar;
36
37     void setupUi(QMainWindow *MainWindow)
38     {
39         if (MainWindow->objectName().isEmpty())
40             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
41         MainWindow->resize(394, 236);
42         centralwidget = new QWidget(MainWindow);
43         centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
44         fetchButton = new QPushButton(centralwidget);
45         fetchButton->setObjectName(QString::fromUtf8("fetchButton"));
46         fetchButton->setGeometry(QRect(280, 150, 90, 22));
47         iconLabel = new QLabel(centralwidget);
48         iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
49         iconLabel->setGeometry(QRect(80, 60, 70, 70));
50         trainingLabel = new QLabel(centralwidget);
51         trainingLabel->setObjectName(QString::fromUtf8("trainingLabel"));
52         trainingLabel->setGeometry(QRect(10, 150, 221, 20));
53         trainingLabel->setAlignment(Qt::AlignCenter);
54         MainWindow->setCentralWidget(centralwidget);
55         menubar = new QMenuBar(MainWindow);
56         menubar->setObjectName(QString::fromUtf8("menubar"));
57         menubar->setGeometry(QRect(0, 0, 394, 20));
58         MainWindow->setMenuBar(menubar);
59         statusbar = new QStatusBar(MainWindow);
60         statusbar->setObjectName(QString::fromUtf8("statusbar"));
61         MainWindow->setStatusBar(statusbar);
62
63         retranslateUi(MainWindow);
64
65         QMetaObject::connectSlotsByName(MainWindow);
66     } // setupUi
67
68     void retranslateUi(QMainWindow *MainWindow)
69     {
70         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
71         fetchButton->setText(QApplication::translate("MainWindow", "Fetch!", 0, QApplication::UnicodeUTF8));
72         iconLabel->setText(QApplication::translate("MainWindow", "TextLabel", 0, QApplication::UnicodeUTF8));
73         trainingLabel->setText(QString());
74     } // retranslateUi
75
76 };
77
78 namespace Ui {
79     class MainWindow: public Ui_MainWindow {};
80 } // namespace Ui
81
82 QT_END_NAMESPACE
83
84 #endif // UI_MAINWINDOW_H