0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'previewconfigurationwidget.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:14 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef PREVIEWCONFIGURATIONWIDGET_H
|
|
11 |
#define PREVIEWCONFIGURATIONWIDGET_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QComboBox>
|
|
18 |
#include <QtGui/QFormLayout>
|
|
19 |
#include <QtGui/QGroupBox>
|
|
20 |
#include <QtGui/QHBoxLayout>
|
|
21 |
#include <QtGui/QHeaderView>
|
|
22 |
#include <QtGui/QLabel>
|
|
23 |
#include <QtGui/QToolButton>
|
|
24 |
#include <textpropertyeditor_p.h>
|
|
25 |
|
|
26 |
QT_BEGIN_NAMESPACE
|
|
27 |
|
|
28 |
class Ui_PreviewConfigurationWidget
|
|
29 |
{
|
|
30 |
public:
|
|
31 |
QFormLayout *formLayout;
|
|
32 |
QLabel *m_styleLabel;
|
|
33 |
QComboBox *m_styleCombo;
|
|
34 |
QLabel *m_appStyleSheetLabel;
|
|
35 |
QHBoxLayout *hboxLayout;
|
|
36 |
qdesigner_internal::TextPropertyEditor *m_appStyleSheetLineEdit;
|
|
37 |
QToolButton *m_appStyleSheetChangeButton;
|
|
38 |
QToolButton *m_appStyleSheetClearButton;
|
|
39 |
QLabel *m_skinLabel;
|
|
40 |
QHBoxLayout *hboxLayout1;
|
|
41 |
QComboBox *m_skinCombo;
|
|
42 |
QToolButton *m_skinRemoveButton;
|
|
43 |
|
|
44 |
void setupUi(QGroupBox *PreviewConfigurationWidget)
|
|
45 |
{
|
|
46 |
if (PreviewConfigurationWidget->objectName().isEmpty())
|
|
47 |
PreviewConfigurationWidget->setObjectName(QString::fromUtf8("PreviewConfigurationWidget"));
|
|
48 |
PreviewConfigurationWidget->setCheckable(true);
|
|
49 |
formLayout = new QFormLayout(PreviewConfigurationWidget);
|
|
50 |
formLayout->setObjectName(QString::fromUtf8("formLayout"));
|
|
51 |
m_styleLabel = new QLabel(PreviewConfigurationWidget);
|
|
52 |
m_styleLabel->setObjectName(QString::fromUtf8("m_styleLabel"));
|
|
53 |
|
|
54 |
formLayout->setWidget(0, QFormLayout::LabelRole, m_styleLabel);
|
|
55 |
|
|
56 |
m_styleCombo = new QComboBox(PreviewConfigurationWidget);
|
|
57 |
m_styleCombo->setObjectName(QString::fromUtf8("m_styleCombo"));
|
|
58 |
|
|
59 |
formLayout->setWidget(0, QFormLayout::FieldRole, m_styleCombo);
|
|
60 |
|
|
61 |
m_appStyleSheetLabel = new QLabel(PreviewConfigurationWidget);
|
|
62 |
m_appStyleSheetLabel->setObjectName(QString::fromUtf8("m_appStyleSheetLabel"));
|
|
63 |
|
|
64 |
formLayout->setWidget(1, QFormLayout::LabelRole, m_appStyleSheetLabel);
|
|
65 |
|
|
66 |
hboxLayout = new QHBoxLayout();
|
|
67 |
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
|
|
68 |
m_appStyleSheetLineEdit = new qdesigner_internal::TextPropertyEditor(PreviewConfigurationWidget);
|
|
69 |
m_appStyleSheetLineEdit->setObjectName(QString::fromUtf8("m_appStyleSheetLineEdit"));
|
|
70 |
m_appStyleSheetLineEdit->setMinimumSize(QSize(149, 0));
|
|
71 |
|
|
72 |
hboxLayout->addWidget(m_appStyleSheetLineEdit);
|
|
73 |
|
|
74 |
m_appStyleSheetChangeButton = new QToolButton(PreviewConfigurationWidget);
|
|
75 |
m_appStyleSheetChangeButton->setObjectName(QString::fromUtf8("m_appStyleSheetChangeButton"));
|
|
76 |
|
|
77 |
hboxLayout->addWidget(m_appStyleSheetChangeButton);
|
|
78 |
|
|
79 |
m_appStyleSheetClearButton = new QToolButton(PreviewConfigurationWidget);
|
|
80 |
m_appStyleSheetClearButton->setObjectName(QString::fromUtf8("m_appStyleSheetClearButton"));
|
|
81 |
|
|
82 |
hboxLayout->addWidget(m_appStyleSheetClearButton);
|
|
83 |
|
|
84 |
|
|
85 |
formLayout->setLayout(1, QFormLayout::FieldRole, hboxLayout);
|
|
86 |
|
|
87 |
m_skinLabel = new QLabel(PreviewConfigurationWidget);
|
|
88 |
m_skinLabel->setObjectName(QString::fromUtf8("m_skinLabel"));
|
|
89 |
|
|
90 |
formLayout->setWidget(2, QFormLayout::LabelRole, m_skinLabel);
|
|
91 |
|
|
92 |
hboxLayout1 = new QHBoxLayout();
|
|
93 |
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
|
|
94 |
m_skinCombo = new QComboBox(PreviewConfigurationWidget);
|
|
95 |
m_skinCombo->setObjectName(QString::fromUtf8("m_skinCombo"));
|
|
96 |
|
|
97 |
hboxLayout1->addWidget(m_skinCombo);
|
|
98 |
|
|
99 |
m_skinRemoveButton = new QToolButton(PreviewConfigurationWidget);
|
|
100 |
m_skinRemoveButton->setObjectName(QString::fromUtf8("m_skinRemoveButton"));
|
|
101 |
|
|
102 |
hboxLayout1->addWidget(m_skinRemoveButton);
|
|
103 |
|
|
104 |
|
|
105 |
formLayout->setLayout(2, QFormLayout::FieldRole, hboxLayout1);
|
|
106 |
|
|
107 |
|
|
108 |
retranslateUi(PreviewConfigurationWidget);
|
|
109 |
|
|
110 |
QMetaObject::connectSlotsByName(PreviewConfigurationWidget);
|
|
111 |
} // setupUi
|
|
112 |
|
|
113 |
void retranslateUi(QGroupBox *PreviewConfigurationWidget)
|
|
114 |
{
|
|
115 |
PreviewConfigurationWidget->setWindowTitle(QApplication::translate("PreviewConfigurationWidget", "Form", 0, QApplication::UnicodeUTF8));
|
|
116 |
PreviewConfigurationWidget->setTitle(QApplication::translate("PreviewConfigurationWidget", "Print/Preview Configuration", 0, QApplication::UnicodeUTF8));
|
|
117 |
m_styleLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style", 0, QApplication::UnicodeUTF8));
|
|
118 |
m_appStyleSheetLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style sheet", 0, QApplication::UnicodeUTF8));
|
|
119 |
m_appStyleSheetChangeButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
|
|
120 |
m_appStyleSheetClearButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
|
|
121 |
m_skinLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Device skin", 0, QApplication::UnicodeUTF8));
|
|
122 |
m_skinRemoveButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0, QApplication::UnicodeUTF8));
|
|
123 |
} // retranslateUi
|
|
124 |
|
|
125 |
};
|
|
126 |
|
|
127 |
namespace Ui {
|
|
128 |
class PreviewConfigurationWidget: public Ui_PreviewConfigurationWidget {};
|
|
129 |
} // namespace Ui
|
|
130 |
|
|
131 |
QT_END_NAMESPACE
|
|
132 |
|
|
133 |
#endif // PREVIEWCONFIGURATIONWIDGET_H
|