Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_BERRYQTSTYLEPREFERENCEPAGE_H
00011 #define UI_BERRYQTSTYLEPREFERENCEPAGE_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/QFrame>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QListWidget>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_QtStylePreferencePageUI
00031 {
00032 public:
00033 QVBoxLayout *verticalLayout_2;
00034 QFrame *frame;
00035 QHBoxLayout *horizontalLayout;
00036 QLabel *label;
00037 QComboBox *m_StylesCombo;
00038 QSpacerItem *verticalSpacer_2;
00039 QLabel *label_2;
00040 QHBoxLayout *horizontalLayout_2;
00041 QListWidget *m_PathList;
00042 QVBoxLayout *verticalLayout;
00043 QPushButton *m_AddButton;
00044 QPushButton *m_EditButton;
00045 QPushButton *m_RemoveButton;
00046 QSpacerItem *verticalSpacer;
00047
00048 void setupUi(QWidget *QtStylePreferencePageUI)
00049 {
00050 if (QtStylePreferencePageUI->objectName().isEmpty())
00051 QtStylePreferencePageUI->setObjectName(QString::fromUtf8("QtStylePreferencePageUI"));
00052 QtStylePreferencePageUI->resize(400, 348);
00053 verticalLayout_2 = new QVBoxLayout(QtStylePreferencePageUI);
00054 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00055 frame = new QFrame(QtStylePreferencePageUI);
00056 frame->setObjectName(QString::fromUtf8("frame"));
00057 frame->setFrameShape(QFrame::Panel);
00058 frame->setFrameShadow(QFrame::Raised);
00059 frame->setLineWidth(1);
00060 frame->setMidLineWidth(0);
00061 horizontalLayout = new QHBoxLayout(frame);
00062 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00063 label = new QLabel(frame);
00064 label->setObjectName(QString::fromUtf8("label"));
00065
00066 horizontalLayout->addWidget(label);
00067
00068 m_StylesCombo = new QComboBox(frame);
00069 m_StylesCombo->setObjectName(QString::fromUtf8("m_StylesCombo"));
00070 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
00071 sizePolicy.setHorizontalStretch(1);
00072 sizePolicy.setVerticalStretch(0);
00073 sizePolicy.setHeightForWidth(m_StylesCombo->sizePolicy().hasHeightForWidth());
00074 m_StylesCombo->setSizePolicy(sizePolicy);
00075
00076 horizontalLayout->addWidget(m_StylesCombo);
00077
00078
00079 verticalLayout_2->addWidget(frame);
00080
00081 verticalSpacer_2 = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
00082
00083 verticalLayout_2->addItem(verticalSpacer_2);
00084
00085 label_2 = new QLabel(QtStylePreferencePageUI);
00086 label_2->setObjectName(QString::fromUtf8("label_2"));
00087
00088 verticalLayout_2->addWidget(label_2);
00089
00090 horizontalLayout_2 = new QHBoxLayout();
00091 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00092 m_PathList = new QListWidget(QtStylePreferencePageUI);
00093 m_PathList->setObjectName(QString::fromUtf8("m_PathList"));
00094 m_PathList->setSelectionMode(QAbstractItemView::ExtendedSelection);
00095 m_PathList->setSortingEnabled(true);
00096
00097 horizontalLayout_2->addWidget(m_PathList);
00098
00099 verticalLayout = new QVBoxLayout();
00100 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00101 m_AddButton = new QPushButton(QtStylePreferencePageUI);
00102 m_AddButton->setObjectName(QString::fromUtf8("m_AddButton"));
00103
00104 verticalLayout->addWidget(m_AddButton);
00105
00106 m_EditButton = new QPushButton(QtStylePreferencePageUI);
00107 m_EditButton->setObjectName(QString::fromUtf8("m_EditButton"));
00108 m_EditButton->setEnabled(false);
00109
00110 verticalLayout->addWidget(m_EditButton);
00111
00112 m_RemoveButton = new QPushButton(QtStylePreferencePageUI);
00113 m_RemoveButton->setObjectName(QString::fromUtf8("m_RemoveButton"));
00114 m_RemoveButton->setEnabled(false);
00115
00116 verticalLayout->addWidget(m_RemoveButton);
00117
00118 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00119
00120 verticalLayout->addItem(verticalSpacer);
00121
00122
00123 horizontalLayout_2->addLayout(verticalLayout);
00124
00125
00126 verticalLayout_2->addLayout(horizontalLayout_2);
00127
00128
00129 retranslateUi(QtStylePreferencePageUI);
00130
00131 QMetaObject::connectSlotsByName(QtStylePreferencePageUI);
00132 }
00133
00134 void retranslateUi(QWidget *QtStylePreferencePageUI)
00135 {
00136 QtStylePreferencePageUI->setWindowTitle(QApplication::translate("QtStylePreferencePageUI", "Form", 0, QApplication::UnicodeUTF8));
00137 label->setText(QApplication::translate("QtStylePreferencePageUI", "Active Theme", 0, QApplication::UnicodeUTF8));
00138 label_2->setText(QApplication::translate("QtStylePreferencePageUI", "Search Paths", 0, QApplication::UnicodeUTF8));
00139 m_AddButton->setText(QApplication::translate("QtStylePreferencePageUI", "Add...", 0, QApplication::UnicodeUTF8));
00140 m_EditButton->setText(QApplication::translate("QtStylePreferencePageUI", "Edit...", 0, QApplication::UnicodeUTF8));
00141 m_RemoveButton->setText(QApplication::translate("QtStylePreferencePageUI", "Remove", 0, QApplication::UnicodeUTF8));
00142 }
00143
00144 };
00145
00146 namespace Ui {
00147 class QtStylePreferencePageUI: public Ui_QtStylePreferencePageUI {};
00148 }
00149
00150 QT_END_NAMESPACE
00151
00152 #endif // UI_BERRYQTSTYLEPREFERENCEPAGE_H