Source-highlight Qt Library
ui_MainColorForm.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'MainColorForm.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.7
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #include <QtCore/QVariant>
10 #include <QtGui/QAction>
11 #include <QtGui/QApplication>
12 #include <QtGui/QButtonGroup>
13 #include <QtGui/QGridLayout>
14 #include <QtGui/QGroupBox>
15 #include <QtGui/QHBoxLayout>
16 #include <QtGui/QHeaderView>
17 #include <QtGui/QLabel>
18 #include <QtGui/QSpacerItem>
19 #include <QtGui/QToolButton>
20 #include <QtGui/QWidget>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QGridLayout *gridLayout_2;
28  QGroupBox *groupBox;
29  QGridLayout *gridLayout;
30  QHBoxLayout *horizontalLayout;
31  QLabel *label;
32  QToolButton *colorButton;
33  QSpacerItem *horizontalSpacer;
34  QLabel *label_2;
35  QToolButton *backgroundColorButton;
36 
37  void setupUi(QWidget *MainColorForm)
38  {
39  if (MainColorForm->objectName().isEmpty())
40  MainColorForm->setObjectName(QString::fromUtf8("MainColorForm"));
41  MainColorForm->resize(314, 96);
42  gridLayout_2 = new QGridLayout(MainColorForm);
43  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
44  groupBox = new QGroupBox(MainColorForm);
45  groupBox->setObjectName(QString::fromUtf8("groupBox"));
46  gridLayout = new QGridLayout(groupBox);
47  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
48  horizontalLayout = new QHBoxLayout();
49  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
50  label = new QLabel(groupBox);
51  label->setObjectName(QString::fromUtf8("label"));
52 
53  horizontalLayout->addWidget(label);
54 
55  colorButton = new QToolButton(groupBox);
56  colorButton->setObjectName(QString::fromUtf8("colorButton"));
57 
58  horizontalLayout->addWidget(colorButton);
59 
60  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
61 
62  horizontalLayout->addItem(horizontalSpacer);
63 
64  label_2 = new QLabel(groupBox);
65  label_2->setObjectName(QString::fromUtf8("label_2"));
66 
67  horizontalLayout->addWidget(label_2);
68 
69  backgroundColorButton = new QToolButton(groupBox);
70  backgroundColorButton->setObjectName(QString::fromUtf8("backgroundColorButton"));
71 
72  horizontalLayout->addWidget(backgroundColorButton);
73 
74 
75  gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
76 
77 
78  gridLayout_2->addWidget(groupBox, 1, 0, 1, 1);
79 
80 
81  retranslateUi(MainColorForm);
82 
83  QMetaObject::connectSlotsByName(MainColorForm);
84  } // setupUi
85 
86  void retranslateUi(QWidget *MainColorForm)
87  {
88  MainColorForm->setWindowTitle(QApplication::translate("MainColorForm", "Form", 0, QApplication::UnicodeUTF8));
89  groupBox->setTitle(QApplication::translate("MainColorForm", "Main Color", 0, QApplication::UnicodeUTF8));
90  label->setText(QApplication::translate("MainColorForm", "Foreground", 0, QApplication::UnicodeUTF8));
91 #ifndef QT_NO_TOOLTIP
92  colorButton->setToolTip(QApplication::translate("MainColorForm", "foreground color", 0, QApplication::UnicodeUTF8));
93 #endif // QT_NO_TOOLTIP
94  colorButton->setText(QApplication::translate("MainColorForm", "...", 0, QApplication::UnicodeUTF8));
95  label_2->setText(QApplication::translate("MainColorForm", "Background", 0, QApplication::UnicodeUTF8));
96 #ifndef QT_NO_TOOLTIP
97  backgroundColorButton->setToolTip(QApplication::translate("MainColorForm", "background color", 0, QApplication::UnicodeUTF8));
98 #endif // QT_NO_TOOLTIP
99  backgroundColorButton->setText(QApplication::translate("MainColorForm", "...", 0, QApplication::UnicodeUTF8));
100  } // retranslateUi
101 
102 };
103 
104 namespace Ui {
105  class MainColorForm: public Ui_MainColorForm {};
106 } // namespace Ui
107 
108 QT_END_NAMESPACE
109 
Definition: ColorDialog.h:15
Definition: ui_MainColorForm.h:105
Definition: ui_MainColorForm.h:24