1/********************************************************************************
2** Form generated from reading UI file 'selectsignaldialog.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_SELECTSIGNALDIALOG_H
10#define UI_SELECTSIGNALDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QDialogButtonBox>
16#include <QtWidgets/QGroupBox>
17#include <QtWidgets/QHeaderView>
18#include <QtWidgets/QTreeView>
19#include <QtWidgets/QVBoxLayout>
20
21QT_BEGIN_NAMESPACE
22
23class Ui_SelectSignalDialog
24{
25public:
26 QVBoxLayout *verticalLayout;
27 QGroupBox *groupBox;
28 QVBoxLayout *verticalLayout_2;
29 QTreeView *signalList;
30 QDialogButtonBox *buttonBox;
31
32 void setupUi(QDialog *SelectSignalDialog)
33 {
34 if (SelectSignalDialog->objectName().isEmpty())
35 SelectSignalDialog->setObjectName(QString::fromUtf8(str: "SelectSignalDialog"));
36 SelectSignalDialog->resize(w: 514, h: 183);
37 verticalLayout = new QVBoxLayout(SelectSignalDialog);
38 verticalLayout->setObjectName(QString::fromUtf8(str: "verticalLayout"));
39 groupBox = new QGroupBox(SelectSignalDialog);
40 groupBox->setObjectName(QString::fromUtf8(str: "groupBox"));
41 verticalLayout_2 = new QVBoxLayout(groupBox);
42 verticalLayout_2->setObjectName(QString::fromUtf8(str: "verticalLayout_2"));
43 signalList = new QTreeView(groupBox);
44 signalList->setObjectName(QString::fromUtf8(str: "signalList"));
45 signalList->setSortingEnabled(false);
46 signalList->header()->setVisible(false);
47
48 verticalLayout_2->addWidget(signalList);
49
50
51 verticalLayout->addWidget(groupBox);
52
53 buttonBox = new QDialogButtonBox(SelectSignalDialog);
54 buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox"));
55 buttonBox->setOrientation(Qt::Horizontal);
56 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
57
58 verticalLayout->addWidget(buttonBox);
59
60
61 retranslateUi(SelectSignalDialog);
62 QObject::connect(sender: buttonBox, SIGNAL(accepted()), receiver: SelectSignalDialog, SLOT(accept()));
63 QObject::connect(sender: buttonBox, SIGNAL(rejected()), receiver: SelectSignalDialog, SLOT(reject()));
64
65 QMetaObject::connectSlotsByName(o: SelectSignalDialog);
66 } // setupUi
67
68 void retranslateUi(QDialog *SelectSignalDialog)
69 {
70 SelectSignalDialog->setWindowTitle(QCoreApplication::translate(context: "SelectSignalDialog", key: "Go to slot", disambiguation: nullptr));
71 groupBox->setTitle(QCoreApplication::translate(context: "SelectSignalDialog", key: "Select signal", disambiguation: nullptr));
72 } // retranslateUi
73
74};
75
76namespace Ui {
77 class SelectSignalDialog: public Ui_SelectSignalDialog {};
78} // namespace Ui
79
80QT_END_NAMESPACE
81
82#endif // UI_SELECTSIGNALDIALOG_H
83

source code of qttools/src/designer/src/lib/.uic/ui_selectsignaldialog.h