Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'mainwindow.ui' |
| 3 | ** |
| 4 | ** Created: Sun Oct 31 11:42:44 2010 |
| 5 | ** by: Qt User Interface Compiler version 4.6.2 |
| 6 | ** |
| 7 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 8 | ********************************************************************************/ |
| 9 | |
| 10 | #ifndef UI_MAINWINDOW_H |
| 11 | #define UI_MAINWINDOW_H |
| 12 | |
| 13 | #include <QtCore/QVariant> |
| 14 | #include <QtGui/QAction> |
| 15 | #include <QtGui/QApplication> |
| 16 | #include <QtGui/QButtonGroup> |
| 17 | #include <QtGui/QHeaderView> |
| 18 | #include <QtGui/QMainWindow> |
| 19 | #include <QtGui/QWidget> |
| 20 | #include <signaldisplay.h> |
| 21 | |
| 22 | QT_BEGIN_NAMESPACE |
| 23 | |
| 24 | class Ui_MainWindow |
| 25 | { |
| 26 | public: |
| 27 | QAction *action_Salir; |
| 28 | QAction *actionA_cerca_de; |
| 29 | QAction *actionAcerca_de_QT; |
| 30 | QAction *actionAcerca_de_Qt; |
| 31 | QWidget *centralWidget; |
| 32 | SignalDisplay *Graph; |
| 33 | |
| 34 | void setupUi(QMainWindow *MainWindow) |
| 35 | { |
| 36 | if (MainWindow->objectName().isEmpty()) |
| 37 | MainWindow->setObjectName(QString::fromUtf8("MainWindow")); |
| 38 | MainWindow->resize(320, 240); |
| 39 | action_Salir = new QAction(MainWindow); |
| 40 | action_Salir->setObjectName(QString::fromUtf8("action_Salir")); |
| 41 | actionA_cerca_de = new QAction(MainWindow); |
| 42 | actionA_cerca_de->setObjectName(QString::fromUtf8("actionA_cerca_de")); |
| 43 | actionAcerca_de_QT = new QAction(MainWindow); |
| 44 | actionAcerca_de_QT->setObjectName(QString::fromUtf8("actionAcerca_de_QT")); |
| 45 | actionAcerca_de_Qt = new QAction(MainWindow); |
| 46 | actionAcerca_de_Qt->setObjectName(QString::fromUtf8("actionAcerca_de_Qt")); |
| 47 | centralWidget = new QWidget(MainWindow); |
| 48 | centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |
| 49 | Graph = new SignalDisplay(centralWidget); |
| 50 | Graph->setObjectName(QString::fromUtf8("Graph")); |
| 51 | Graph->setGeometry(QRect(0, 0, 320, 240)); |
| 52 | Graph->setMinimumSize(QSize(100, 20)); |
| 53 | MainWindow->setCentralWidget(centralWidget); |
| 54 | |
| 55 | retranslateUi(MainWindow); |
| 56 | |
| 57 | QMetaObject::connectSlotsByName(MainWindow); |
| 58 | } // setupUi |
| 59 | |
| 60 | void retranslateUi(QMainWindow *MainWindow) |
| 61 | { |
| 62 | MainWindow->setWindowTitle(QApplication::translate("MainWindow", "ADC Test", 0, QApplication::UnicodeUTF8)); |
| 63 | action_Salir->setText(QApplication::translate("MainWindow", "&Salir", 0, QApplication::UnicodeUTF8)); |
| 64 | actionA_cerca_de->setText(QApplication::translate("MainWindow", "A&cerca de...", 0, QApplication::UnicodeUTF8)); |
| 65 | actionAcerca_de_QT->setText(QApplication::translate("MainWindow", "Acerca de &QT", 0, QApplication::UnicodeUTF8)); |
| 66 | actionAcerca_de_Qt->setText(QApplication::translate("MainWindow", "Acerca de &Qt...", 0, QApplication::UnicodeUTF8)); |
| 67 | } // retranslateUi |
| 68 | |
| 69 | }; |
| 70 | |
| 71 | namespace Ui { |
| 72 | class MainWindow: public Ui_MainWindow {}; |
| 73 | } // namespace Ui |
| 74 | |
| 75 | QT_END_NAMESPACE |
| 76 | |
| 77 | #endif // UI_MAINWINDOW_H |
| 78 |
Branches:
master
