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