KD Reports 1.4
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'tablebreakingdialogbase.ui' 00003 ** 00004 ** Created: Fri Feb 3 17:19:48 2012 00005 ** by: Qt User Interface Compiler version 4.8.0 00006 ** 00007 ** WARNING! All changes made in this file will be lost when recompiling UI file! 00008 ********************************************************************************/ 00009 00010 #ifndef UI_TABLEBREAKINGDIALOGBASE_H 00011 #define UI_TABLEBREAKINGDIALOGBASE_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QCheckBox> 00018 #include <QtGui/QDialog> 00019 #include <QtGui/QDialogButtonBox> 00020 #include <QtGui/QGridLayout> 00021 #include <QtGui/QGroupBox> 00022 #include <QtGui/QHeaderView> 00023 #include <QtGui/QLabel> 00024 #include <QtGui/QRadioButton> 00025 #include <QtGui/QSpacerItem> 00026 #include <QtGui/QSpinBox> 00027 #include <QtGui/QVBoxLayout> 00028 00029 QT_BEGIN_NAMESPACE 00030 00031 class Ui_TableBreakingSettingsDialog 00032 { 00033 public: 00034 QVBoxLayout *verticalLayout_2; 00035 QCheckBox *breakTables; 00036 QGroupBox *scalingBox; 00037 QGridLayout *gridLayout; 00038 QRadioButton *scaleFonts; 00039 QSpinBox *scalingFactor; 00040 QRadioButton *fit; 00041 QSpinBox *numHorizontalPages; 00042 QLabel *labelPagesH; 00043 QSpinBox *numVerticalPages; 00044 QLabel *labelPagesV; 00045 QGroupBox *pageOrderBox; 00046 QVBoxLayout *vboxLayout; 00047 QRadioButton *downThenRight; 00048 QRadioButton *rightThenDown; 00049 QGroupBox *tableSettingsGroupBox; 00050 QVBoxLayout *verticalLayout; 00051 QCheckBox *showHorizontalHeader; 00052 QCheckBox *showVerticalHeader; 00053 QCheckBox *showGrid; 00054 QSpacerItem *spacerItem; 00055 QDialogButtonBox *buttonBox; 00056 00057 void setupUi(QDialog *TableBreakingSettingsDialog) 00058 { 00059 if (TableBreakingSettingsDialog->objectName().isEmpty()) 00060 TableBreakingSettingsDialog->setObjectName(QString::fromUtf8("TableBreakingSettingsDialog")); 00061 TableBreakingSettingsDialog->resize(688, 533); 00062 verticalLayout_2 = new QVBoxLayout(TableBreakingSettingsDialog); 00063 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); 00064 breakTables = new QCheckBox(TableBreakingSettingsDialog); 00065 breakTables->setObjectName(QString::fromUtf8("breakTables")); 00066 00067 verticalLayout_2->addWidget(breakTables); 00068 00069 scalingBox = new QGroupBox(TableBreakingSettingsDialog); 00070 scalingBox->setObjectName(QString::fromUtf8("scalingBox")); 00071 gridLayout = new QGridLayout(scalingBox); 00072 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); 00073 scaleFonts = new QRadioButton(scalingBox); 00074 scaleFonts->setObjectName(QString::fromUtf8("scaleFonts")); 00075 00076 gridLayout->addWidget(scaleFonts, 0, 0, 1, 1); 00077 00078 scalingFactor = new QSpinBox(scalingBox); 00079 scalingFactor->setObjectName(QString::fromUtf8("scalingFactor")); 00080 scalingFactor->setMaximum(10000); 00081 scalingFactor->setSingleStep(5); 00082 scalingFactor->setValue(100); 00083 00084 gridLayout->addWidget(scalingFactor, 0, 3, 1, 1); 00085 00086 fit = new QRadioButton(scalingBox); 00087 fit->setObjectName(QString::fromUtf8("fit")); 00088 00089 gridLayout->addWidget(fit, 1, 0, 1, 1); 00090 00091 numHorizontalPages = new QSpinBox(scalingBox); 00092 numHorizontalPages->setObjectName(QString::fromUtf8("numHorizontalPages")); 00093 numHorizontalPages->setMinimum(1); 00094 numHorizontalPages->setMaximum(10000); 00095 00096 gridLayout->addWidget(numHorizontalPages, 1, 1, 1, 1); 00097 00098 labelPagesH = new QLabel(scalingBox); 00099 labelPagesH->setObjectName(QString::fromUtf8("labelPagesH")); 00100 00101 gridLayout->addWidget(labelPagesH, 1, 2, 1, 1); 00102 00103 numVerticalPages = new QSpinBox(scalingBox); 00104 numVerticalPages->setObjectName(QString::fromUtf8("numVerticalPages")); 00105 numVerticalPages->setMinimum(1); 00106 numVerticalPages->setMaximum(10000); 00107 00108 gridLayout->addWidget(numVerticalPages, 1, 3, 1, 1); 00109 00110 labelPagesV = new QLabel(scalingBox); 00111 labelPagesV->setObjectName(QString::fromUtf8("labelPagesV")); 00112 00113 gridLayout->addWidget(labelPagesV, 1, 4, 1, 1); 00114 00115 00116 verticalLayout_2->addWidget(scalingBox); 00117 00118 pageOrderBox = new QGroupBox(TableBreakingSettingsDialog); 00119 pageOrderBox->setObjectName(QString::fromUtf8("pageOrderBox")); 00120 vboxLayout = new QVBoxLayout(pageOrderBox); 00121 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); 00122 downThenRight = new QRadioButton(pageOrderBox); 00123 downThenRight->setObjectName(QString::fromUtf8("downThenRight")); 00124 00125 vboxLayout->addWidget(downThenRight); 00126 00127 rightThenDown = new QRadioButton(pageOrderBox); 00128 rightThenDown->setObjectName(QString::fromUtf8("rightThenDown")); 00129 00130 vboxLayout->addWidget(rightThenDown); 00131 00132 00133 verticalLayout_2->addWidget(pageOrderBox); 00134 00135 tableSettingsGroupBox = new QGroupBox(TableBreakingSettingsDialog); 00136 tableSettingsGroupBox->setObjectName(QString::fromUtf8("tableSettingsGroupBox")); 00137 verticalLayout = new QVBoxLayout(tableSettingsGroupBox); 00138 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); 00139 showHorizontalHeader = new QCheckBox(tableSettingsGroupBox); 00140 showHorizontalHeader->setObjectName(QString::fromUtf8("showHorizontalHeader")); 00141 00142 verticalLayout->addWidget(showHorizontalHeader); 00143 00144 showVerticalHeader = new QCheckBox(tableSettingsGroupBox); 00145 showVerticalHeader->setObjectName(QString::fromUtf8("showVerticalHeader")); 00146 00147 verticalLayout->addWidget(showVerticalHeader); 00148 00149 showGrid = new QCheckBox(tableSettingsGroupBox); 00150 showGrid->setObjectName(QString::fromUtf8("showGrid")); 00151 00152 verticalLayout->addWidget(showGrid); 00153 00154 00155 verticalLayout_2->addWidget(tableSettingsGroupBox); 00156 00157 spacerItem = new QSpacerItem(659, 81, QSizePolicy::Minimum, QSizePolicy::Expanding); 00158 00159 verticalLayout_2->addItem(spacerItem); 00160 00161 buttonBox = new QDialogButtonBox(TableBreakingSettingsDialog); 00162 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); 00163 buttonBox->setOrientation(Qt::Horizontal); 00164 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); 00165 00166 verticalLayout_2->addWidget(buttonBox); 00167 00168 00169 retranslateUi(TableBreakingSettingsDialog); 00170 QObject::connect(buttonBox, SIGNAL(accepted()), TableBreakingSettingsDialog, SLOT(accept())); 00171 QObject::connect(buttonBox, SIGNAL(rejected()), TableBreakingSettingsDialog, SLOT(reject())); 00172 QObject::connect(numVerticalPages, SIGNAL(valueChanged(QString)), fit, SLOT(click())); 00173 QObject::connect(scalingFactor, SIGNAL(valueChanged(QString)), scaleFonts, SLOT(click())); 00174 QObject::connect(numHorizontalPages, SIGNAL(valueChanged(int)), fit, SLOT(click())); 00175 00176 QMetaObject::connectSlotsByName(TableBreakingSettingsDialog); 00177 } // setupUi 00178 00179 void retranslateUi(QDialog *TableBreakingSettingsDialog) 00180 { 00181 TableBreakingSettingsDialog->setWindowTitle(QApplication::translate("TableBreakingSettingsDialog", "Table Breaking / Font Scaling", 0, QApplication::UnicodeUTF8)); 00182 breakTables->setText(QApplication::translate("TableBreakingSettingsDialog", "&Break tables over multiple pages in the horizontal direction", 0, QApplication::UnicodeUTF8)); 00183 scalingBox->setTitle(QApplication::translate("TableBreakingSettingsDialog", "Font scaling", 0, QApplication::UnicodeUTF8)); 00184 scaleFonts->setText(QApplication::translate("TableBreakingSettingsDialog", "Scale &fonts by", 0, QApplication::UnicodeUTF8)); 00185 scalingFactor->setSuffix(QApplication::translate("TableBreakingSettingsDialog", "%", 0, QApplication::UnicodeUTF8)); 00186 fit->setText(QApplication::translate("TableBreakingSettingsDialog", "&Scale to fit", 0, QApplication::UnicodeUTF8)); 00187 labelPagesH->setText(QApplication::translate("TableBreakingSettingsDialog", "page(s) wide", 0, QApplication::UnicodeUTF8)); 00188 labelPagesV->setText(QApplication::translate("TableBreakingSettingsDialog", "page(s) high", 0, QApplication::UnicodeUTF8)); 00189 pageOrderBox->setTitle(QApplication::translate("TableBreakingSettingsDialog", "Page order for table breaking", 0, QApplication::UnicodeUTF8)); 00190 downThenRight->setText(QApplication::translate("TableBreakingSettingsDialog", "Page &down, then to right", 0, QApplication::UnicodeUTF8)); 00191 rightThenDown->setText(QApplication::translate("TableBreakingSettingsDialog", "Page to &right, then down", 0, QApplication::UnicodeUTF8)); 00192 tableSettingsGroupBox->setTitle(QApplication::translate("TableBreakingSettingsDialog", "Table settings", 0, QApplication::UnicodeUTF8)); 00193 showHorizontalHeader->setText(QApplication::translate("TableBreakingSettingsDialog", "Show &horizontal header", 0, QApplication::UnicodeUTF8)); 00194 showVerticalHeader->setText(QApplication::translate("TableBreakingSettingsDialog", "Show &vertical header", 0, QApplication::UnicodeUTF8)); 00195 showGrid->setText(QApplication::translate("TableBreakingSettingsDialog", "Show &grid", 0, QApplication::UnicodeUTF8)); 00196 } // retranslateUi 00197 00198 }; 00199 00200 namespace Ui { 00201 class TableBreakingSettingsDialog: public Ui_TableBreakingSettingsDialog {}; 00202 } // namespace Ui 00203 00204 QT_END_NAMESPACE 00205 00206 #endif // UI_TABLEBREAKINGDIALOGBASE_H