|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'topicchooser.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:15 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 TOPICCHOOSER_H |
|
11 #define TOPICCHOOSER_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QDialog> |
|
18 #include <QtGui/QHBoxLayout> |
|
19 #include <QtGui/QHeaderView> |
|
20 #include <QtGui/QLabel> |
|
21 #include <QtGui/QListWidget> |
|
22 #include <QtGui/QPushButton> |
|
23 #include <QtGui/QSpacerItem> |
|
24 #include <QtGui/QVBoxLayout> |
|
25 #include <QtGui/QWidget> |
|
26 |
|
27 QT_BEGIN_NAMESPACE |
|
28 |
|
29 class Ui_TopicChooser |
|
30 { |
|
31 public: |
|
32 QVBoxLayout *vboxLayout; |
|
33 QLabel *label; |
|
34 QListWidget *listWidget; |
|
35 QWidget *Layout16; |
|
36 QHBoxLayout *hboxLayout; |
|
37 QSpacerItem *Horizontal_Spacing2; |
|
38 QPushButton *buttonDisplay; |
|
39 QPushButton *buttonCancel; |
|
40 |
|
41 void setupUi(QDialog *TopicChooser) |
|
42 { |
|
43 if (TopicChooser->objectName().isEmpty()) |
|
44 TopicChooser->setObjectName(QString::fromUtf8("TopicChooser")); |
|
45 TopicChooser->resize(391, 223); |
|
46 TopicChooser->setSizeGripEnabled(true); |
|
47 vboxLayout = new QVBoxLayout(TopicChooser); |
|
48 #ifndef Q_OS_MAC |
|
49 vboxLayout->setSpacing(6); |
|
50 #endif |
|
51 vboxLayout->setContentsMargins(11, 11, 11, 11); |
|
52 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
53 vboxLayout->setObjectName(QString::fromUtf8("unnamed")); |
|
54 label = new QLabel(TopicChooser); |
|
55 label->setObjectName(QString::fromUtf8("label")); |
|
56 |
|
57 vboxLayout->addWidget(label); |
|
58 |
|
59 listWidget = new QListWidget(TopicChooser); |
|
60 listWidget->setObjectName(QString::fromUtf8("listWidget")); |
|
61 |
|
62 vboxLayout->addWidget(listWidget); |
|
63 |
|
64 Layout16 = new QWidget(TopicChooser); |
|
65 Layout16->setObjectName(QString::fromUtf8("Layout16")); |
|
66 hboxLayout = new QHBoxLayout(Layout16); |
|
67 #ifndef Q_OS_MAC |
|
68 hboxLayout->setSpacing(6); |
|
69 #endif |
|
70 hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
71 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); |
|
72 hboxLayout->setObjectName(QString::fromUtf8("unnamed")); |
|
73 hboxLayout->setContentsMargins(0, 0, 0, 0); |
|
74 Horizontal_Spacing2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
|
75 |
|
76 hboxLayout->addItem(Horizontal_Spacing2); |
|
77 |
|
78 buttonDisplay = new QPushButton(Layout16); |
|
79 buttonDisplay->setObjectName(QString::fromUtf8("buttonDisplay")); |
|
80 buttonDisplay->setAutoDefault(true); |
|
81 buttonDisplay->setDefault(true); |
|
82 |
|
83 hboxLayout->addWidget(buttonDisplay); |
|
84 |
|
85 buttonCancel = new QPushButton(Layout16); |
|
86 buttonCancel->setObjectName(QString::fromUtf8("buttonCancel")); |
|
87 buttonCancel->setAutoDefault(true); |
|
88 |
|
89 hboxLayout->addWidget(buttonCancel); |
|
90 |
|
91 |
|
92 vboxLayout->addWidget(Layout16); |
|
93 |
|
94 #ifndef QT_NO_SHORTCUT |
|
95 label->setBuddy(listWidget); |
|
96 #endif // QT_NO_SHORTCUT |
|
97 |
|
98 retranslateUi(TopicChooser); |
|
99 |
|
100 QMetaObject::connectSlotsByName(TopicChooser); |
|
101 } // setupUi |
|
102 |
|
103 void retranslateUi(QDialog *TopicChooser) |
|
104 { |
|
105 TopicChooser->setWindowTitle(QApplication::translate("TopicChooser", "Choose Topic", 0, QApplication::UnicodeUTF8)); |
|
106 label->setText(QApplication::translate("TopicChooser", "&Topics", 0, QApplication::UnicodeUTF8)); |
|
107 buttonDisplay->setText(QApplication::translate("TopicChooser", "&Display", 0, QApplication::UnicodeUTF8)); |
|
108 buttonCancel->setText(QApplication::translate("TopicChooser", "&Close", 0, QApplication::UnicodeUTF8)); |
|
109 } // retranslateUi |
|
110 |
|
111 }; |
|
112 |
|
113 namespace Ui { |
|
114 class TopicChooser: public Ui_TopicChooser {}; |
|
115 } // namespace Ui |
|
116 |
|
117 QT_END_NAMESPACE |
|
118 |
|
119 #endif // TOPICCHOOSER_H |