1/********************************************************************************
2** Form generated from reading UI file 'topicchooser.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.9
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_TOPICCHOOSER_H
10#define UI_TOPICCHOOSER_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QHBoxLayout>
16#include <QtWidgets/QLabel>
17#include <QtWidgets/QLineEdit>
18#include <QtWidgets/QListView>
19#include <QtWidgets/QPushButton>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QVBoxLayout>
22
23QT_BEGIN_NAMESPACE
24
25class Ui_TopicChooser
26{
27public:
28 QVBoxLayout *vboxLayout;
29 QLabel *label;
30 QLineEdit *lineEdit;
31 QListView *listWidget;
32 QHBoxLayout *hboxLayout;
33 QSpacerItem *Horizontal_Spacing2;
34 QPushButton *buttonDisplay;
35 QPushButton *buttonCancel;
36
37 void setupUi(QDialog *TopicChooser)
38 {
39 if (TopicChooser->objectName().isEmpty())
40 TopicChooser->setObjectName(QString::fromUtf8(str: "TopicChooser"));
41 TopicChooser->resize(w: 391, h: 223);
42 TopicChooser->setSizeGripEnabled(true);
43 vboxLayout = new QVBoxLayout(TopicChooser);
44#ifndef Q_OS_MAC
45 vboxLayout->setSpacing(6);
46#endif
47 vboxLayout->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
48 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
49 vboxLayout->setObjectName(QString::fromUtf8(str: "unnamed"));
50 label = new QLabel(TopicChooser);
51 label->setObjectName(QString::fromUtf8(str: "label"));
52
53 vboxLayout->addWidget(label);
54
55 lineEdit = new QLineEdit(TopicChooser);
56 lineEdit->setObjectName(QString::fromUtf8(str: "lineEdit"));
57
58 vboxLayout->addWidget(lineEdit);
59
60 listWidget = new QListView(TopicChooser);
61 listWidget->setObjectName(QString::fromUtf8(str: "listWidget"));
62
63 vboxLayout->addWidget(listWidget);
64
65 hboxLayout = new QHBoxLayout();
66#ifndef Q_OS_MAC
67 hboxLayout->setSpacing(6);
68#endif
69 hboxLayout->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0);
70 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
71 hboxLayout->setObjectName(QString::fromUtf8(str: "unnamed"));
72 Horizontal_Spacing2 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
73
74 hboxLayout->addItem(Horizontal_Spacing2);
75
76 buttonDisplay = new QPushButton(TopicChooser);
77 buttonDisplay->setObjectName(QString::fromUtf8(str: "buttonDisplay"));
78 buttonDisplay->setAutoDefault(true);
79
80 hboxLayout->addWidget(buttonDisplay);
81
82 buttonCancel = new QPushButton(TopicChooser);
83 buttonCancel->setObjectName(QString::fromUtf8(str: "buttonCancel"));
84 buttonCancel->setAutoDefault(true);
85
86 hboxLayout->addWidget(buttonCancel);
87
88
89 vboxLayout->addLayout(layout: hboxLayout);
90
91#if QT_CONFIG(shortcut)
92 label->setBuddy(listWidget);
93#endif // QT_CONFIG(shortcut)
94
95 retranslateUi(TopicChooser);
96
97 buttonDisplay->setDefault(true);
98
99
100 QMetaObject::connectSlotsByName(o: TopicChooser);
101 } // setupUi
102
103 void retranslateUi(QDialog *TopicChooser)
104 {
105 TopicChooser->setWindowTitle(QCoreApplication::translate(context: "TopicChooser", key: "Choose Topic", disambiguation: nullptr));
106 label->setText(QCoreApplication::translate(context: "TopicChooser", key: "&Topics", disambiguation: nullptr));
107 buttonDisplay->setText(QCoreApplication::translate(context: "TopicChooser", key: "&Display", disambiguation: nullptr));
108 buttonCancel->setText(QCoreApplication::translate(context: "TopicChooser", key: "&Close", disambiguation: nullptr));
109 } // retranslateUi
110
111};
112
113namespace Ui {
114 class TopicChooser: public Ui_TopicChooser {};
115} // namespace Ui
116
117QT_END_NAMESPACE
118
119#endif // UI_TOPICCHOOSER_H
120

source code of qttools/src/assistant/assistant/.uic/ui_topicchooser.h