70 lines
2.5 KiB
C++
70 lines
2.5 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'VisualInspectionPage.ui'
|
|
**
|
|
** Created: Tue Apr 16 11:09:53 2019
|
|
** by: Qt User Interface Compiler version 4.8.1
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_VISUALINSPECTIONPAGE_H
|
|
#define UI_VISUALINSPECTIONPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtGui/QAction>
|
|
#include <QtGui/QApplication>
|
|
#include <QtGui/QButtonGroup>
|
|
#include <QtGui/QCheckBox>
|
|
#include <QtGui/QHeaderView>
|
|
#include <QtGui/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CVisualInspectionPage
|
|
{
|
|
public:
|
|
QCheckBox *checkBox;
|
|
QCheckBox *checkBox_2;
|
|
QCheckBox *checkBox_3;
|
|
|
|
void setupUi(QWidget *CVisualInspectionPage)
|
|
{
|
|
if (CVisualInspectionPage->objectName().isEmpty())
|
|
CVisualInspectionPage->setObjectName(QString::fromUtf8("CVisualInspectionPage"));
|
|
CVisualInspectionPage->resize(1103, 710);
|
|
checkBox = new QCheckBox(CVisualInspectionPage);
|
|
checkBox->setObjectName(QString::fromUtf8("checkBox"));
|
|
checkBox->setGeometry(QRect(100, 50, 211, 17));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
checkBox->setFont(font);
|
|
checkBox_2 = new QCheckBox(CVisualInspectionPage);
|
|
checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
|
|
checkBox_2->setGeometry(QRect(100, 90, 70, 17));
|
|
checkBox_3 = new QCheckBox(CVisualInspectionPage);
|
|
checkBox_3->setObjectName(QString::fromUtf8("checkBox_3"));
|
|
checkBox_3->setGeometry(QRect(100, 140, 70, 17));
|
|
|
|
retranslateUi(CVisualInspectionPage);
|
|
|
|
QMetaObject::connectSlotsByName(CVisualInspectionPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CVisualInspectionPage)
|
|
{
|
|
CVisualInspectionPage->setWindowTitle(QApplication::translate("CVisualInspectionPage", "Form", 0, QApplication::UnicodeUTF8));
|
|
checkBox->setText(QApplication::translate("CVisualInspectionPage", "V\303\251rifiez ceci", 0, QApplication::UnicodeUTF8));
|
|
checkBox_2->setText(QApplication::translate("CVisualInspectionPage", "CheckBox", 0, QApplication::UnicodeUTF8));
|
|
checkBox_3->setText(QApplication::translate("CVisualInspectionPage", "CheckBox", 0, QApplication::UnicodeUTF8));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CVisualInspectionPage: public Ui_CVisualInspectionPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_VISUALINSPECTIONPAGE_H
|