CenGen - Генератор ценников  1.1
ui_add_line_master.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'add_line_master.ui'
00003 **
00004 ** Created: Thu Aug 11 22:41:13 2011
00005 **      by: Qt User Interface Compiler version 4.7.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_ADD_LINE_MASTER_H
00011 #define UI_ADD_LINE_MASTER_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QDialogButtonBox>
00019 #include <QtGui/QGraphicsView>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QSpinBox>
00024 #include <QtGui/QWidget>
00025 
00026 QT_BEGIN_NAMESPACE
00027 
00028 class Ui_Dialog
00029 {
00030 public:
00031     QDialogButtonBox *buttonBox;
00032     QLabel *label;
00033     QWidget *gridLayoutWidget;
00034     QGridLayout *gridLayout;
00035     QLabel *label_2;
00036     QLabel *label_3;
00037     QLabel *label_4;
00038     QLabel *label_5;
00039     QLabel *label_6;
00040     QSpinBox *startXspin;
00041     QSpinBox *startYspin;
00042     QSpinBox *heithSpin;
00043     QSpinBox *widthSpin;
00044     QSpinBox *thickSpin;
00045     QGraphicsView *graphicsView;
00046 
00047     void setupUi(QDialog *Dialog)
00048     {
00049         if (Dialog->objectName().isEmpty())
00050             Dialog->setObjectName(QString::fromUtf8("Dialog"));
00051         Dialog->resize(527, 300);
00052         buttonBox = new QDialogButtonBox(Dialog);
00053         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00054         buttonBox->setGeometry(QRect(30, 240, 341, 32));
00055         buttonBox->setOrientation(Qt::Horizontal);
00056         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00057         label = new QLabel(Dialog);
00058         label->setObjectName(QString::fromUtf8("label"));
00059         label->setGeometry(QRect(40, 30, 191, 16));
00060         gridLayoutWidget = new QWidget(Dialog);
00061         gridLayoutWidget->setObjectName(QString::fromUtf8("gridLayoutWidget"));
00062         gridLayoutWidget->setGeometry(QRect(40, 60, 251, 161));
00063         gridLayout = new QGridLayout(gridLayoutWidget);
00064         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00065         gridLayout->setContentsMargins(0, 0, 0, 0);
00066         label_2 = new QLabel(gridLayoutWidget);
00067         label_2->setObjectName(QString::fromUtf8("label_2"));
00068         label_2->setAlignment(Qt::AlignCenter);
00069 
00070         gridLayout->addWidget(label_2, 0, 0, 1, 1);
00071 
00072         label_3 = new QLabel(gridLayoutWidget);
00073         label_3->setObjectName(QString::fromUtf8("label_3"));
00074         label_3->setAlignment(Qt::AlignCenter);
00075 
00076         gridLayout->addWidget(label_3, 1, 0, 1, 1);
00077 
00078         label_4 = new QLabel(gridLayoutWidget);
00079         label_4->setObjectName(QString::fromUtf8("label_4"));
00080         label_4->setAlignment(Qt::AlignCenter);
00081 
00082         gridLayout->addWidget(label_4, 0, 2, 1, 1);
00083 
00084         label_5 = new QLabel(gridLayoutWidget);
00085         label_5->setObjectName(QString::fromUtf8("label_5"));
00086         label_5->setAlignment(Qt::AlignCenter);
00087 
00088         gridLayout->addWidget(label_5, 1, 2, 1, 1);
00089 
00090         label_6 = new QLabel(gridLayoutWidget);
00091         label_6->setObjectName(QString::fromUtf8("label_6"));
00092         label_6->setAlignment(Qt::AlignCenter);
00093 
00094         gridLayout->addWidget(label_6, 2, 0, 1, 2);
00095 
00096         startXspin = new QSpinBox(gridLayoutWidget);
00097         startXspin->setObjectName(QString::fromUtf8("startXspin"));
00098         startXspin->setAlignment(Qt::AlignCenter);
00099 
00100         gridLayout->addWidget(startXspin, 0, 1, 1, 1);
00101 
00102         startYspin = new QSpinBox(gridLayoutWidget);
00103         startYspin->setObjectName(QString::fromUtf8("startYspin"));
00104         startYspin->setAlignment(Qt::AlignCenter);
00105 
00106         gridLayout->addWidget(startYspin, 1, 1, 1, 1);
00107 
00108         heithSpin = new QSpinBox(gridLayoutWidget);
00109         heithSpin->setObjectName(QString::fromUtf8("heithSpin"));
00110         heithSpin->setAlignment(Qt::AlignCenter);
00111 
00112         gridLayout->addWidget(heithSpin, 1, 3, 1, 1);
00113 
00114         widthSpin = new QSpinBox(gridLayoutWidget);
00115         widthSpin->setObjectName(QString::fromUtf8("widthSpin"));
00116         widthSpin->setAlignment(Qt::AlignCenter);
00117 
00118         gridLayout->addWidget(widthSpin, 0, 3, 1, 1);
00119 
00120         thickSpin = new QSpinBox(gridLayoutWidget);
00121         thickSpin->setObjectName(QString::fromUtf8("thickSpin"));
00122         thickSpin->setAlignment(Qt::AlignCenter);
00123 
00124         gridLayout->addWidget(thickSpin, 2, 2, 1, 1);
00125 
00126         graphicsView = new QGraphicsView(Dialog);
00127         graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
00128         graphicsView->setGeometry(QRect(310, 60, 200, 161));
00129 
00130         retranslateUi(Dialog);
00131         QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
00132         QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));
00133 
00134         QMetaObject::connectSlotsByName(Dialog);
00135     } // setupUi
00136 
00137     void retranslateUi(QDialog *Dialog)
00138     {
00139         Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0, QApplication::UnicodeUTF8));
00140         label->setText(QApplication::translate("Dialog", "\320\234\320\260\321\201\321\202\320\265\321\200 \320\264\320\276\320\261\320\260\320\262\320\273\320\265\320\275\320\270\321\217 \320\273\320\270\320\275\320\270\320\270", 0, QApplication::UnicodeUTF8));
00141         label_2->setText(QApplication::translate("Dialog", "startX", 0, QApplication::UnicodeUTF8));
00142         label_3->setText(QApplication::translate("Dialog", "startY", 0, QApplication::UnicodeUTF8));
00143         label_4->setText(QApplication::translate("Dialog", "+X", 0, QApplication::UnicodeUTF8));
00144         label_5->setText(QApplication::translate("Dialog", "+Y", 0, QApplication::UnicodeUTF8));
00145         label_6->setText(QApplication::translate("Dialog", "\320\242\320\276\320\273\321\211\320\270\320\275\320\260", 0, QApplication::UnicodeUTF8));
00146     } // retranslateUi
00147 
00148 };
00149 
00150 namespace Ui {
00151     class Dialog: public Ui_Dialog {};
00152 } // namespace Ui
00153 
00154 QT_END_NAMESPACE
00155 
00156 #endif // UI_ADD_LINE_MASTER_H
 Указатель Классы Функции