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