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