00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_RESOURCESWIDGET_H
00011 #define UI_RESOURCESWIDGET_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTreeWidget>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_ResourcesWidget
00028 {
00029 public:
00030 QWidget *layoutWidget;
00031 QVBoxLayout *vboxLayout;
00032 QVBoxLayout *vboxLayout1;
00033 QHBoxLayout *hboxLayout;
00034 QComboBox *viewComboBox;
00035 QComboBox *sheetComboBox;
00036 QSpacerItem *spacerItem;
00037 QVBoxLayout *vboxLayout2;
00038 QTreeWidget *sourcesTreeWidget;
00039
00040 void setupUi(QWidget *ResourcesWidget)
00041 {
00042 if (ResourcesWidget->objectName().isEmpty())
00043 ResourcesWidget->setObjectName(QString::fromUtf8("ResourcesWidget"));
00044 ResourcesWidget->resize(540, 530);
00045 layoutWidget = new QWidget(ResourcesWidget);
00046 layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00047 layoutWidget->setGeometry(QRect(0, 0, 2, 2));
00048 vboxLayout = new QVBoxLayout(layoutWidget);
00049 #ifndef Q_OS_MAC
00050 vboxLayout->setSpacing(6);
00051 #endif
00052 vboxLayout->setMargin(0);
00053 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00054 vboxLayout->setContentsMargins(0, 0, 0, 0);
00055 vboxLayout1 = new QVBoxLayout(ResourcesWidget);
00056 #ifndef Q_OS_MAC
00057 vboxLayout1->setSpacing(6);
00058 #endif
00059 #ifndef Q_OS_MAC
00060 vboxLayout1->setMargin(0);
00061 #endif
00062 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00063 hboxLayout = new QHBoxLayout();
00064 #ifndef Q_OS_MAC
00065 hboxLayout->setSpacing(6);
00066 #endif
00067 #ifndef Q_OS_MAC
00068 hboxLayout->setMargin(0);
00069 #endif
00070 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00071 viewComboBox = new QComboBox(ResourcesWidget);
00072 viewComboBox->setObjectName(QString::fromUtf8("viewComboBox"));
00073 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00074 sizePolicy.setHorizontalStretch(2);
00075 sizePolicy.setVerticalStretch(0);
00076 sizePolicy.setHeightForWidth(viewComboBox->sizePolicy().hasHeightForWidth());
00077 viewComboBox->setSizePolicy(sizePolicy);
00078
00079 hboxLayout->addWidget(viewComboBox);
00080
00081 sheetComboBox = new QComboBox(ResourcesWidget);
00082 sheetComboBox->setObjectName(QString::fromUtf8("sheetComboBox"));
00083
00084 hboxLayout->addWidget(sheetComboBox);
00085
00086 spacerItem = new QSpacerItem(2, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00087
00088 hboxLayout->addItem(spacerItem);
00089
00090
00091 vboxLayout1->addLayout(hboxLayout);
00092
00093 vboxLayout2 = new QVBoxLayout();
00094 #ifndef Q_OS_MAC
00095 vboxLayout2->setSpacing(6);
00096 #endif
00097 vboxLayout2->setMargin(0);
00098 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00099 sourcesTreeWidget = new QTreeWidget(ResourcesWidget);
00100 sourcesTreeWidget->setObjectName(QString::fromUtf8("sourcesTreeWidget"));
00101 sourcesTreeWidget->setMouseTracking(false);
00102 sourcesTreeWidget->setEditTriggers(QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::NoEditTriggers);
00103 sourcesTreeWidget->setAlternatingRowColors(true);
00104 sourcesTreeWidget->setIconSize(QSize(16, 16));
00105 sourcesTreeWidget->setTextElideMode(Qt::ElideMiddle);
00106 sourcesTreeWidget->setSortingEnabled(false);
00107 sourcesTreeWidget->setAnimated(false);
00108
00109 vboxLayout2->addWidget(sourcesTreeWidget);
00110
00111
00112 vboxLayout1->addLayout(vboxLayout2);
00113
00114
00115 retranslateUi(ResourcesWidget);
00116
00117 QMetaObject::connectSlotsByName(ResourcesWidget);
00118 }
00119
00120 void retranslateUi(QWidget *ResourcesWidget)
00121 {
00122 ResourcesWidget->setWindowTitle(QApplication::translate("ResourcesWidget", "Form", 0, QApplication::UnicodeUTF8));
00123 viewComboBox->clear();
00124 viewComboBox->insertItems(0, QStringList()
00125 << QApplication::translate("ResourcesWidget", "Sources", 0, QApplication::UnicodeUTF8)
00126 << QApplication::translate("ResourcesWidget", "Files", 0, QApplication::UnicodeUTF8)
00127 );
00128 QTreeWidgetItem *___qtreewidgetitem = sourcesTreeWidget->headerItem();
00129 ___qtreewidgetitem->setText(3, QApplication::translate("ResourcesWidget", "End", 0, QApplication::UnicodeUTF8));
00130 ___qtreewidgetitem->setText(2, QApplication::translate("ResourcesWidget", "Start", 0, QApplication::UnicodeUTF8));
00131 ___qtreewidgetitem->setText(1, QApplication::translate("ResourcesWidget", "Length", 0, QApplication::UnicodeUTF8));
00132 ___qtreewidgetitem->setText(0, QApplication::translate("ResourcesWidget", "Name", 0, QApplication::UnicodeUTF8));
00133 Q_UNUSED(ResourcesWidget);
00134 }
00135
00136 };
00137
00138 namespace Ui {
00139 class ResourcesWidget: public Ui_ResourcesWidget {};
00140 }
00141
00142 QT_END_NAMESPACE
00143
00144 #endif // UI_RESOURCESWIDGET_H