UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_scale_options_dialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'scale_options_dialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SCALE_OPTIONS_DIALOG_H
10 #define UI_SCALE_OPTIONS_DIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QComboBox>
17 #include <QtGui/QGridLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QPushButton>
21 #include <QtGui/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QLabel *label_2;
30  QLabel *label;
31  QComboBox *scalePlacementComboBox;
32  QPushButton *fontSelectionPushButton;
33  QLabel *label_3;
34  QPushButton *colorSelectionPushButton;
35 
36  void setupUi(QWidget *ScaleOptionsDialog)
37  {
38  if (ScaleOptionsDialog->objectName().isEmpty())
39  ScaleOptionsDialog->setObjectName(QString::fromUtf8("ScaleOptionsDialog"));
40  ScaleOptionsDialog->resize(227, 137);
41  gridLayout = new QGridLayout(ScaleOptionsDialog);
42  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
43  label_2 = new QLabel(ScaleOptionsDialog);
44  label_2->setObjectName(QString::fromUtf8("label_2"));
45 
46  gridLayout->addWidget(label_2, 1, 0, 1, 1);
47 
48  label = new QLabel(ScaleOptionsDialog);
49  label->setObjectName(QString::fromUtf8("label"));
50 
51  gridLayout->addWidget(label, 0, 0, 1, 1);
52 
53  scalePlacementComboBox = new QComboBox(ScaleOptionsDialog);
54  scalePlacementComboBox->setObjectName(QString::fromUtf8("scalePlacementComboBox"));
55 
56  gridLayout->addWidget(scalePlacementComboBox, 0, 1, 1, 1);
57 
58  fontSelectionPushButton = new QPushButton(ScaleOptionsDialog);
59  fontSelectionPushButton->setObjectName(QString::fromUtf8("fontSelectionPushButton"));
60 
61  gridLayout->addWidget(fontSelectionPushButton, 1, 1, 1, 1);
62 
63  label_3 = new QLabel(ScaleOptionsDialog);
64  label_3->setObjectName(QString::fromUtf8("label_3"));
65 
66  gridLayout->addWidget(label_3, 2, 0, 1, 1);
67 
68  colorSelectionPushButton = new QPushButton(ScaleOptionsDialog);
69  colorSelectionPushButton->setObjectName(QString::fromUtf8("colorSelectionPushButton"));
70 
71  gridLayout->addWidget(colorSelectionPushButton, 2, 1, 1, 1);
72 
73 
74  retranslateUi(ScaleOptionsDialog);
75 
76  QMetaObject::connectSlotsByName(ScaleOptionsDialog);
77  } // setupUi
78 
79  void retranslateUi(QWidget *ScaleOptionsDialog)
80  {
81  ScaleOptionsDialog->setWindowTitle(QApplication::translate("ScaleOptionsDialog", "Dialog", 0, QApplication::UnicodeUTF8));
82  label_2->setText(QApplication::translate("ScaleOptionsDialog", "Font", 0, QApplication::UnicodeUTF8));
83  label->setText(QApplication::translate("ScaleOptionsDialog", "Orientation", 0, QApplication::UnicodeUTF8));
84  scalePlacementComboBox->clear();
85  scalePlacementComboBox->insertItems(0, QStringList()
86  << QApplication::translate("ScaleOptionsDialog", "Top", 0, QApplication::UnicodeUTF8)
87  << QApplication::translate("ScaleOptionsDialog", "Bottom", 0, QApplication::UnicodeUTF8)
88  << QApplication::translate("ScaleOptionsDialog", "Left", 0, QApplication::UnicodeUTF8)
89  << QApplication::translate("ScaleOptionsDialog", "Right", 0, QApplication::UnicodeUTF8)
90  );
91  fontSelectionPushButton->setText(QApplication::translate("ScaleOptionsDialog", "Font", 0, QApplication::UnicodeUTF8));
92  label_3->setText(QApplication::translate("ScaleOptionsDialog", "Color", 0, QApplication::UnicodeUTF8));
93  colorSelectionPushButton->setText(QString());
94  } // retranslateUi
95 
96 };
97 
98 namespace Ui {
100 } // namespace Ui
101 
102 QT_END_NAMESPACE
103 
104 #endif // UI_SCALE_OPTIONS_DIALOG_H
Definition: ui_scale_options_dialog.h:99
Definition: ui_scale_options_dialog.h:25