2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'qprintpropertieswidget.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 QPRINTPROPERTIESWIDGET_H
|
|
|
|
#define QPRINTPROPERTIESWIDGET_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QTabWidget>
|
|
|
|
#include <QtWidgets/QTreeView>
|
|
|
|
#include <QtWidgets/QVBoxLayout>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
#include "qpagesetupdialog_unix_p.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_QPrintPropertiesWidget
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QVBoxLayout *verticalLayout_4;
|
|
|
|
QTabWidget *tabs;
|
|
|
|
QWidget *tabPage;
|
|
|
|
QHBoxLayout *horizontalLayout;
|
|
|
|
QPageSetupWidget *pageSetup;
|
|
|
|
QWidget *cupsPropertiesPage;
|
|
|
|
QHBoxLayout *horizontalLayout_2;
|
|
|
|
QTreeView *treeView;
|
|
|
|
|
|
|
|
void setupUi(QWidget *QPrintPropertiesWidget)
|
|
|
|
{
|
|
|
|
if (QPrintPropertiesWidget->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
QPrintPropertiesWidget->setObjectName(QStringLiteral("QPrintPropertiesWidget"));
|
2011-04-27 10:05:43 +00:00
|
|
|
QPrintPropertiesWidget->resize(396, 288);
|
|
|
|
verticalLayout_4 = new QVBoxLayout(QPrintPropertiesWidget);
|
|
|
|
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
2011-12-11 15:55:01 +00:00
|
|
|
verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
|
2011-04-27 10:05:43 +00:00
|
|
|
tabs = new QTabWidget(QPrintPropertiesWidget);
|
2011-12-11 15:55:01 +00:00
|
|
|
tabs->setObjectName(QStringLiteral("tabs"));
|
2011-04-27 10:05:43 +00:00
|
|
|
tabPage = new QWidget();
|
2011-12-11 15:55:01 +00:00
|
|
|
tabPage->setObjectName(QStringLiteral("tabPage"));
|
2011-04-27 10:05:43 +00:00
|
|
|
tabPage->setGeometry(QRect(0, 0, 392, 261));
|
|
|
|
horizontalLayout = new QHBoxLayout(tabPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
pageSetup = new QPageSetupWidget(tabPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
pageSetup->setObjectName(QStringLiteral("pageSetup"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
horizontalLayout->addWidget(pageSetup);
|
|
|
|
|
|
|
|
tabs->addTab(tabPage, QString());
|
|
|
|
cupsPropertiesPage = new QWidget();
|
2011-12-11 15:55:01 +00:00
|
|
|
cupsPropertiesPage->setObjectName(QStringLiteral("cupsPropertiesPage"));
|
2011-04-27 10:05:43 +00:00
|
|
|
horizontalLayout_2 = new QHBoxLayout(cupsPropertiesPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
treeView = new QTreeView(cupsPropertiesPage);
|
2011-12-11 15:55:01 +00:00
|
|
|
treeView->setObjectName(QStringLiteral("treeView"));
|
2011-04-27 10:05:43 +00:00
|
|
|
treeView->setAlternatingRowColors(true);
|
|
|
|
|
|
|
|
horizontalLayout_2->addWidget(treeView);
|
|
|
|
|
|
|
|
tabs->addTab(cupsPropertiesPage, QString());
|
|
|
|
|
|
|
|
verticalLayout_4->addWidget(tabs);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(QPrintPropertiesWidget);
|
|
|
|
|
|
|
|
tabs->setCurrentIndex(0);
|
|
|
|
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(QPrintPropertiesWidget);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *QPrintPropertiesWidget)
|
|
|
|
{
|
2016-08-17 03:52:14 +00:00
|
|
|
QPrintPropertiesWidget->setWindowTitle(QApplication::translate("QPrintPropertiesWidget", "Form", Q_NULLPTR));
|
|
|
|
tabs->setTabText(tabs->indexOf(tabPage), QApplication::translate("QPrintPropertiesWidget", "Page", Q_NULLPTR));
|
|
|
|
tabs->setTabText(tabs->indexOf(cupsPropertiesPage), QApplication::translate("QPrintPropertiesWidget", "Advanced", Q_NULLPTR));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class QPrintPropertiesWidget: public Ui_QPrintPropertiesWidget {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // QPRINTPROPERTIESWIDGET_H
|