139f416237
For moc, rcc and uic, then it's friendly for tools like ccache. ccache is using md5 to check file modification, but the different timestamp info will cause different md5 for same meaningful contents, it will disabled ccache. Updated the autotest for uic and rcc. Task-number: QTBUG-26589 Change-Id: I9f1dcf6cd826ad9603af6e183757bcd748c32bd1 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
148 lines
4.9 KiB
C++
148 lines
4.9 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'myform.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef MYFORM_H
|
|
#define MYFORM_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QCheckBox>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QRadioButton>
|
|
#include <QtWidgets/QSpacerItem>
|
|
#include <QtWidgets/QVBoxLayout>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_Form
|
|
{
|
|
public:
|
|
QVBoxLayout *vboxLayout;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout;
|
|
QRadioButton *radioButton_2;
|
|
QRadioButton *radioButton;
|
|
QCheckBox *checkBox_2;
|
|
QSpacerItem *spacerItem;
|
|
QCheckBox *checkBox;
|
|
QRadioButton *radioButton_2_2;
|
|
QRadioButton *radioButton_3;
|
|
QRadioButton *radioButton_4;
|
|
QCheckBox *checkBox_3;
|
|
QCheckBox *checkBox_4;
|
|
|
|
void setupUi(QWidget *Form)
|
|
{
|
|
if (Form->objectName().isEmpty())
|
|
Form->setObjectName(QStringLiteral("Form"));
|
|
Form->resize(258, 224);
|
|
vboxLayout = new QVBoxLayout(Form);
|
|
#ifndef Q_OS_MAC
|
|
vboxLayout->setSpacing(6);
|
|
#endif
|
|
vboxLayout->setContentsMargins(8, 8, 8, 8);
|
|
vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
|
|
groupBox = new QGroupBox(Form);
|
|
groupBox->setObjectName(QStringLiteral("groupBox"));
|
|
gridLayout = new QGridLayout(groupBox);
|
|
#ifndef Q_OS_MAC
|
|
gridLayout->setSpacing(6);
|
|
#endif
|
|
gridLayout->setContentsMargins(8, 8, 8, 8);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
radioButton_2 = new QRadioButton(groupBox);
|
|
radioButton_2->setObjectName(QStringLiteral("radioButton_2"));
|
|
|
|
gridLayout->addWidget(radioButton_2, 1, 0, 1, 1);
|
|
|
|
radioButton = new QRadioButton(groupBox);
|
|
radioButton->setObjectName(QStringLiteral("radioButton"));
|
|
radioButton->setChecked(true);
|
|
|
|
gridLayout->addWidget(radioButton, 0, 0, 1, 1);
|
|
|
|
checkBox_2 = new QCheckBox(groupBox);
|
|
checkBox_2->setObjectName(QStringLiteral("checkBox_2"));
|
|
checkBox_2->setChecked(true);
|
|
|
|
gridLayout->addWidget(checkBox_2, 1, 1, 1, 1);
|
|
|
|
spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
gridLayout->addItem(spacerItem, 5, 0, 1, 1);
|
|
|
|
checkBox = new QCheckBox(groupBox);
|
|
checkBox->setObjectName(QStringLiteral("checkBox"));
|
|
|
|
gridLayout->addWidget(checkBox, 0, 1, 1, 1);
|
|
|
|
radioButton_2_2 = new QRadioButton(groupBox);
|
|
radioButton_2_2->setObjectName(QStringLiteral("radioButton_2_2"));
|
|
|
|
gridLayout->addWidget(radioButton_2_2, 2, 0, 1, 1);
|
|
|
|
radioButton_3 = new QRadioButton(groupBox);
|
|
radioButton_3->setObjectName(QStringLiteral("radioButton_3"));
|
|
|
|
gridLayout->addWidget(radioButton_3, 3, 0, 1, 1);
|
|
|
|
radioButton_4 = new QRadioButton(groupBox);
|
|
radioButton_4->setObjectName(QStringLiteral("radioButton_4"));
|
|
|
|
gridLayout->addWidget(radioButton_4, 4, 0, 1, 1);
|
|
|
|
checkBox_3 = new QCheckBox(groupBox);
|
|
checkBox_3->setObjectName(QStringLiteral("checkBox_3"));
|
|
|
|
gridLayout->addWidget(checkBox_3, 2, 1, 1, 1);
|
|
|
|
checkBox_4 = new QCheckBox(groupBox);
|
|
checkBox_4->setObjectName(QStringLiteral("checkBox_4"));
|
|
checkBox_4->setChecked(true);
|
|
|
|
gridLayout->addWidget(checkBox_4, 3, 1, 1, 1);
|
|
|
|
|
|
vboxLayout->addWidget(groupBox);
|
|
|
|
|
|
retranslateUi(Form);
|
|
|
|
QMetaObject::connectSlotsByName(Form);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *Form)
|
|
{
|
|
Form->setWindowTitle(QApplication::translate("Form", "Export Document", 0));
|
|
groupBox->setTitle(QApplication::translate("Form", "Export Options", 0));
|
|
radioButton_2->setText(QApplication::translate("Form", "&DocBook", 0));
|
|
radioButton->setText(QApplication::translate("Form", "&LaTeX", 0));
|
|
checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", 0));
|
|
checkBox->setText(QApplication::translate("Form", "&Compress", 0));
|
|
radioButton_2_2->setText(QApplication::translate("Form", "&HTML", 0));
|
|
radioButton_3->setText(QApplication::translate("Form", "&PostScript", 0));
|
|
radioButton_4->setText(QApplication::translate("Form", "PD&F", 0));
|
|
checkBox_3->setText(QApplication::translate("Form", "Include &metadata", 0));
|
|
checkBox_4->setText(QApplication::translate("Form", "Create inde&x", 0));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class Form: public Ui_Form {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // MYFORM_H
|