00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DLGSETTINGSIMAGE_H
00011 #define UI_DLGSETTINGSIMAGE_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/QPushButton>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QSpinBox>
00027 #include <QtGui/QTextEdit>
00028 #include <QtGui/QWidget>
00029
00030 namespace Gui {
00031 namespace Dialog {
00032
00033 class Ui_DlgSettingsImage
00034 {
00035 public:
00036 QGridLayout *gridLayout;
00037 QGroupBox *groupBoxProp;
00038 QGridLayout *gridLayout1;
00039 QLabel *textLabelColor;
00040 QComboBox *comboBackground;
00041 QGroupBox *groupBoxDim;
00042 QGridLayout *gridLayout2;
00043 QGridLayout *gridLayout3;
00044 QSpacerItem *spacerItem;
00045 QSpinBox *spinHeight;
00046 QSpinBox *spinWidth;
00047 QLabel *label_2;
00048 QLabel *textLabelWidth;
00049 QComboBox *standardSizeBox;
00050 QLabel *label;
00051 QSpacerItem *spacerItem1;
00052 QLabel *label_3;
00053 QSpacerItem *spacerItem2;
00054 QLabel *textLabelHeight;
00055 QHBoxLayout *hboxLayout;
00056 QLabel *textLabel1;
00057 QPushButton *buttonRatioScreen;
00058 QPushButton *buttonRatio4x3;
00059 QPushButton *buttonRatio16x9;
00060 QPushButton *buttonRatio1x1;
00061 QGroupBox *buttonGroupComment;
00062 QGridLayout *gridLayout4;
00063 QRadioButton *radioButtonMiba;
00064 QTextEdit *textEditComment;
00065 QRadioButton *radioButtonComment;
00066
00067 void setupUi(QWidget *Gui__Dialog__DlgSettingsImage)
00068 {
00069 if (Gui__Dialog__DlgSettingsImage->objectName().isEmpty())
00070 Gui__Dialog__DlgSettingsImage->setObjectName(QString::fromUtf8("Gui__Dialog__DlgSettingsImage"));
00071 Gui__Dialog__DlgSettingsImage->resize(440, 519);
00072 gridLayout = new QGridLayout(Gui__Dialog__DlgSettingsImage);
00073 gridLayout->setSpacing(6);
00074 gridLayout->setMargin(9);
00075 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00076 groupBoxProp = new QGroupBox(Gui__Dialog__DlgSettingsImage);
00077 groupBoxProp->setObjectName(QString::fromUtf8("groupBoxProp"));
00078 gridLayout1 = new QGridLayout(groupBoxProp);
00079 gridLayout1->setSpacing(6);
00080 gridLayout1->setMargin(9);
00081 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00082 textLabelColor = new QLabel(groupBoxProp);
00083 textLabelColor->setObjectName(QString::fromUtf8("textLabelColor"));
00084
00085 gridLayout1->addWidget(textLabelColor, 0, 0, 1, 1);
00086
00087 comboBackground = new QComboBox(groupBoxProp);
00088 comboBackground->setObjectName(QString::fromUtf8("comboBackground"));
00089
00090 gridLayout1->addWidget(comboBackground, 0, 2, 1, 1);
00091
00092
00093 gridLayout->addWidget(groupBoxProp, 1, 0, 1, 1);
00094
00095 groupBoxDim = new QGroupBox(Gui__Dialog__DlgSettingsImage);
00096 groupBoxDim->setObjectName(QString::fromUtf8("groupBoxDim"));
00097 gridLayout2 = new QGridLayout(groupBoxDim);
00098 gridLayout2->setSpacing(6);
00099 gridLayout2->setMargin(9);
00100 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00101 gridLayout3 = new QGridLayout();
00102 gridLayout3->setSpacing(6);
00103 gridLayout3->setMargin(0);
00104 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00105 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00106
00107 gridLayout3->addItem(spacerItem, 1, 1, 1, 1);
00108
00109 spinHeight = new QSpinBox(groupBoxDim);
00110 spinHeight->setObjectName(QString::fromUtf8("spinHeight"));
00111 spinHeight->setMaximum(32767);
00112 spinHeight->setMinimum(1);
00113
00114 gridLayout3->addWidget(spinHeight, 2, 2, 1, 1);
00115
00116 spinWidth = new QSpinBox(groupBoxDim);
00117 spinWidth->setObjectName(QString::fromUtf8("spinWidth"));
00118 spinWidth->setMaximum(32767);
00119 spinWidth->setMinimum(1);
00120
00121 gridLayout3->addWidget(spinWidth, 1, 2, 1, 1);
00122
00123 label_2 = new QLabel(groupBoxDim);
00124 label_2->setObjectName(QString::fromUtf8("label_2"));
00125
00126 gridLayout3->addWidget(label_2, 1, 3, 1, 1);
00127
00128 textLabelWidth = new QLabel(groupBoxDim);
00129 textLabelWidth->setObjectName(QString::fromUtf8("textLabelWidth"));
00130
00131 gridLayout3->addWidget(textLabelWidth, 1, 0, 1, 1);
00132
00133 standardSizeBox = new QComboBox(groupBoxDim);
00134 standardSizeBox->setObjectName(QString::fromUtf8("standardSizeBox"));
00135
00136 gridLayout3->addWidget(standardSizeBox, 0, 2, 1, 2);
00137
00138 label = new QLabel(groupBoxDim);
00139 label->setObjectName(QString::fromUtf8("label"));
00140
00141 gridLayout3->addWidget(label, 0, 0, 1, 1);
00142
00143 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00144
00145 gridLayout3->addItem(spacerItem1, 0, 1, 1, 1);
00146
00147 label_3 = new QLabel(groupBoxDim);
00148 label_3->setObjectName(QString::fromUtf8("label_3"));
00149
00150 gridLayout3->addWidget(label_3, 2, 3, 1, 1);
00151
00152 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00153
00154 gridLayout3->addItem(spacerItem2, 2, 1, 1, 1);
00155
00156 textLabelHeight = new QLabel(groupBoxDim);
00157 textLabelHeight->setObjectName(QString::fromUtf8("textLabelHeight"));
00158
00159 gridLayout3->addWidget(textLabelHeight, 2, 0, 1, 1);
00160
00161
00162 gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
00163
00164 hboxLayout = new QHBoxLayout();
00165 hboxLayout->setSpacing(6);
00166 hboxLayout->setMargin(0);
00167 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00168 textLabel1 = new QLabel(groupBoxDim);
00169 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00170
00171 hboxLayout->addWidget(textLabel1);
00172
00173 buttonRatioScreen = new QPushButton(groupBoxDim);
00174 buttonRatioScreen->setObjectName(QString::fromUtf8("buttonRatioScreen"));
00175
00176 hboxLayout->addWidget(buttonRatioScreen);
00177
00178 buttonRatio4x3 = new QPushButton(groupBoxDim);
00179 buttonRatio4x3->setObjectName(QString::fromUtf8("buttonRatio4x3"));
00180
00181 hboxLayout->addWidget(buttonRatio4x3);
00182
00183 buttonRatio16x9 = new QPushButton(groupBoxDim);
00184 buttonRatio16x9->setObjectName(QString::fromUtf8("buttonRatio16x9"));
00185
00186 hboxLayout->addWidget(buttonRatio16x9);
00187
00188 buttonRatio1x1 = new QPushButton(groupBoxDim);
00189 buttonRatio1x1->setObjectName(QString::fromUtf8("buttonRatio1x1"));
00190
00191 hboxLayout->addWidget(buttonRatio1x1);
00192
00193
00194 gridLayout2->addLayout(hboxLayout, 1, 0, 1, 1);
00195
00196
00197 gridLayout->addWidget(groupBoxDim, 0, 0, 1, 1);
00198
00199 buttonGroupComment = new QGroupBox(Gui__Dialog__DlgSettingsImage);
00200 buttonGroupComment->setObjectName(QString::fromUtf8("buttonGroupComment"));
00201 buttonGroupComment->setEnabled(false);
00202 gridLayout4 = new QGridLayout(buttonGroupComment);
00203 gridLayout4->setSpacing(6);
00204 gridLayout4->setMargin(9);
00205 gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00206 radioButtonMiba = new QRadioButton(buttonGroupComment);
00207 radioButtonMiba->setObjectName(QString::fromUtf8("radioButtonMiba"));
00208 radioButtonMiba->setChecked(true);
00209
00210 gridLayout4->addWidget(radioButtonMiba, 0, 0, 1, 1);
00211
00212 textEditComment = new QTextEdit(buttonGroupComment);
00213 textEditComment->setObjectName(QString::fromUtf8("textEditComment"));
00214 textEditComment->setEnabled(false);
00215
00216 gridLayout4->addWidget(textEditComment, 2, 0, 1, 1);
00217
00218 radioButtonComment = new QRadioButton(buttonGroupComment);
00219 radioButtonComment->setObjectName(QString::fromUtf8("radioButtonComment"));
00220
00221 gridLayout4->addWidget(radioButtonComment, 1, 0, 1, 1);
00222
00223
00224 gridLayout->addWidget(buttonGroupComment, 2, 0, 1, 1);
00225
00226 #ifndef QT_NO_SHORTCUT
00227 textLabelColor->setBuddy(comboBackground);
00228 textLabelWidth->setBuddy(spinWidth);
00229 textLabelHeight->setBuddy(spinHeight);
00230 #endif // QT_NO_SHORTCUT
00231 QWidget::setTabOrder(standardSizeBox, spinWidth);
00232 QWidget::setTabOrder(spinWidth, spinHeight);
00233 QWidget::setTabOrder(spinHeight, buttonRatioScreen);
00234 QWidget::setTabOrder(buttonRatioScreen, buttonRatio4x3);
00235 QWidget::setTabOrder(buttonRatio4x3, buttonRatio16x9);
00236 QWidget::setTabOrder(buttonRatio16x9, buttonRatio1x1);
00237 QWidget::setTabOrder(buttonRatio1x1, comboBackground);
00238 QWidget::setTabOrder(comboBackground, radioButtonMiba);
00239 QWidget::setTabOrder(radioButtonMiba, radioButtonComment);
00240 QWidget::setTabOrder(radioButtonComment, textEditComment);
00241
00242 retranslateUi(Gui__Dialog__DlgSettingsImage);
00243 QObject::connect(radioButtonComment, SIGNAL(toggled(bool)), textEditComment, SLOT(setEnabled(bool)));
00244
00245 QMetaObject::connectSlotsByName(Gui__Dialog__DlgSettingsImage);
00246 }
00247
00248 void retranslateUi(QWidget *Gui__Dialog__DlgSettingsImage)
00249 {
00250 Gui__Dialog__DlgSettingsImage->setWindowTitle(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Image settings", 0, QApplication::UnicodeUTF8));
00251 groupBoxProp->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Image properties", 0, QApplication::UnicodeUTF8));
00252 textLabelColor->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Back&ground:", 0, QApplication::UnicodeUTF8));
00253 comboBackground->clear();
00254 comboBackground->insertItems(0, QStringList()
00255 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Current", 0, QApplication::UnicodeUTF8)
00256 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "White", 0, QApplication::UnicodeUTF8)
00257 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Black", 0, QApplication::UnicodeUTF8)
00258 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Transparent", 0, QApplication::UnicodeUTF8)
00259 );
00260 groupBoxDim->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Image dimensions", 0, QApplication::UnicodeUTF8));
00261 label_2->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Pixel", 0, QApplication::UnicodeUTF8));
00262 textLabelWidth->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "&Width:", 0, QApplication::UnicodeUTF8));
00263 standardSizeBox->clear();
00264 standardSizeBox->insertItems(0, QStringList()
00265 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Current screen", 0, QApplication::UnicodeUTF8)
00266 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Icon 32 x 32", 0, QApplication::UnicodeUTF8)
00267 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Icon 64 x 64", 0, QApplication::UnicodeUTF8)
00268 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "Icon 128 x 128", 0, QApplication::UnicodeUTF8)
00269 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "CGA 320 x 200", 0, QApplication::UnicodeUTF8)
00270 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "QVGA 320 x 240", 0, QApplication::UnicodeUTF8)
00271 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "VGA 640 x 480", 0, QApplication::UnicodeUTF8)
00272 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "NTSC 720 x 480", 0, QApplication::UnicodeUTF8)
00273 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "PAL 768 x 578", 0, QApplication::UnicodeUTF8)
00274 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "SVGA 800 x 600", 0, QApplication::UnicodeUTF8)
00275 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "XGA 1024 x 768", 0, QApplication::UnicodeUTF8)
00276 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "HD720 1280 x 720", 0, QApplication::UnicodeUTF8)
00277 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "SXGA 1280 x 1024", 0, QApplication::UnicodeUTF8)
00278 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "SXGA+ 1400 x 1050", 0, QApplication::UnicodeUTF8)
00279 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "UXGA 1600 x 1200", 0, QApplication::UnicodeUTF8)
00280 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "HD1080 1920 x 1080", 0, QApplication::UnicodeUTF8)
00281 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "WUXGA 1920 x 1200", 0, QApplication::UnicodeUTF8)
00282 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "QXGA 2048 x 1538", 0, QApplication::UnicodeUTF8)
00283 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "WQXGA 2560 x 1600", 0, QApplication::UnicodeUTF8)
00284 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "QSXGA 2560 x 2048", 0, QApplication::UnicodeUTF8)
00285 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "QUXGA 3200 \303\227 2400", 0, QApplication::UnicodeUTF8)
00286 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "HUXGA 6400 \303\227 4800", 0, QApplication::UnicodeUTF8)
00287 << QApplication::translate("Gui::Dialog::DlgSettingsImage", "!!! 10000 x 10000", 0, QApplication::UnicodeUTF8)
00288 );
00289 label->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Standard sizes:", 0, QApplication::UnicodeUTF8));
00290 label_3->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Pixel", 0, QApplication::UnicodeUTF8));
00291 textLabelHeight->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "&Height:", 0, QApplication::UnicodeUTF8));
00292 textLabel1->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Aspect ratio:", 0, QApplication::UnicodeUTF8));
00293 buttonRatioScreen->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "&Screen", 0, QApplication::UnicodeUTF8));
00294 buttonRatioScreen->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Alt+S", 0, QApplication::UnicodeUTF8));
00295 buttonRatio4x3->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "&4:3", 0, QApplication::UnicodeUTF8));
00296 buttonRatio4x3->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Alt+4", 0, QApplication::UnicodeUTF8));
00297 buttonRatio16x9->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "1&6:9", 0, QApplication::UnicodeUTF8));
00298 buttonRatio16x9->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Alt+6", 0, QApplication::UnicodeUTF8));
00299 buttonRatio1x1->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "&1:1", 0, QApplication::UnicodeUTF8));
00300 buttonRatio1x1->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Alt+1", 0, QApplication::UnicodeUTF8));
00301 buttonGroupComment->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Image comment", 0, QApplication::UnicodeUTF8));
00302 radioButtonMiba->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Insert MIBA", 0, QApplication::UnicodeUTF8));
00303 radioButtonComment->setText(QApplication::translate("Gui::Dialog::DlgSettingsImage", "Insert comment", 0, QApplication::UnicodeUTF8));
00304 Q_UNUSED(Gui__Dialog__DlgSettingsImage);
00305 }
00306
00307 };
00308
00309 }
00310 }
00311
00312 namespace Gui {
00313 namespace Dialog {
00314 namespace Ui {
00315 class DlgSettingsImage: public Ui_DlgSettingsImage {};
00316 }
00317 }
00318 }
00319
00320 #endif // UI_DLGSETTINGSIMAGE_H