|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'displaywidget.ui' |
|
3 ** |
|
4 ** Created: Fri May 7 18:24:44 2010 |
|
5 ** by: Qt User Interface Compiler version 4.6.1 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef UI_DISPLAYWIDGET_H |
|
11 #define UI_DISPLAYWIDGET_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QComboBox> |
|
18 #include <QtGui/QHeaderView> |
|
19 #include <QtGui/QLabel> |
|
20 #include <QtGui/QListWidget> |
|
21 #include <QtGui/QPushButton> |
|
22 #include <QtGui/QScrollBar> |
|
23 #include <QtGui/QVBoxLayout> |
|
24 #include <QtGui/QWidget> |
|
25 |
|
26 QT_BEGIN_NAMESPACE |
|
27 |
|
28 class Ui_DisplayWidgetClass |
|
29 { |
|
30 public: |
|
31 QWidget *verticalLayoutWidget; |
|
32 QVBoxLayout *verticalLayout; |
|
33 QLabel *label; |
|
34 QComboBox *comboBox_intf; |
|
35 QPushButton *pushButton_intf; |
|
36 QLabel *label_2; |
|
37 QComboBox *comboBox__SP; |
|
38 QPushButton *pushButton_SP; |
|
39 QLabel *label_3; |
|
40 QComboBox *comboBox_service; |
|
41 QPushButton *pushButton_service; |
|
42 QListWidget *listWidget; |
|
43 QScrollBar *verticalScrollBar_list; |
|
44 |
|
45 void setupUi(QWidget *DisplayWidgetClass) |
|
46 { |
|
47 if (DisplayWidgetClass->objectName().isEmpty()) |
|
48 DisplayWidgetClass->setObjectName(QString::fromUtf8("DisplayWidgetClass")); |
|
49 DisplayWidgetClass->resize(400, 489); |
|
50 verticalLayoutWidget = new QWidget(DisplayWidgetClass); |
|
51 verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget")); |
|
52 verticalLayoutWidget->setGeometry(QRect(10, 10, 371, 461)); |
|
53 verticalLayout = new QVBoxLayout(verticalLayoutWidget); |
|
54 verticalLayout->setSpacing(6); |
|
55 verticalLayout->setContentsMargins(11, 11, 11, 11); |
|
56 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
|
57 verticalLayout->setContentsMargins(0, 0, 0, 0); |
|
58 label = new QLabel(verticalLayoutWidget); |
|
59 label->setObjectName(QString::fromUtf8("label")); |
|
60 |
|
61 verticalLayout->addWidget(label); |
|
62 |
|
63 comboBox_intf = new QComboBox(verticalLayoutWidget); |
|
64 comboBox_intf->setObjectName(QString::fromUtf8("comboBox_intf")); |
|
65 |
|
66 verticalLayout->addWidget(comboBox_intf); |
|
67 |
|
68 pushButton_intf = new QPushButton(verticalLayoutWidget); |
|
69 pushButton_intf->setObjectName(QString::fromUtf8("pushButton_intf")); |
|
70 |
|
71 verticalLayout->addWidget(pushButton_intf); |
|
72 |
|
73 label_2 = new QLabel(verticalLayoutWidget); |
|
74 label_2->setObjectName(QString::fromUtf8("label_2")); |
|
75 |
|
76 verticalLayout->addWidget(label_2); |
|
77 |
|
78 comboBox__SP = new QComboBox(verticalLayoutWidget); |
|
79 comboBox__SP->setObjectName(QString::fromUtf8("comboBox__SP")); |
|
80 |
|
81 verticalLayout->addWidget(comboBox__SP); |
|
82 |
|
83 pushButton_SP = new QPushButton(verticalLayoutWidget); |
|
84 pushButton_SP->setObjectName(QString::fromUtf8("pushButton_SP")); |
|
85 |
|
86 verticalLayout->addWidget(pushButton_SP); |
|
87 |
|
88 label_3 = new QLabel(verticalLayoutWidget); |
|
89 label_3->setObjectName(QString::fromUtf8("label_3")); |
|
90 |
|
91 verticalLayout->addWidget(label_3); |
|
92 |
|
93 comboBox_service = new QComboBox(verticalLayoutWidget); |
|
94 comboBox_service->setObjectName(QString::fromUtf8("comboBox_service")); |
|
95 |
|
96 verticalLayout->addWidget(comboBox_service); |
|
97 |
|
98 pushButton_service = new QPushButton(verticalLayoutWidget); |
|
99 pushButton_service->setObjectName(QString::fromUtf8("pushButton_service")); |
|
100 |
|
101 verticalLayout->addWidget(pushButton_service); |
|
102 |
|
103 listWidget = new QListWidget(verticalLayoutWidget); |
|
104 listWidget->setObjectName(QString::fromUtf8("listWidget")); |
|
105 |
|
106 verticalLayout->addWidget(listWidget); |
|
107 |
|
108 verticalScrollBar_list = new QScrollBar(DisplayWidgetClass); |
|
109 verticalScrollBar_list->setObjectName(QString::fromUtf8("verticalScrollBar_list")); |
|
110 verticalScrollBar_list->setGeometry(QRect(380, 242, 20, 221)); |
|
111 verticalScrollBar_list->setOrientation(Qt::Vertical); |
|
112 |
|
113 retranslateUi(DisplayWidgetClass); |
|
114 |
|
115 QMetaObject::connectSlotsByName(DisplayWidgetClass); |
|
116 } // setupUi |
|
117 |
|
118 void retranslateUi(QWidget *DisplayWidgetClass) |
|
119 { |
|
120 DisplayWidgetClass->setWindowTitle(QApplication::translate("DisplayWidgetClass", "DisplayWidget", 0, QApplication::UnicodeUTF8)); |
|
121 label->setText(QApplication::translate("DisplayWidgetClass", "Select Interface", 0, QApplication::UnicodeUTF8)); |
|
122 pushButton_intf->setText(QApplication::translate("DisplayWidgetClass", "Ok", 0, QApplication::UnicodeUTF8)); |
|
123 label_2->setText(QApplication::translate("DisplayWidgetClass", "Select Service Provider", 0, QApplication::UnicodeUTF8)); |
|
124 pushButton_SP->setText(QApplication::translate("DisplayWidgetClass", "Ok", 0, QApplication::UnicodeUTF8)); |
|
125 label_3->setText(QApplication::translate("DisplayWidgetClass", "Select Service", 0, QApplication::UnicodeUTF8)); |
|
126 pushButton_service->setText(QApplication::translate("DisplayWidgetClass", "Ok", 0, QApplication::UnicodeUTF8)); |
|
127 } // retranslateUi |
|
128 |
|
129 }; |
|
130 |
|
131 namespace Ui { |
|
132 class DisplayWidgetClass: public Ui_DisplayWidgetClass {}; |
|
133 } // namespace Ui |
|
134 |
|
135 QT_END_NAMESPACE |
|
136 |
|
137 #endif // UI_DISPLAYWIDGET_H |