summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/signalslotdialog.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/uic/baseline/signalslotdialog.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/signalslotdialog.ui.h169
1 files changed, 169 insertions, 0 deletions
diff --git a/tests/auto/tools/uic/baseline/signalslotdialog.ui.h b/tests/auto/tools/uic/baseline/signalslotdialog.ui.h
new file mode 100644
index 0000000000..7bbe74ce14
--- /dev/null
+++ b/tests/auto/tools/uic/baseline/signalslotdialog.ui.h
@@ -0,0 +1,169 @@
+/********************************************************************************
+** Form generated from reading UI file 'signalslotdialog.ui'
+**
+** Created: Fri Sep 4 10:17:14 2009
+** by: Qt User Interface Compiler version 4.6.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef SIGNALSLOTDIALOG_H
+#define SIGNALSLOTDIALOG_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QDialog>
+#include <QtGui/QDialogButtonBox>
+#include <QtGui/QGroupBox>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QListView>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QToolButton>
+#include <QtGui/QVBoxLayout>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_SignalSlotDialogClass
+{
+public:
+ QVBoxLayout *vboxLayout;
+ QGroupBox *slotGroupBox;
+ QVBoxLayout *vboxLayout1;
+ QListView *slotListView;
+ QHBoxLayout *hboxLayout;
+ QToolButton *addSlotButton;
+ QToolButton *removeSlotButton;
+ QSpacerItem *spacerItem;
+ QGroupBox *signalGroupBox;
+ QVBoxLayout *vboxLayout2;
+ QListView *signalListView;
+ QHBoxLayout *hboxLayout1;
+ QToolButton *addSignalButton;
+ QToolButton *removeSignalButton;
+ QSpacerItem *spacerItem1;
+ QDialogButtonBox *buttonBox;
+
+ void setupUi(QDialog *SignalSlotDialogClass)
+ {
+ if (SignalSlotDialogClass->objectName().isEmpty())
+ SignalSlotDialogClass->setObjectName(QString::fromUtf8("SignalSlotDialogClass"));
+ SignalSlotDialogClass->resize(617, 535);
+ vboxLayout = new QVBoxLayout(SignalSlotDialogClass);
+ vboxLayout->setSpacing(6);
+ vboxLayout->setContentsMargins(11, 11, 11, 11);
+ vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
+ slotGroupBox = new QGroupBox(SignalSlotDialogClass);
+ slotGroupBox->setObjectName(QString::fromUtf8("slotGroupBox"));
+ vboxLayout1 = new QVBoxLayout(slotGroupBox);
+ vboxLayout1->setSpacing(6);
+ vboxLayout1->setContentsMargins(11, 11, 11, 11);
+ vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
+ slotListView = new QListView(slotGroupBox);
+ slotListView->setObjectName(QString::fromUtf8("slotListView"));
+
+ vboxLayout1->addWidget(slotListView);
+
+ hboxLayout = new QHBoxLayout();
+ hboxLayout->setSpacing(6);
+ hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
+ addSlotButton = new QToolButton(slotGroupBox);
+ addSlotButton->setObjectName(QString::fromUtf8("addSlotButton"));
+
+ hboxLayout->addWidget(addSlotButton);
+
+ removeSlotButton = new QToolButton(slotGroupBox);
+ removeSlotButton->setObjectName(QString::fromUtf8("removeSlotButton"));
+
+ hboxLayout->addWidget(removeSlotButton);
+
+ spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ hboxLayout->addItem(spacerItem);
+
+
+ vboxLayout1->addLayout(hboxLayout);
+
+
+ vboxLayout->addWidget(slotGroupBox);
+
+ signalGroupBox = new QGroupBox(SignalSlotDialogClass);
+ signalGroupBox->setObjectName(QString::fromUtf8("signalGroupBox"));
+ vboxLayout2 = new QVBoxLayout(signalGroupBox);
+ vboxLayout2->setSpacing(6);
+ vboxLayout2->setContentsMargins(11, 11, 11, 11);
+ vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
+ signalListView = new QListView(signalGroupBox);
+ signalListView->setObjectName(QString::fromUtf8("signalListView"));
+
+ vboxLayout2->addWidget(signalListView);
+
+ hboxLayout1 = new QHBoxLayout();
+ hboxLayout1->setSpacing(6);
+ hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
+ addSignalButton = new QToolButton(signalGroupBox);
+ addSignalButton->setObjectName(QString::fromUtf8("addSignalButton"));
+
+ hboxLayout1->addWidget(addSignalButton);
+
+ removeSignalButton = new QToolButton(signalGroupBox);
+ removeSignalButton->setObjectName(QString::fromUtf8("removeSignalButton"));
+
+ hboxLayout1->addWidget(removeSignalButton);
+
+ spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ hboxLayout1->addItem(spacerItem1);
+
+
+ vboxLayout2->addLayout(hboxLayout1);
+
+
+ vboxLayout->addWidget(signalGroupBox);
+
+ buttonBox = new QDialogButtonBox(SignalSlotDialogClass);
+ buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
+ buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
+
+ vboxLayout->addWidget(buttonBox);
+
+
+ retranslateUi(SignalSlotDialogClass);
+
+ QMetaObject::connectSlotsByName(SignalSlotDialogClass);
+ } // setupUi
+
+ void retranslateUi(QDialog *SignalSlotDialogClass)
+ {
+ SignalSlotDialogClass->setWindowTitle(QApplication::translate("SignalSlotDialogClass", "Signals and slots", 0, QApplication::UnicodeUTF8));
+ slotGroupBox->setTitle(QApplication::translate("SignalSlotDialogClass", "Slots", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ addSlotButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Add", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ addSlotButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ removeSlotButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Delete", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ removeSlotButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
+ signalGroupBox->setTitle(QApplication::translate("SignalSlotDialogClass", "Signals", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ addSignalButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Add", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ addSignalButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
+#ifndef QT_NO_TOOLTIP
+ removeSignalButton->setToolTip(QApplication::translate("SignalSlotDialogClass", "Delete", 0, QApplication::UnicodeUTF8));
+#endif // QT_NO_TOOLTIP
+ removeSignalButton->setText(QApplication::translate("SignalSlotDialogClass", "...", 0, QApplication::UnicodeUTF8));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class SignalSlotDialogClass: public Ui_SignalSlotDialogClass {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // SIGNALSLOTDIALOG_H