2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'previewconfigurationwidget.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef PREVIEWCONFIGURATIONWIDGET_H
|
|
|
|
#define PREVIEWCONFIGURATIONWIDGET_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QComboBox>
|
|
|
|
#include <QtWidgets/QFormLayout>
|
|
|
|
#include <QtWidgets/QGroupBox>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QToolButton>
|
2011-04-27 10:05:43 +00:00
|
|
|
#include <textpropertyeditor_p.h>
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_PreviewConfigurationWidget
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QFormLayout *formLayout;
|
|
|
|
QLabel *m_styleLabel;
|
|
|
|
QComboBox *m_styleCombo;
|
|
|
|
QLabel *m_appStyleSheetLabel;
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
qdesigner_internal::TextPropertyEditor *m_appStyleSheetLineEdit;
|
|
|
|
QToolButton *m_appStyleSheetChangeButton;
|
|
|
|
QToolButton *m_appStyleSheetClearButton;
|
|
|
|
QLabel *m_skinLabel;
|
|
|
|
QHBoxLayout *hboxLayout1;
|
|
|
|
QComboBox *m_skinCombo;
|
|
|
|
QToolButton *m_skinRemoveButton;
|
|
|
|
|
|
|
|
void setupUi(QGroupBox *PreviewConfigurationWidget)
|
|
|
|
{
|
|
|
|
if (PreviewConfigurationWidget->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
PreviewConfigurationWidget->setObjectName(QStringLiteral("PreviewConfigurationWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
PreviewConfigurationWidget->setCheckable(true);
|
|
|
|
formLayout = new QFormLayout(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
formLayout->setObjectName(QStringLiteral("formLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_styleLabel = new QLabel(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_styleLabel->setObjectName(QStringLiteral("m_styleLabel"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
formLayout->setWidget(0, QFormLayout::LabelRole, m_styleLabel);
|
|
|
|
|
|
|
|
m_styleCombo = new QComboBox(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_styleCombo->setObjectName(QStringLiteral("m_styleCombo"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
formLayout->setWidget(0, QFormLayout::FieldRole, m_styleCombo);
|
|
|
|
|
|
|
|
m_appStyleSheetLabel = new QLabel(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_appStyleSheetLabel->setObjectName(QStringLiteral("m_appStyleSheetLabel"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
formLayout->setWidget(1, QFormLayout::LabelRole, m_appStyleSheetLabel);
|
|
|
|
|
|
|
|
hboxLayout = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_appStyleSheetLineEdit = new qdesigner_internal::TextPropertyEditor(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_appStyleSheetLineEdit->setObjectName(QStringLiteral("m_appStyleSheetLineEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_appStyleSheetLineEdit->setMinimumSize(QSize(149, 0));
|
|
|
|
|
|
|
|
hboxLayout->addWidget(m_appStyleSheetLineEdit);
|
|
|
|
|
|
|
|
m_appStyleSheetChangeButton = new QToolButton(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_appStyleSheetChangeButton->setObjectName(QStringLiteral("m_appStyleSheetChangeButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(m_appStyleSheetChangeButton);
|
|
|
|
|
|
|
|
m_appStyleSheetClearButton = new QToolButton(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_appStyleSheetClearButton->setObjectName(QStringLiteral("m_appStyleSheetClearButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(m_appStyleSheetClearButton);
|
|
|
|
|
|
|
|
|
|
|
|
formLayout->setLayout(1, QFormLayout::FieldRole, hboxLayout);
|
|
|
|
|
|
|
|
m_skinLabel = new QLabel(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_skinLabel->setObjectName(QStringLiteral("m_skinLabel"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
formLayout->setWidget(2, QFormLayout::LabelRole, m_skinLabel);
|
|
|
|
|
|
|
|
hboxLayout1 = new QHBoxLayout();
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
|
2011-04-27 10:05:43 +00:00
|
|
|
m_skinCombo = new QComboBox(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_skinCombo->setObjectName(QStringLiteral("m_skinCombo"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout1->addWidget(m_skinCombo);
|
|
|
|
|
|
|
|
m_skinRemoveButton = new QToolButton(PreviewConfigurationWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
m_skinRemoveButton->setObjectName(QStringLiteral("m_skinRemoveButton"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout1->addWidget(m_skinRemoveButton);
|
|
|
|
|
|
|
|
|
|
|
|
formLayout->setLayout(2, QFormLayout::FieldRole, hboxLayout1);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(PreviewConfigurationWidget);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(PreviewConfigurationWidget);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QGroupBox *PreviewConfigurationWidget)
|
|
|
|
{
|
2012-05-17 00:37:23 +00:00
|
|
|
PreviewConfigurationWidget->setWindowTitle(QApplication::translate("PreviewConfigurationWidget", "Form", 0));
|
|
|
|
PreviewConfigurationWidget->setTitle(QApplication::translate("PreviewConfigurationWidget", "Print/Preview Configuration", 0));
|
|
|
|
m_styleLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style", 0));
|
|
|
|
m_appStyleSheetLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Style sheet", 0));
|
|
|
|
m_appStyleSheetChangeButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0));
|
|
|
|
m_appStyleSheetClearButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0));
|
|
|
|
m_skinLabel->setText(QApplication::translate("PreviewConfigurationWidget", "Device skin", 0));
|
|
|
|
m_skinRemoveButton->setText(QApplication::translate("PreviewConfigurationWidget", "...", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class PreviewConfigurationWidget: public Ui_PreviewConfigurationWidget {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // PREVIEWCONFIGURATIONWIDGET_H
|