1/********************************************************************************
2** Form generated from reading UI file 'signalslotdialog.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_SIGNALSLOTDIALOG_H
10#define UI_SIGNALSLOTDIALOG_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/QHBoxLayout>
18#include <QtWidgets/QListView>
19#include <QtWidgets/QSpacerItem>
20#include <QtWidgets/QToolButton>
21#include <QtWidgets/QVBoxLayout>
22
23QT_BEGIN_NAMESPACE
24
25class Ui_SignalSlotDialogClass
26{
27public:
28 QVBoxLayout *vboxLayout;
29 QGroupBox *slotGroupBox;
30 QVBoxLayout *vboxLayout1;
31 QListView *slotListView;
32 QHBoxLayout *hboxLayout;
33 QToolButton *addSlotButton;
34 QToolButton *removeSlotButton;
35 QSpacerItem *spacerItem;
36 QGroupBox *signalGroupBox;
37 QVBoxLayout *vboxLayout2;
38 QListView *signalListView;
39 QHBoxLayout *hboxLayout1;
40 QToolButton *addSignalButton;
41 QToolButton *removeSignalButton;
42 QSpacerItem *spacerItem1;
43 QDialogButtonBox *buttonBox;
44
45 void setupUi(QDialog *SignalSlotDialogClass)
46 {
47 if (SignalSlotDialogClass->objectName().isEmpty())
48 SignalSlotDialogClass->setObjectName(QString::fromUtf8(str: "SignalSlotDialogClass"));
49 SignalSlotDialogClass->resize(w: 617, h: 535);
50 vboxLayout = new QVBoxLayout(SignalSlotDialogClass);
51 vboxLayout->setSpacing(6);
52 vboxLayout->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
53 vboxLayout->setObjectName(QString::fromUtf8(str: "vboxLayout"));
54 slotGroupBox = new QGroupBox(SignalSlotDialogClass);
55 slotGroupBox->setObjectName(QString::fromUtf8(str: "slotGroupBox"));
56 vboxLayout1 = new QVBoxLayout(slotGroupBox);
57 vboxLayout1->setSpacing(6);
58 vboxLayout1->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
59 vboxLayout1->setObjectName(QString::fromUtf8(str: "vboxLayout1"));
60 slotListView = new QListView(slotGroupBox);
61 slotListView->setObjectName(QString::fromUtf8(str: "slotListView"));
62
63 vboxLayout1->addWidget(slotListView);
64
65 hboxLayout = new QHBoxLayout();
66 hboxLayout->setSpacing(6);
67 hboxLayout->setObjectName(QString::fromUtf8(str: "hboxLayout"));
68 addSlotButton = new QToolButton(slotGroupBox);
69 addSlotButton->setObjectName(QString::fromUtf8(str: "addSlotButton"));
70
71 hboxLayout->addWidget(addSlotButton);
72
73 removeSlotButton = new QToolButton(slotGroupBox);
74 removeSlotButton->setObjectName(QString::fromUtf8(str: "removeSlotButton"));
75
76 hboxLayout->addWidget(removeSlotButton);
77
78 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
79
80 hboxLayout->addItem(spacerItem);
81
82
83 vboxLayout1->addLayout(layout: hboxLayout);
84
85
86 vboxLayout->addWidget(slotGroupBox);
87
88 signalGroupBox = new QGroupBox(SignalSlotDialogClass);
89 signalGroupBox->setObjectName(QString::fromUtf8(str: "signalGroupBox"));
90 vboxLayout2 = new QVBoxLayout(signalGroupBox);
91 vboxLayout2->setSpacing(6);
92 vboxLayout2->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11);
93 vboxLayout2->setObjectName(QString::fromUtf8(str: "vboxLayout2"));
94 signalListView = new QListView(signalGroupBox);
95 signalListView->setObjectName(QString::fromUtf8(str: "signalListView"));
96
97 vboxLayout2->addWidget(signalListView);
98
99 hboxLayout1 = new QHBoxLayout();
100 hboxLayout1->setSpacing(6);
101 hboxLayout1->setObjectName(QString::fromUtf8(str: "hboxLayout1"));
102 addSignalButton = new QToolButton(signalGroupBox);
103 addSignalButton->setObjectName(QString::fromUtf8(str: "addSignalButton"));
104
105 hboxLayout1->addWidget(addSignalButton);
106
107 removeSignalButton = new QToolButton(signalGroupBox);
108 removeSignalButton->setObjectName(QString::fromUtf8(str: "removeSignalButton"));
109
110 hboxLayout1->addWidget(removeSignalButton);
111
112 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
113
114 hboxLayout1->addItem(spacerItem1);
115
116
117 vboxLayout2->addLayout(layout: hboxLayout1);
118
119
120 vboxLayout->addWidget(signalGroupBox);
121
122 buttonBox = new QDialogButtonBox(SignalSlotDialogClass);
123 buttonBox->setObjectName(QString::fromUtf8(str: "buttonBox"));
124 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
125
126 vboxLayout->addWidget(buttonBox);
127
128
129 retranslateUi(SignalSlotDialogClass);
130
131 QMetaObject::connectSlotsByName(o: SignalSlotDialogClass);
132 } // setupUi
133
134 void retranslateUi(QDialog *SignalSlotDialogClass)
135 {
136 SignalSlotDialogClass->setWindowTitle(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Signals and slots", disambiguation: nullptr));
137 slotGroupBox->setTitle(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Slots", disambiguation: nullptr));
138#if QT_CONFIG(tooltip)
139 addSlotButton->setToolTip(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Add", disambiguation: nullptr));
140#endif // QT_CONFIG(tooltip)
141 addSlotButton->setText(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "...", disambiguation: nullptr));
142#if QT_CONFIG(tooltip)
143 removeSlotButton->setToolTip(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Delete", disambiguation: nullptr));
144#endif // QT_CONFIG(tooltip)
145 removeSlotButton->setText(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "...", disambiguation: nullptr));
146 signalGroupBox->setTitle(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Signals", disambiguation: nullptr));
147#if QT_CONFIG(tooltip)
148 addSignalButton->setToolTip(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Add", disambiguation: nullptr));
149#endif // QT_CONFIG(tooltip)
150 addSignalButton->setText(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "...", disambiguation: nullptr));
151#if QT_CONFIG(tooltip)
152 removeSignalButton->setToolTip(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "Delete", disambiguation: nullptr));
153#endif // QT_CONFIG(tooltip)
154 removeSignalButton->setText(QCoreApplication::translate(context: "SignalSlotDialogClass", key: "...", disambiguation: nullptr));
155 } // retranslateUi
156
157};
158
159namespace Ui {
160 class SignalSlotDialogClass: public Ui_SignalSlotDialogClass {};
161} // namespace Ui
162
163QT_END_NAMESPACE
164
165#endif // UI_SIGNALSLOTDIALOG_H
166

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