Add ui h/cpp files
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Tue, 21 Feb 2012 09:41:37 +0000 (09:41 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Tue, 21 Feb 2012 09:41:37 +0000 (09:41 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@48 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

DwellCursor/GeneratedFiles/qrc_dwellcursor.cpp [new file with mode: 0644]
DwellCursor/GeneratedFiles/ui_ExperimentSetup.h [new file with mode: 0644]
DwellCursor/GeneratedFiles/ui_dwellcursor.h [new file with mode: 0644]

diff --git a/DwellCursor/GeneratedFiles/qrc_dwellcursor.cpp b/DwellCursor/GeneratedFiles/qrc_dwellcursor.cpp
new file mode 100644 (file)
index 0000000..d8a30cb
--- /dev/null
@@ -0,0 +1,30 @@
+/****************************************************************************\r
+** Resource object code\r
+**\r
+** Created: Mon 20. Feb 10:12:28 2012\r
+**      by: The Resource Compiler for Qt version 4.7.3\r
+**\r
+** WARNING! All changes made in this file will be lost!\r
+*****************************************************************************/\r
+\r
+#include <QtCore/qglobal.h>\r
+\r
+QT_BEGIN_NAMESPACE\r
+\r
+QT_END_NAMESPACE\r
+\r
+\r
+int QT_MANGLE_NAMESPACE(qInitResources_dwellcursor)()\r
+{\r
+    return 1;\r
+}\r
+\r
+Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_dwellcursor))\r
+\r
+int QT_MANGLE_NAMESPACE(qCleanupResources_dwellcursor)()\r
+{\r
+    return 1;\r
+}\r
+\r
+Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources_dwellcursor))\r
+\r
diff --git a/DwellCursor/GeneratedFiles/ui_ExperimentSetup.h b/DwellCursor/GeneratedFiles/ui_ExperimentSetup.h
new file mode 100644 (file)
index 0000000..4d58d3e
--- /dev/null
@@ -0,0 +1,234 @@
+/********************************************************************************\r
+** Form generated from reading UI file 'ExperimentSetup.ui'\r
+**\r
+** Created: Mon 20. Feb 10:12:28 2012\r
+**      by: Qt User Interface Compiler version 4.7.3\r
+**\r
+** WARNING! All changes made in this file will be lost when recompiling UI file!\r
+********************************************************************************/\r
+\r
+#ifndef UI_EXPERIMENTSETUP_H\r
+#define UI_EXPERIMENTSETUP_H\r
+\r
+#include <QtCore/QLocale>\r
+#include <QtCore/QVariant>\r
+#include <QtGui/QAction>\r
+#include <QtGui/QApplication>\r
+#include <QtGui/QButtonGroup>\r
+#include <QtGui/QComboBox>\r
+#include <QtGui/QDoubleSpinBox>\r
+#include <QtGui/QGridLayout>\r
+#include <QtGui/QHeaderView>\r
+#include <QtGui/QLabel>\r
+#include <QtGui/QLineEdit>\r
+#include <QtGui/QMainWindow>\r
+#include <QtGui/QPushButton>\r
+#include <QtGui/QSpinBox>\r
+#include <QtGui/QWidget>\r
+\r
+QT_BEGIN_NAMESPACE\r
+\r
+class Ui_ExperimentSetupClass\r
+{\r
+public:\r
+    QWidget *centralWidget;\r
+    QGridLayout *gridLayout_2;\r
+    QGridLayout *gridLayout;\r
+    QLabel *labeluser;\r
+    QLineEdit *username;\r
+    QLabel *labelrepetitions;\r
+    QSpinBox *repetitions;\r
+    QLabel *labelexperiment;\r
+    QLabel *label;\r
+    QLabel *label_2;\r
+    QLabel *label_3;\r
+    QLabel *label_4;\r
+    QLabel *label_5;\r
+    QLabel *label_6;\r
+    QSpinBox *nbx;\r
+    QSpinBox *nby;\r
+    QComboBox *condition;\r
+    QDoubleSpinBox *buttonssizex;\r
+    QDoubleSpinBox *buttonssizey;\r
+    QDoubleSpinBox *spacex;\r
+    QDoubleSpinBox *spacey;\r
+    QPushButton *buttonstart;\r
+\r
+    void setupUi(QMainWindow *ExperimentSetupClass)\r
+    {\r
+        if (ExperimentSetupClass->objectName().isEmpty())\r
+            ExperimentSetupClass->setObjectName(QString::fromUtf8("ExperimentSetupClass"));\r
+        ExperimentSetupClass->setWindowModality(Qt::NonModal);\r
+        ExperimentSetupClass->resize(324, 277);\r
+        ExperimentSetupClass->setLocale(QLocale(QLocale::English, QLocale::Canada));\r
+        centralWidget = new QWidget(ExperimentSetupClass);\r
+        centralWidget->setObjectName(QString::fromUtf8("centralWidget"));\r
+        gridLayout_2 = new QGridLayout(centralWidget);\r
+        gridLayout_2->setSpacing(6);\r
+        gridLayout_2->setContentsMargins(11, 11, 11, 11);\r
+        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));\r
+        gridLayout = new QGridLayout();\r
+        gridLayout->setSpacing(6);\r
+        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));\r
+        labeluser = new QLabel(centralWidget);\r
+        labeluser->setObjectName(QString::fromUtf8("labeluser"));\r
+\r
+        gridLayout->addWidget(labeluser, 0, 0, 1, 1);\r
+\r
+        username = new QLineEdit(centralWidget);\r
+        username->setObjectName(QString::fromUtf8("username"));\r
+\r
+        gridLayout->addWidget(username, 0, 1, 1, 1);\r
+\r
+        labelrepetitions = new QLabel(centralWidget);\r
+        labelrepetitions->setObjectName(QString::fromUtf8("labelrepetitions"));\r
+\r
+        gridLayout->addWidget(labelrepetitions, 2, 0, 1, 1);\r
+\r
+        repetitions = new QSpinBox(centralWidget);\r
+        repetitions->setObjectName(QString::fromUtf8("repetitions"));\r
+        repetitions->setMinimum(1);\r
+        repetitions->setMaximum(100);\r
+        repetitions->setValue(1);\r
+\r
+        gridLayout->addWidget(repetitions, 2, 1, 1, 1);\r
+\r
+        labelexperiment = new QLabel(centralWidget);\r
+        labelexperiment->setObjectName(QString::fromUtf8("labelexperiment"));\r
+\r
+        gridLayout->addWidget(labelexperiment, 7, 0, 1, 1);\r
+\r
+        label = new QLabel(centralWidget);\r
+        label->setObjectName(QString::fromUtf8("label"));\r
+\r
+        gridLayout->addWidget(label, 1, 0, 1, 1);\r
+\r
+        label_2 = new QLabel(centralWidget);\r
+        label_2->setObjectName(QString::fromUtf8("label_2"));\r
+\r
+        gridLayout->addWidget(label_2, 3, 0, 1, 1);\r
+\r
+        label_3 = new QLabel(centralWidget);\r
+        label_3->setObjectName(QString::fromUtf8("label_3"));\r
+\r
+        gridLayout->addWidget(label_3, 4, 0, 1, 1);\r
+\r
+        label_4 = new QLabel(centralWidget);\r
+        label_4->setObjectName(QString::fromUtf8("label_4"));\r
+\r
+        gridLayout->addWidget(label_4, 5, 0, 1, 1);\r
+\r
+        label_5 = new QLabel(centralWidget);\r
+        label_5->setObjectName(QString::fromUtf8("label_5"));\r
+\r
+        gridLayout->addWidget(label_5, 6, 0, 1, 1);\r
+\r
+        label_6 = new QLabel(centralWidget);\r
+        label_6->setObjectName(QString::fromUtf8("label_6"));\r
+\r
+        gridLayout->addWidget(label_6, 8, 0, 1, 1);\r
+\r
+        nbx = new QSpinBox(centralWidget);\r
+        nbx->setObjectName(QString::fromUtf8("nbx"));\r
+        nbx->setMinimum(1);\r
+        nbx->setMaximum(10);\r
+        nbx->setValue(4);\r
+\r
+        gridLayout->addWidget(nbx, 3, 1, 1, 1);\r
+\r
+        nby = new QSpinBox(centralWidget);\r
+        nby->setObjectName(QString::fromUtf8("nby"));\r
+        nby->setMinimum(1);\r
+        nby->setMaximum(10);\r
+        nby->setValue(4);\r
+\r
+        gridLayout->addWidget(nby, 4, 1, 1, 1);\r
+\r
+        condition = new QComboBox(centralWidget);\r
+        condition->setObjectName(QString::fromUtf8("condition"));\r
+\r
+        gridLayout->addWidget(condition, 1, 1, 1, 1);\r
+\r
+        buttonssizex = new QDoubleSpinBox(centralWidget);\r
+        buttonssizex->setObjectName(QString::fromUtf8("buttonssizex"));\r
+        buttonssizex->setDecimals(1);\r
+        buttonssizex->setMinimum(0.1);\r
+        buttonssizex->setMaximum(1.6);\r
+        buttonssizex->setSingleStep(0.1);\r
+        buttonssizex->setValue(0.2);\r
+\r
+        gridLayout->addWidget(buttonssizex, 5, 1, 1, 1);\r
+\r
+        buttonssizey = new QDoubleSpinBox(centralWidget);\r
+        buttonssizey->setObjectName(QString::fromUtf8("buttonssizey"));\r
+        buttonssizey->setDecimals(1);\r
+        buttonssizey->setMinimum(0.1);\r
+        buttonssizey->setMaximum(1);\r
+        buttonssizey->setSingleStep(0.1);\r
+        buttonssizey->setValue(0.1);\r
+\r
+        gridLayout->addWidget(buttonssizey, 6, 1, 1, 1);\r
+\r
+        spacex = new QDoubleSpinBox(centralWidget);\r
+        spacex->setObjectName(QString::fromUtf8("spacex"));\r
+        spacex->setDecimals(1);\r
+        spacex->setMaximum(10);\r
+        spacex->setSingleStep(0.1);\r
+        spacex->setValue(1.6);\r
+\r
+        gridLayout->addWidget(spacex, 7, 1, 1, 1);\r
+\r
+        spacey = new QDoubleSpinBox(centralWidget);\r
+        spacey->setObjectName(QString::fromUtf8("spacey"));\r
+        spacey->setDecimals(1);\r
+        spacey->setMaximum(10);\r
+        spacey->setSingleStep(0.1);\r
+        spacey->setValue(1);\r
+\r
+        gridLayout->addWidget(spacey, 8, 1, 1, 1);\r
+\r
+\r
+        gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);\r
+\r
+        buttonstart = new QPushButton(centralWidget);\r
+        buttonstart->setObjectName(QString::fromUtf8("buttonstart"));\r
+        buttonstart->setLocale(QLocale(QLocale::English, QLocale::Canada));\r
+\r
+        gridLayout_2->addWidget(buttonstart, 1, 0, 1, 1);\r
+\r
+        ExperimentSetupClass->setCentralWidget(centralWidget);\r
+\r
+        retranslateUi(ExperimentSetupClass);\r
+\r
+        QMetaObject::connectSlotsByName(ExperimentSetupClass);\r
+    } // setupUi\r
+\r
+    void retranslateUi(QMainWindow *ExperimentSetupClass)\r
+    {\r
+        ExperimentSetupClass->setWindowTitle(QApplication::translate("ExperimentSetupClass", "Dwell Widgets", 0, QApplication::UnicodeUTF8));\r
+        labeluser->setText(QApplication::translate("ExperimentSetupClass", "User:", 0, QApplication::UnicodeUTF8));\r
+        labelrepetitions->setText(QApplication::translate("ExperimentSetupClass", "Repetitions:", 0, QApplication::UnicodeUTF8));\r
+        labelexperiment->setText(QApplication::translate("ExperimentSetupClass", "Space x:", 0, QApplication::UnicodeUTF8));\r
+        label->setText(QApplication::translate("ExperimentSetupClass", "Condition:", 0, QApplication::UnicodeUTF8));\r
+        label_2->setText(QApplication::translate("ExperimentSetupClass", "Nb x:", 0, QApplication::UnicodeUTF8));\r
+        label_3->setText(QApplication::translate("ExperimentSetupClass", "Nb y:", 0, QApplication::UnicodeUTF8));\r
+        label_4->setText(QApplication::translate("ExperimentSetupClass", "BtSize x:", 0, QApplication::UnicodeUTF8));\r
+        label_5->setText(QApplication::translate("ExperimentSetupClass", "BtSize y:", 0, QApplication::UnicodeUTF8));\r
+        label_6->setText(QApplication::translate("ExperimentSetupClass", "Space y:", 0, QApplication::UnicodeUTF8));\r
+        condition->clear();\r
+        condition->insertItems(0, QStringList()\r
+         << QApplication::translate("ExperimentSetupClass", "Visual only", 0, QApplication::UnicodeUTF8)\r
+         << QApplication::translate("ExperimentSetupClass", "Tactile + visual", 0, QApplication::UnicodeUTF8)\r
+        );\r
+        buttonstart->setText(QApplication::translate("ExperimentSetupClass", "Start experiment", 0, QApplication::UnicodeUTF8));\r
+    } // retranslateUi\r
+\r
+};\r
+\r
+namespace Ui {\r
+    class ExperimentSetupClass: public Ui_ExperimentSetupClass {};\r
+} // namespace Ui\r
+\r
+QT_END_NAMESPACE\r
+\r
+#endif // UI_EXPERIMENTSETUP_H\r
diff --git a/DwellCursor/GeneratedFiles/ui_dwellcursor.h b/DwellCursor/GeneratedFiles/ui_dwellcursor.h
new file mode 100644 (file)
index 0000000..82bc549
--- /dev/null
@@ -0,0 +1,55 @@
+/********************************************************************************\r
+** Form generated from reading UI file 'dwellcursor.ui'\r
+**\r
+** Created: Mon 20. Feb 10:12:26 2012\r
+**      by: Qt User Interface Compiler version 4.7.3\r
+**\r
+** WARNING! All changes made in this file will be lost when recompiling UI file!\r
+********************************************************************************/\r
+\r
+#ifndef UI_DWELLCURSOR_H\r
+#define UI_DWELLCURSOR_H\r
+\r
+#include <QtCore/QVariant>\r
+#include <QtGui/QAction>\r
+#include <QtGui/QApplication>\r
+#include <QtGui/QButtonGroup>\r
+#include <QtGui/QHeaderView>\r
+#include <QtGui/QMainWindow>\r
+#include <QtGui/QWidget>\r
+\r
+QT_BEGIN_NAMESPACE\r
+\r
+class Ui_DwellCursorClass\r
+{\r
+public:\r
+    QWidget *centralWidget;\r
+\r
+    void setupUi(QMainWindow *DwellCursorClass)\r
+    {\r
+        if (DwellCursorClass->objectName().isEmpty())\r
+            DwellCursorClass->setObjectName(QString::fromUtf8("DwellCursorClass"));\r
+        DwellCursorClass->resize(600, 400);\r
+        centralWidget = new QWidget(DwellCursorClass);\r
+        centralWidget->setObjectName(QString::fromUtf8("centralWidget"));\r
+        DwellCursorClass->setCentralWidget(centralWidget);\r
+\r
+        retranslateUi(DwellCursorClass);\r
+\r
+        QMetaObject::connectSlotsByName(DwellCursorClass);\r
+    } // setupUi\r
+\r
+    void retranslateUi(QMainWindow *DwellCursorClass)\r
+    {\r
+        DwellCursorClass->setWindowTitle(QApplication::translate("DwellCursorClass", "DwellCursor", 0, QApplication::UnicodeUTF8));\r
+    } // retranslateUi\r
+\r
+};\r
+\r
+namespace Ui {\r
+    class DwellCursorClass: public Ui_DwellCursorClass {};\r
+} // namespace Ui\r
+\r
+QT_END_NAMESPACE\r
+\r
+#endif // UI_DWELLCURSOR_H\r