1 /********************************************************************************
2 ** Form generated from reading UI file 'signalslotdialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.5
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef SIGNALSLOTDIALOG_H
10 #define SIGNALSLOTDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QDialog>
17 #include <QtGui/QDialogButtonBox>
18 #include <QtGui/QGroupBox>
19 #include <QtGui/QHBoxLayout>
20 #include <QtGui/QHeaderView>
21 #include <QtGui/QListView>
22 #include <QtGui/QSpacerItem>
23 #include <QtGui/QToolButton>
24 #include <QtGui/QVBoxLayout>
25 
26 QT_BEGIN_NAMESPACE
27 
28 class Ui_SignalSlotDialogClass
29 {
30 public:
31     QVBoxLayout *vboxLayout;
32     QGroupBox *slotGroupBox;
33     QVBoxLayout *vboxLayout1;
34     QListView *slotListView;
35     QHBoxLayout *hboxLayout;
36     QToolButton *addSlotButton;
37     QToolButton *removeSlotButton;
38     QSpacerItem *spacerItem;
39     QGroupBox *signalGroupBox;
40     QVBoxLayout *vboxLayout2;
41     QListView *signalListView;
42     QHBoxLayout *hboxLayout1;
43     QToolButton *addSignalButton;
44     QToolButton *removeSignalButton;
45     QSpacerItem *spacerItem1;
46     QDialogButtonBox *buttonBox;
47 
setupUi(QDialog * SignalSlotDialogClass)48     void setupUi(QDialog *SignalSlotDialogClass)
49     {
50         if (SignalSlotDialogClass->objectName().isEmpty())
51             SignalSlotDialogClass->setObjectName(QString::fromUtf8("SignalSlotDialogClass"));
52         SignalSlotDialogClass->resize(617, 535);
53         vboxLayout = new QVBoxLayout(SignalSlotDialogClass);
54         vboxLayout->setSpacing(6);
55         vboxLayout->setContentsMargins(11, 11, 11, 11);
56         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
57         slotGroupBox = new QGroupBox(SignalSlotDialogClass);
58         slotGroupBox->setObjectName(QString::fromUtf8("slotGroupBox"));
59         vboxLayout1 = new QVBoxLayout(slotGroupBox);
60         vboxLayout1->setSpacing(6);
61         vboxLayout1->setContentsMargins(11, 11, 11, 11);
62         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
63         slotListView = new QListView(slotGroupBox);
64         slotListView->setObjectName(QString::fromUtf8("slotListView"));
65 
66         vboxLayout1->addWidget(slotListView);
67 
68         hboxLayout = new QHBoxLayout();
69         hboxLayout->setSpacing(6);
70         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
71         addSlotButton = new QToolButton(slotGroupBox);
72         addSlotButton->setObjectName(QString::fromUtf8("addSlotButton"));
73 
74         hboxLayout->addWidget(addSlotButton);
75 
76         removeSlotButton = new QToolButton(slotGroupBox);
77         removeSlotButton->setObjectName(QString::fromUtf8("removeSlotButton"));
78 
79         hboxLayout->addWidget(removeSlotButton);
80 
81         spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
82 
83         hboxLayout->addItem(spacerItem);
84 
85 
86         vboxLayout1->addLayout(hboxLayout);
87 
88 
89         vboxLayout->addWidget(slotGroupBox);
90 
91         signalGroupBox = new QGroupBox(SignalSlotDialogClass);
92         signalGroupBox->setObjectName(QString::fromUtf8("signalGroupBox"));
93         vboxLayout2 = new QVBoxLayout(signalGroupBox);
94         vboxLayout2->setSpacing(6);
95         vboxLayout2->setContentsMargins(11, 11, 11, 11);
96         vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
97         signalListView = new QListView(signalGroupBox);
98         signalListView->setObjectName(QString::fromUtf8("signalListView"));
99 
100         vboxLayout2->addWidget(signalListView);
101 
102         hboxLayout1 = new QHBoxLayout();
103         hboxLayout1->setSpacing(6);
104         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
105         addSignalButton = new QToolButton(signalGroupBox);
106         addSignalButton->setObjectName(QString::fromUtf8("addSignalButton"));
107 
108         hboxLayout1->addWidget(addSignalButton);
109 
110         removeSignalButton = new QToolButton(signalGroupBox);
111         removeSignalButton->setObjectName(QString::fromUtf8("removeSignalButton"));
112 
113         hboxLayout1->addWidget(removeSignalButton);
114 
115         spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
116 
117         hboxLayout1->addItem(spacerItem1);
118 
119 
120         vboxLayout2->addLayout(hboxLayout1);
121 
122 
123         vboxLayout->addWidget(signalGroupBox);
124 
125         buttonBox = new QDialogButtonBox(SignalSlotDialogClass);
126         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
127         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
128 
129         vboxLayout->addWidget(buttonBox);
130 
131 
132         retranslateUi(SignalSlotDialogClass);
133 
134         QMetaObject::connectSlotsByName(SignalSlotDialogClass);
135     } // setupUi
136 
retranslateUi(QDialog * SignalSlotDialogClass)137     void retranslateUi(QDialog *SignalSlotDialogClass)
138     {
139         SignalSlotDialogClass->setWindowTitle(QApplication::translate("SignalSlotDialogClass", "Signals and slots", 0, QApplication::UnicodeUTF8));
140         slotGroupBox->setTitle(QApplication::translate("SignalSlotDialogClass", "Slots", 0, QApplication::UnicodeUTF8));
141 #ifndef QT_NO_TOOLTIP
142         addSlotButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Add", 0, QApplication::UnicodeUTF8));
143 #endif // QT_NO_TOOLTIP
144         addSlotButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
145 #ifndef QT_NO_TOOLTIP
146         removeSlotButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Delete", 0, QApplication::UnicodeUTF8));
147 #endif // QT_NO_TOOLTIP
148         removeSlotButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
149         signalGroupBox->setTitle(QApplication::translate("SignalSlotDialogClass", "Signals", 0, QApplication::UnicodeUTF8));
150 #ifndef QT_NO_TOOLTIP
151         addSignalButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Add", 0, QApplication::UnicodeUTF8));
152 #endif // QT_NO_TOOLTIP
153         addSignalButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
154 #ifndef QT_NO_TOOLTIP
155         removeSignalButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Delete", 0, QApplication::UnicodeUTF8));
156 #endif // QT_NO_TOOLTIP
157         removeSignalButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
158     } // retranslateUi
159 
160 };
161 
162 namespace Ui {
163     class SignalSlotDialogClass: public Ui_SignalSlotDialogClass {};
164 } // namespace Ui
165 
166 QT_END_NAMESPACE
167 
168 #endif // SIGNALSLOTDIALOG_H
169