ui_DlgTreeWidget.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DLGTREEWIDGET_H
00011 #define UI_DLGTREEWIDGET_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QTreeWidget>
00025
00026 namespace Gui {
00027
00028 class Ui_DlgTreeWidget
00029 {
00030 public:
00031 QGridLayout *gridLayout;
00032 QGroupBox *groupBox;
00033 QGridLayout *gridLayout1;
00034 QTreeWidget *treeWidget;
00035 QHBoxLayout *hboxLayout;
00036 QSpacerItem *spacerItem;
00037 QPushButton *okButton;
00038 QPushButton *cancelButton;
00039
00040 void setupUi(QDialog *Gui__DlgTreeWidget)
00041 {
00042 if (Gui__DlgTreeWidget->objectName().isEmpty())
00043 Gui__DlgTreeWidget->setObjectName(QString::fromUtf8("Gui__DlgTreeWidget"));
00044 Gui__DlgTreeWidget->resize(379, 283);
00045 gridLayout = new QGridLayout(Gui__DlgTreeWidget);
00046 #ifndef Q_OS_MAC
00047 gridLayout->setSpacing(6);
00048 #endif
00049 #ifndef Q_OS_MAC
00050 gridLayout->setMargin(9);
00051 #endif
00052 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00053 groupBox = new QGroupBox(Gui__DlgTreeWidget);
00054 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00055 gridLayout1 = new QGridLayout(groupBox);
00056 #ifndef Q_OS_MAC
00057 gridLayout1->setSpacing(6);
00058 #endif
00059 #ifndef Q_OS_MAC
00060 gridLayout1->setMargin(9);
00061 #endif
00062 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00063 treeWidget = new QTreeWidget(groupBox);
00064 treeWidget->setObjectName(QString::fromUtf8("treeWidget"));
00065
00066 gridLayout1->addWidget(treeWidget, 0, 0, 1, 1);
00067
00068
00069 gridLayout->addWidget(groupBox, 0, 0, 2, 2);
00070
00071 hboxLayout = new QHBoxLayout();
00072 #ifndef Q_OS_MAC
00073 hboxLayout->setSpacing(6);
00074 #endif
00075 hboxLayout->setMargin(0);
00076 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00077 spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00078
00079 hboxLayout->addItem(spacerItem);
00080
00081 okButton = new QPushButton(Gui__DlgTreeWidget);
00082 okButton->setObjectName(QString::fromUtf8("okButton"));
00083
00084 hboxLayout->addWidget(okButton);
00085
00086 cancelButton = new QPushButton(Gui__DlgTreeWidget);
00087 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00088
00089 hboxLayout->addWidget(cancelButton);
00090
00091
00092 gridLayout->addLayout(hboxLayout, 1, 1, 1, 1);
00093
00094
00095 retranslateUi(Gui__DlgTreeWidget);
00096 QObject::connect(okButton, SIGNAL(clicked()), Gui__DlgTreeWidget, SLOT(accept()));
00097 QObject::connect(cancelButton, SIGNAL(clicked()), Gui__DlgTreeWidget, SLOT(reject()));
00098
00099 QMetaObject::connectSlotsByName(Gui__DlgTreeWidget);
00100 }
00101
00102 void retranslateUi(QDialog *Gui__DlgTreeWidget)
00103 {
00104 Gui__DlgTreeWidget->setWindowTitle(QApplication::translate("Gui::DlgTreeWidget", "Dialog", 0, QApplication::UnicodeUTF8));
00105 groupBox->setTitle(QString());
00106 QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem();
00107 ___qtreewidgetitem->setText(0, QApplication::translate("Gui::DlgTreeWidget", "Items", 0, QApplication::UnicodeUTF8));
00108 okButton->setText(QApplication::translate("Gui::DlgTreeWidget", "OK", 0, QApplication::UnicodeUTF8));
00109 cancelButton->setText(QApplication::translate("Gui::DlgTreeWidget", "Cancel", 0, QApplication::UnicodeUTF8));
00110 Q_UNUSED(Gui__DlgTreeWidget);
00111 }
00112
00113 };
00114
00115 }
00116
00117 namespace Gui {
00118 namespace Ui {
00119 class DlgTreeWidget: public Ui_DlgTreeWidget {};
00120 }
00121 }
00122
00123 #endif // UI_DLGTREEWIDGET_H