Guest User

Untitled

a guest
Feb 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.12 KB | None | 0 0
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'variablen.ui'
  3. **
  4. ** Created: Tue 25. Oct 15:49:01 2011
  5. **      by: Qt User Interface Compiler version 4.7.3
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9.  
  10. #ifndef UI_VARIABLEN_H
  11. #define UI_VARIABLEN_H
  12.  
  13. #include <QtCore/QVariant>
  14. #include <QtGui/QAction>
  15. #include <QtGui/QApplication>
  16. #include <QtGui/QButtonGroup>
  17. #include <QtGui/QGridLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLCDNumber>
  20. #include <QtGui/QLabel>
  21. #include <QtGui/QMainWindow>
  22. #include <QtGui/QMenuBar>
  23. #include <QtGui/QSlider>
  24. #include <QtGui/QStatusBar>
  25. #include <QtGui/QToolBar>
  26. #include <QtGui/QWidget>
  27. #include "qtosg.h"
  28.  
  29. QT_BEGIN_NAMESPACE
  30.  
  31. class Ui_VariablenClass
  32. {
  33. public:
  34.     QWidget *centralWidget;
  35.     QGridLayout *gridLayout_7;
  36.     QGridLayout *gridLayout_2;
  37.     QLCDNumber *Nummerx;
  38.     QGridLayout *gridLayout_4;
  39.     QTOSG2 *OSG;
  40.     QGridLayout *gridLayout_3;
  41.     QLCDNumber *Nummery;
  42.     QGridLayout *gridLayout_5;
  43.     QLabel *label_4;
  44.     QLabel *label;
  45.     QSlider *xSlider;
  46.     QGridLayout *gridLayout;
  47.     QWidget *Circle;
  48.     QGridLayout *gridLayout_6;
  49.     QLabel *label_2;
  50.     QLabel *label_3;
  51.     QSlider *ySlider;
  52.     QMenuBar *menuBar;
  53.     QToolBar *mainToolBar;
  54.     QStatusBar *statusBar;
  55.  
  56.     void setupUi(QMainWindow *VariablenClass)
  57.     {
  58.         if (VariablenClass->objectName().isEmpty())
  59.             VariablenClass->setObjectName(QString::fromUtf8("VariablenClass"));
  60.         VariablenClass->resize(668, 480);
  61.         centralWidget = new QWidget(VariablenClass);
  62.         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
  63.         gridLayout_7 = new QGridLayout(centralWidget);
  64.         gridLayout_7->setSpacing(6);
  65.         gridLayout_7->setContentsMargins(11, 11, 11, 11);
  66.         gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
  67.         gridLayout_2 = new QGridLayout();
  68.         gridLayout_2->setSpacing(6);
  69.         gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  70.         Nummerx = new QLCDNumber(centralWidget);
  71.         Nummerx->setObjectName(QString::fromUtf8("Nummerx"));
  72.  
  73.         gridLayout_2->addWidget(Nummerx, 0, 0, 1, 1);
  74.  
  75.  
  76.         gridLayout_7->addLayout(gridLayout_2, 0, 0, 1, 1);
  77.  
  78.         gridLayout_4 = new QGridLayout();
  79.         gridLayout_4->setSpacing(6);
  80.         gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
  81.         OSG = new QTOSG2(centralWidget);
  82.         OSG->setObjectName(QString::fromUtf8("OSG"));
  83.         OSG->setMinimumSize(QSize(302, 171));
  84.  
  85.         gridLayout_4->addWidget(OSG, 0, 0, 1, 1);
  86.  
  87.  
  88.         gridLayout_7->addLayout(gridLayout_4, 0, 1, 2, 1);
  89.  
  90.         gridLayout_3 = new QGridLayout();
  91.         gridLayout_3->setSpacing(6);
  92.         gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  93.         Nummery = new QLCDNumber(centralWidget);
  94.         Nummery->setObjectName(QString::fromUtf8("Nummery"));
  95.  
  96.         gridLayout_3->addWidget(Nummery, 0, 0, 1, 1);
  97.  
  98.  
  99.         gridLayout_7->addLayout(gridLayout_3, 1, 0, 1, 1);
  100.  
  101.         gridLayout_5 = new QGridLayout();
  102.         gridLayout_5->setSpacing(6);
  103.         gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
  104.         label_4 = new QLabel(centralWidget);
  105.         label_4->setObjectName(QString::fromUtf8("label_4"));
  106.  
  107.         gridLayout_5->addWidget(label_4, 1, 3, 1, 1);
  108.  
  109.         label = new QLabel(centralWidget);
  110.         label->setObjectName(QString::fromUtf8("label"));
  111.         label->setCursor(QCursor(Qt::ArrowCursor));
  112.  
  113.         gridLayout_5->addWidget(label, 1, 0, 1, 1);
  114.  
  115.         xSlider = new QSlider(centralWidget);
  116.         xSlider->setObjectName(QString::fromUtf8("xSlider"));
  117.         xSlider->setMinimum(-10);
  118.         xSlider->setMaximum(10);
  119.         xSlider->setOrientation(Qt::Horizontal);
  120.         xSlider->setTickPosition(QSlider::TicksAbove);
  121.         xSlider->setTickInterval(1);
  122.  
  123.         gridLayout_5->addWidget(xSlider, 1, 2, 1, 1);
  124.  
  125.  
  126.         gridLayout_7->addLayout(gridLayout_5, 2, 0, 1, 1);
  127.  
  128.         gridLayout = new QGridLayout();
  129.         gridLayout->setSpacing(6);
  130.         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  131.         Circle = new QWidget(centralWidget);
  132.         Circle->setObjectName(QString::fromUtf8("Circle"));
  133.         Circle->setMinimumSize(QSize(302, 199));
  134.  
  135.         gridLayout->addWidget(Circle, 0, 0, 1, 1);
  136.  
  137.  
  138.         gridLayout_7->addLayout(gridLayout, 2, 1, 2, 1);
  139.  
  140.         gridLayout_6 = new QGridLayout();
  141.         gridLayout_6->setSpacing(6);
  142.         gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
  143.         label_2 = new QLabel(centralWidget);
  144.         label_2->setObjectName(QString::fromUtf8("label_2"));
  145.         label_2->setLayoutDirection(Qt::LeftToRight);
  146.  
  147.         gridLayout_6->addWidget(label_2, 1, 0, 1, 1);
  148.  
  149.         label_3 = new QLabel(centralWidget);
  150.         label_3->setObjectName(QString::fromUtf8("label_3"));
  151.  
  152.         gridLayout_6->addWidget(label_3, 1, 3, 1, 1);
  153.  
  154.         ySlider = new QSlider(centralWidget);
  155.         ySlider->setObjectName(QString::fromUtf8("ySlider"));
  156.         ySlider->setMinimum(-10);
  157.         ySlider->setMaximum(10);
  158.         ySlider->setOrientation(Qt::Horizontal);
  159.         ySlider->setTickPosition(QSlider::TicksAbove);
  160.         ySlider->setTickInterval(1);
  161.  
  162.         gridLayout_6->addWidget(ySlider, 1, 2, 1, 1);
  163.  
  164.  
  165.         gridLayout_7->addLayout(gridLayout_6, 3, 0, 1, 1);
  166.  
  167.         VariablenClass->setCentralWidget(centralWidget);
  168.         menuBar = new QMenuBar(VariablenClass);
  169.         menuBar->setObjectName(QString::fromUtf8("menuBar"));
  170.         menuBar->setGeometry(QRect(0, 0, 668, 21));
  171.         VariablenClass->setMenuBar(menuBar);
  172.         mainToolBar = new QToolBar(VariablenClass);
  173.         mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
  174.         VariablenClass->addToolBar(Qt::TopToolBarArea, mainToolBar);
  175.         statusBar = new QStatusBar(VariablenClass);
  176.         statusBar->setObjectName(QString::fromUtf8("statusBar"));
  177.         VariablenClass->setStatusBar(statusBar);
  178.  
  179.         retranslateUi(VariablenClass);
  180.  
  181.         QMetaObject::connectSlotsByName(VariablenClass);
  182.     } // setupUi
  183.  
  184.     void retranslateUi(QMainWindow *VariablenClass)
  185.     {
  186.         VariablenClass->setWindowTitle(QApplication::translate("VariablenClass", "Variablen", 0, QApplication::UnicodeUTF8));
  187.         label_4->setText(QApplication::translate("VariablenClass", "10", 0, QApplication::UnicodeUTF8));
  188.         label->setText(QApplication::translate("VariablenClass", "-10", 0, QApplication::UnicodeUTF8));
  189. #ifndef QT_NO_TOOLTIP
  190.         xSlider->setToolTip(QString());
  191. #endif // QT_NO_TOOLTIP
  192.         label_2->setText(QApplication::translate("VariablenClass", "-10", 0, QApplication::UnicodeUTF8));
  193.         label_3->setText(QApplication::translate("VariablenClass", "10", 0, QApplication::UnicodeUTF8));
  194.     } // retranslateUi
  195.  
  196. };
  197.  
  198. namespace Ui {
  199.     class VariablenClass: public Ui_VariablenClass {};
  200. } // namespace Ui
  201.  
  202. QT_END_NAMESPACE
  203.  
  204. #endif // UI_VARIABLEN_H
Add Comment
Please, Sign In to add comment