ui_DlgGeneral.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgGeneral.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:26 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_DLGGENERAL_H
00011 #define UI_DLGGENERAL_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/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026 #include "Gui/PrefWidgets.h"
00027 
00028 namespace Gui {
00029 namespace Dialog {
00030 
00031 class Ui_DlgGeneral
00032 {
00033 public:
00034     QGridLayout *gridLayout;
00035     QGroupBox *GroupBox5;
00036     QGridLayout *gridLayout1;
00037     QSpacerItem *spacerItem;
00038     QGroupBox *GroupBox10;
00039     QGridLayout *gridLayout2;
00040     Gui::PrefCheckBox *SplashScreen;
00041     QGridLayout *gridLayout3;
00042     QLabel *tabReportLabel;
00043     QComboBox *AutoloadModuleCombo;
00044     Gui::PrefComboBox *AutoloadTabCombo;
00045     QLabel *autoModuleLabel;
00046     QGroupBox *GroupBox7;
00047     QGridLayout *gridLayout4;
00048     QHBoxLayout *hboxLayout;
00049     QLabel *TextLabel1_4;
00050     QComboBox *Languages;
00051     QGroupBox *GroupBox3;
00052     QVBoxLayout *vboxLayout;
00053     QHBoxLayout *hboxLayout1;
00054     QLabel *recentFileListLabel;
00055     QSpacerItem *spacerItem1;
00056     Gui::PrefSpinBox *RecentFiles;
00057     QHBoxLayout *hboxLayout2;
00058     QLabel *windowStyleLabel;
00059     QComboBox *WindowStyle;
00060     QHBoxLayout *hboxLayout3;
00061     QLabel *iconSizeLabel;
00062     QComboBox *toolbarIconSize;
00063 
00064     void setupUi(QWidget *Gui__Dialog__DlgGeneral)
00065     {
00066         if (Gui__Dialog__DlgGeneral->objectName().isEmpty())
00067             Gui__Dialog__DlgGeneral->setObjectName(QString::fromUtf8("Gui__Dialog__DlgGeneral"));
00068         Gui__Dialog__DlgGeneral->resize(390, 553);
00069         gridLayout = new QGridLayout(Gui__Dialog__DlgGeneral);
00070         gridLayout->setSpacing(6);
00071         gridLayout->setMargin(9);
00072         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00073         GroupBox5 = new QGroupBox(Gui__Dialog__DlgGeneral);
00074         GroupBox5->setObjectName(QString::fromUtf8("GroupBox5"));
00075         gridLayout1 = new QGridLayout(GroupBox5);
00076         gridLayout1->setSpacing(6);
00077         gridLayout1->setMargin(9);
00078         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00079         spacerItem = new QSpacerItem(352, 221, QSizePolicy::Minimum, QSizePolicy::Expanding);
00080 
00081         gridLayout1->addItem(spacerItem, 3, 0, 1, 1);
00082 
00083         GroupBox10 = new QGroupBox(GroupBox5);
00084         GroupBox10->setObjectName(QString::fromUtf8("GroupBox10"));
00085         gridLayout2 = new QGridLayout(GroupBox10);
00086         gridLayout2->setSpacing(6);
00087         gridLayout2->setMargin(11);
00088         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00089         SplashScreen = new Gui::PrefCheckBox(GroupBox10);
00090         SplashScreen->setObjectName(QString::fromUtf8("SplashScreen"));
00091         SplashScreen->setChecked(true);
00092         SplashScreen->setProperty("prefEntry", QVariant(QByteArray("ShowSplasher")));
00093         SplashScreen->setProperty("prefPath", QVariant(QByteArray("General")));
00094 
00095         gridLayout2->addWidget(SplashScreen, 1, 0, 1, 1);
00096 
00097         gridLayout3 = new QGridLayout();
00098         gridLayout3->setSpacing(6);
00099         gridLayout3->setMargin(0);
00100         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00101         tabReportLabel = new QLabel(GroupBox10);
00102         tabReportLabel->setObjectName(QString::fromUtf8("tabReportLabel"));
00103 
00104         gridLayout3->addWidget(tabReportLabel, 1, 0, 1, 1);
00105 
00106         AutoloadModuleCombo = new QComboBox(GroupBox10);
00107         AutoloadModuleCombo->setObjectName(QString::fromUtf8("AutoloadModuleCombo"));
00108 
00109         gridLayout3->addWidget(AutoloadModuleCombo, 0, 1, 1, 1);
00110 
00111         AutoloadTabCombo = new Gui::PrefComboBox(GroupBox10);
00112         AutoloadTabCombo->setObjectName(QString::fromUtf8("AutoloadTabCombo"));
00113         AutoloadTabCombo->setProperty("prefEntry", QVariant(QByteArray("AutoloadTab")));
00114         AutoloadTabCombo->setProperty("prefPath", QVariant(QByteArray("General")));
00115 
00116         gridLayout3->addWidget(AutoloadTabCombo, 1, 1, 1, 1);
00117 
00118         autoModuleLabel = new QLabel(GroupBox10);
00119         autoModuleLabel->setObjectName(QString::fromUtf8("autoModuleLabel"));
00120 
00121         gridLayout3->addWidget(autoModuleLabel, 0, 0, 1, 1);
00122 
00123 
00124         gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
00125 
00126 
00127         gridLayout1->addWidget(GroupBox10, 2, 0, 1, 1);
00128 
00129         GroupBox7 = new QGroupBox(GroupBox5);
00130         GroupBox7->setObjectName(QString::fromUtf8("GroupBox7"));
00131         gridLayout4 = new QGridLayout(GroupBox7);
00132         gridLayout4->setSpacing(6);
00133         gridLayout4->setMargin(11);
00134         gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00135         hboxLayout = new QHBoxLayout();
00136         hboxLayout->setSpacing(6);
00137         hboxLayout->setMargin(0);
00138         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00139         TextLabel1_4 = new QLabel(GroupBox7);
00140         TextLabel1_4->setObjectName(QString::fromUtf8("TextLabel1_4"));
00141 
00142         hboxLayout->addWidget(TextLabel1_4);
00143 
00144         Languages = new QComboBox(GroupBox7);
00145         Languages->setObjectName(QString::fromUtf8("Languages"));
00146 
00147         hboxLayout->addWidget(Languages);
00148 
00149 
00150         gridLayout4->addLayout(hboxLayout, 0, 0, 1, 1);
00151 
00152 
00153         gridLayout1->addWidget(GroupBox7, 0, 0, 1, 1);
00154 
00155         GroupBox3 = new QGroupBox(GroupBox5);
00156         GroupBox3->setObjectName(QString::fromUtf8("GroupBox3"));
00157         vboxLayout = new QVBoxLayout(GroupBox3);
00158         vboxLayout->setSpacing(6);
00159         vboxLayout->setMargin(11);
00160         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00161         hboxLayout1 = new QHBoxLayout();
00162         hboxLayout1->setSpacing(6);
00163         hboxLayout1->setMargin(0);
00164         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00165         recentFileListLabel = new QLabel(GroupBox3);
00166         recentFileListLabel->setObjectName(QString::fromUtf8("recentFileListLabel"));
00167 
00168         hboxLayout1->addWidget(recentFileListLabel);
00169 
00170         spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00171 
00172         hboxLayout1->addItem(spacerItem1);
00173 
00174         RecentFiles = new Gui::PrefSpinBox(GroupBox3);
00175         RecentFiles->setObjectName(QString::fromUtf8("RecentFiles"));
00176         RecentFiles->setValue(4);
00177         RecentFiles->setProperty("prefEntry", QVariant(QByteArray("RecentFiles")));
00178         RecentFiles->setProperty("prefPath", QVariant(QByteArray("RecentFiles")));
00179 
00180         hboxLayout1->addWidget(RecentFiles);
00181 
00182 
00183         vboxLayout->addLayout(hboxLayout1);
00184 
00185         hboxLayout2 = new QHBoxLayout();
00186         hboxLayout2->setSpacing(6);
00187         hboxLayout2->setMargin(0);
00188         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00189         windowStyleLabel = new QLabel(GroupBox3);
00190         windowStyleLabel->setObjectName(QString::fromUtf8("windowStyleLabel"));
00191 
00192         hboxLayout2->addWidget(windowStyleLabel);
00193 
00194         WindowStyle = new QComboBox(GroupBox3);
00195         WindowStyle->setObjectName(QString::fromUtf8("WindowStyle"));
00196 
00197         hboxLayout2->addWidget(WindowStyle);
00198 
00199 
00200         vboxLayout->addLayout(hboxLayout2);
00201 
00202         hboxLayout3 = new QHBoxLayout();
00203         hboxLayout3->setSpacing(6);
00204         hboxLayout3->setMargin(0);
00205         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00206         iconSizeLabel = new QLabel(GroupBox3);
00207         iconSizeLabel->setObjectName(QString::fromUtf8("iconSizeLabel"));
00208 
00209         hboxLayout3->addWidget(iconSizeLabel);
00210 
00211         toolbarIconSize = new QComboBox(GroupBox3);
00212         toolbarIconSize->setObjectName(QString::fromUtf8("toolbarIconSize"));
00213 
00214         hboxLayout3->addWidget(toolbarIconSize);
00215 
00216 
00217         vboxLayout->addLayout(hboxLayout3);
00218 
00219 
00220         gridLayout1->addWidget(GroupBox3, 1, 0, 1, 1);
00221 
00222 
00223         gridLayout->addWidget(GroupBox5, 0, 0, 1, 1);
00224 
00225         QWidget::setTabOrder(Languages, WindowStyle);
00226         QWidget::setTabOrder(WindowStyle, RecentFiles);
00227         QWidget::setTabOrder(RecentFiles, SplashScreen);
00228 
00229         retranslateUi(Gui__Dialog__DlgGeneral);
00230 
00231         QMetaObject::connectSlotsByName(Gui__Dialog__DlgGeneral);
00232     } // setupUi
00233 
00234     void retranslateUi(QWidget *Gui__Dialog__DlgGeneral)
00235     {
00236         Gui__Dialog__DlgGeneral->setWindowTitle(QApplication::translate("Gui::Dialog::DlgGeneral", "General", 0, QApplication::UnicodeUTF8));
00237         GroupBox5->setTitle(QApplication::translate("Gui::Dialog::DlgGeneral", "General", 0, QApplication::UnicodeUTF8));
00238         GroupBox10->setTitle(QApplication::translate("Gui::Dialog::DlgGeneral", "Start up", 0, QApplication::UnicodeUTF8));
00239         SplashScreen->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Enable splash screen at start up", 0, QApplication::UnicodeUTF8));
00240         tabReportLabel->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Switch to tab of report window:", 0, QApplication::UnicodeUTF8));
00241         autoModuleLabel->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Auto load module after start up:", 0, QApplication::UnicodeUTF8));
00242         GroupBox7->setTitle(QApplication::translate("Gui::Dialog::DlgGeneral", "Language", 0, QApplication::UnicodeUTF8));
00243         TextLabel1_4->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Change language:", 0, QApplication::UnicodeUTF8));
00244         GroupBox3->setTitle(QApplication::translate("Gui::Dialog::DlgGeneral", "Main window", 0, QApplication::UnicodeUTF8));
00245         recentFileListLabel->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Size of recent file list", 0, QApplication::UnicodeUTF8));
00246         windowStyleLabel->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Window style:", 0, QApplication::UnicodeUTF8));
00247         iconSizeLabel->setText(QApplication::translate("Gui::Dialog::DlgGeneral", "Size of toolbar icons:", 0, QApplication::UnicodeUTF8));
00248         Q_UNUSED(Gui__Dialog__DlgGeneral);
00249     } // retranslateUi
00250 
00251 };
00252 
00253 } // namespace Dialog
00254 } // namespace Gui
00255 
00256 namespace Gui {
00257 namespace Dialog {
00258 namespace Ui {
00259     class DlgGeneral: public Ui_DlgGeneral {};
00260 } // namespace Ui
00261 } // namespace Dialog
00262 } // namespace Gui
00263 
00264 #endif // UI_DLGGENERAL_H

Generated on Wed Nov 23 19:00:53 2011 for FreeCAD by  doxygen 1.6.1