/******************************************************************************** ** Form generated from reading UI file 'settingsdialog.ui' ** ** Created: Wed Jun 1 16:29:47 2011 ** by: Qt User Interface Compiler version 4.7.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_SETTINGSDIALOG_H #define UI_SETTINGSDIALOG_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_SettingsDialog { public: QWidget *verticalLayoutWidget; QVBoxLayout *verticalLayout; QSpacerItem *horizontalSpacer; QFormLayout *formLayout; QLabel *label; QSpinBox *spinBox; QLabel *inactivityThresholdLabel; QLabel *label_2; QCheckBox *physicsCheckbox; QCheckBox *signalStrengthCheckbox; QCheckBox *throughputCheckbox; QCheckBox *inactivityCheckbox; QCheckBox *latencyCheckbox; QSpinBox *spinBox_2; QLabel *label_5; QDialogButtonBox *buttonBox; void setupUi(QDialog *SettingsDialog) { if (SettingsDialog->objectName().isEmpty()) SettingsDialog->setObjectName(QString::fromUtf8("SettingsDialog")); SettingsDialog->resize(400, 286); verticalLayoutWidget = new QWidget(SettingsDialog); verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget")); verticalLayoutWidget->setGeometry(QRect(10, 0, 381, 353)); verticalLayout = new QVBoxLayout(verticalLayoutWidget); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(0, 0, 0, 0); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); verticalLayout->addItem(horizontalSpacer); formLayout = new QFormLayout(); formLayout->setObjectName(QString::fromUtf8("formLayout")); formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow); label = new QLabel(verticalLayoutWidget); label->setObjectName(QString::fromUtf8("label")); formLayout->setWidget(0, QFormLayout::LabelRole, label); spinBox = new QSpinBox(verticalLayoutWidget); spinBox->setObjectName(QString::fromUtf8("spinBox")); spinBox->setMaximum(100000); spinBox->setSingleStep(500); spinBox->setValue(1000); formLayout->setWidget(0, QFormLayout::FieldRole, spinBox); inactivityThresholdLabel = new QLabel(verticalLayoutWidget); inactivityThresholdLabel->setObjectName(QString::fromUtf8("inactivityThresholdLabel")); formLayout->setWidget(1, QFormLayout::LabelRole, inactivityThresholdLabel); label_2 = new QLabel(verticalLayoutWidget); label_2->setObjectName(QString::fromUtf8("label_2")); formLayout->setWidget(3, QFormLayout::LabelRole, label_2); physicsCheckbox = new QCheckBox(verticalLayoutWidget); physicsCheckbox->setObjectName(QString::fromUtf8("physicsCheckbox")); physicsCheckbox->setChecked(true); formLayout->setWidget(3, QFormLayout::FieldRole, physicsCheckbox); signalStrengthCheckbox = new QCheckBox(verticalLayoutWidget); signalStrengthCheckbox->setObjectName(QString::fromUtf8("signalStrengthCheckbox")); signalStrengthCheckbox->setChecked(true); formLayout->setWidget(5, QFormLayout::FieldRole, signalStrengthCheckbox); throughputCheckbox = new QCheckBox(verticalLayoutWidget); throughputCheckbox->setObjectName(QString::fromUtf8("throughputCheckbox")); throughputCheckbox->setChecked(true); formLayout->setWidget(6, QFormLayout::FieldRole, throughputCheckbox); inactivityCheckbox = new QCheckBox(verticalLayoutWidget); inactivityCheckbox->setObjectName(QString::fromUtf8("inactivityCheckbox")); inactivityCheckbox->setChecked(true); formLayout->setWidget(7, QFormLayout::FieldRole, inactivityCheckbox); latencyCheckbox = new QCheckBox(verticalLayoutWidget); latencyCheckbox->setObjectName(QString::fromUtf8("latencyCheckbox")); latencyCheckbox->setChecked(true); formLayout->setWidget(8, QFormLayout::FieldRole, latencyCheckbox); spinBox_2 = new QSpinBox(verticalLayoutWidget); spinBox_2->setObjectName(QString::fromUtf8("spinBox_2")); spinBox_2->setMaximum(100000); spinBox_2->setSingleStep(500); spinBox_2->setValue(1000); formLayout->setWidget(1, QFormLayout::FieldRole, spinBox_2); label_5 = new QLabel(verticalLayoutWidget); label_5->setObjectName(QString::fromUtf8("label_5")); formLayout->setWidget(5, QFormLayout::LabelRole, label_5); buttonBox = new QDialogButtonBox(verticalLayoutWidget); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); formLayout->setWidget(9, QFormLayout::FieldRole, buttonBox); verticalLayout->addLayout(formLayout); retranslateUi(SettingsDialog); QObject::connect(buttonBox, SIGNAL(rejected()), SettingsDialog, SLOT(reject())); QObject::connect(buttonBox, SIGNAL(accepted()), SettingsDialog, SLOT(accept())); QMetaObject::connectSlotsByName(SettingsDialog); } // setupUi void retranslateUi(QDialog *SettingsDialog) { SettingsDialog->setWindowTitle(QApplication::translate("SettingsDialog", "Dialog", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("SettingsDialog", "Refresh Rate (ms)", 0, QApplication::UnicodeUTF8)); inactivityThresholdLabel->setText(QApplication::translate("SettingsDialog", "Inactivity Threshold (ms)", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("SettingsDialog", "Enable Physics", 0, QApplication::UnicodeUTF8)); physicsCheckbox->setText(QString()); signalStrengthCheckbox->setText(QApplication::translate("SettingsDialog", "Signal Strength", 0, QApplication::UnicodeUTF8)); throughputCheckbox->setText(QApplication::translate("SettingsDialog", "Throughput", 0, QApplication::UnicodeUTF8)); inactivityCheckbox->setText(QApplication::translate("SettingsDialog", "Inactivity Time", 0, QApplication::UnicodeUTF8)); latencyCheckbox->setText(QApplication::translate("SettingsDialog", "Latency", 0, QApplication::UnicodeUTF8)); label_5->setText(QApplication::translate("SettingsDialog", "Column Statistics", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class SettingsDialog: public Ui_SettingsDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_SETTINGSDIALOG_H