|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'controller.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:13 2009 |
|
5 ** by: Qt User Interface Compiler version 4.6.0 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef CONTROLLER_H |
|
11 #define CONTROLLER_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QGridLayout> |
|
18 #include <QtGui/QHeaderView> |
|
19 #include <QtGui/QLabel> |
|
20 #include <QtGui/QPushButton> |
|
21 #include <QtGui/QWidget> |
|
22 |
|
23 QT_BEGIN_NAMESPACE |
|
24 |
|
25 class Ui_Controller |
|
26 { |
|
27 public: |
|
28 QGridLayout *gridLayout; |
|
29 QLabel *label; |
|
30 QPushButton *decelerate; |
|
31 QPushButton *accelerate; |
|
32 QPushButton *right; |
|
33 QPushButton *left; |
|
34 |
|
35 void setupUi(QWidget *Controller) |
|
36 { |
|
37 if (Controller->objectName().isEmpty()) |
|
38 Controller->setObjectName(QString::fromUtf8("Controller")); |
|
39 Controller->resize(255, 111); |
|
40 gridLayout = new QGridLayout(Controller); |
|
41 #ifndef Q_OS_MAC |
|
42 gridLayout->setSpacing(6); |
|
43 #endif |
|
44 #ifndef Q_OS_MAC |
|
45 gridLayout->setContentsMargins(9, 9, 9, 9); |
|
46 #endif |
|
47 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
48 label = new QLabel(Controller); |
|
49 label->setObjectName(QString::fromUtf8("label")); |
|
50 label->setAlignment(Qt::AlignCenter); |
|
51 |
|
52 gridLayout->addWidget(label, 1, 1, 1, 1); |
|
53 |
|
54 decelerate = new QPushButton(Controller); |
|
55 decelerate->setObjectName(QString::fromUtf8("decelerate")); |
|
56 |
|
57 gridLayout->addWidget(decelerate, 2, 1, 1, 1); |
|
58 |
|
59 accelerate = new QPushButton(Controller); |
|
60 accelerate->setObjectName(QString::fromUtf8("accelerate")); |
|
61 |
|
62 gridLayout->addWidget(accelerate, 0, 1, 1, 1); |
|
63 |
|
64 right = new QPushButton(Controller); |
|
65 right->setObjectName(QString::fromUtf8("right")); |
|
66 |
|
67 gridLayout->addWidget(right, 1, 2, 1, 1); |
|
68 |
|
69 left = new QPushButton(Controller); |
|
70 left->setObjectName(QString::fromUtf8("left")); |
|
71 |
|
72 gridLayout->addWidget(left, 1, 0, 1, 1); |
|
73 |
|
74 |
|
75 retranslateUi(Controller); |
|
76 |
|
77 QMetaObject::connectSlotsByName(Controller); |
|
78 } // setupUi |
|
79 |
|
80 void retranslateUi(QWidget *Controller) |
|
81 { |
|
82 Controller->setWindowTitle(QApplication::translate("Controller", "Controller", 0, QApplication::UnicodeUTF8)); |
|
83 label->setText(QApplication::translate("Controller", "Controller", 0, QApplication::UnicodeUTF8)); |
|
84 decelerate->setText(QApplication::translate("Controller", "Decelerate", 0, QApplication::UnicodeUTF8)); |
|
85 accelerate->setText(QApplication::translate("Controller", "Accelerate", 0, QApplication::UnicodeUTF8)); |
|
86 right->setText(QApplication::translate("Controller", "Right", 0, QApplication::UnicodeUTF8)); |
|
87 left->setText(QApplication::translate("Controller", "Left", 0, QApplication::UnicodeUTF8)); |
|
88 } // retranslateUi |
|
89 |
|
90 }; |
|
91 |
|
92 namespace Ui { |
|
93 class Controller: public Ui_Controller {}; |
|
94 } // namespace Ui |
|
95 |
|
96 QT_END_NAMESPACE |
|
97 |
|
98 #endif // CONTROLLER_H |