Monitor
ui_settingsdialog.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'settingsdialog.ui'
00003 **
00004 ** Created: Wed Jun 1 16:29:47 2011
00005 **      by: Qt User Interface Compiler version 4.7.0
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_SETTINGSDIALOG_H
00011 #define UI_SETTINGSDIALOG_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QDialogButtonBox>
00020 #include <QtGui/QFormLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QSpinBox>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027 
00028 QT_BEGIN_NAMESPACE
00029 
00030 class Ui_SettingsDialog
00031 {
00032 public:
00033     QWidget *verticalLayoutWidget;
00034     QVBoxLayout *verticalLayout;
00035     QSpacerItem *horizontalSpacer;
00036     QFormLayout *formLayout;
00037     QLabel *label;
00038     QSpinBox *spinBox;
00039     QLabel *inactivityThresholdLabel;
00040     QLabel *label_2;
00041     QCheckBox *physicsCheckbox;
00042     QCheckBox *signalStrengthCheckbox;
00043     QCheckBox *throughputCheckbox;
00044     QCheckBox *inactivityCheckbox;
00045     QCheckBox *latencyCheckbox;
00046     QSpinBox *spinBox_2;
00047     QLabel *label_5;
00048     QDialogButtonBox *buttonBox;
00049 
00050     void setupUi(QDialog *SettingsDialog)
00051     {
00052         if (SettingsDialog->objectName().isEmpty())
00053             SettingsDialog->setObjectName(QString::fromUtf8("SettingsDialog"));
00054         SettingsDialog->resize(400, 286);
00055         verticalLayoutWidget = new QWidget(SettingsDialog);
00056         verticalLayoutWidget->setObjectName(QString::fromUtf8("verticalLayoutWidget"));
00057         verticalLayoutWidget->setGeometry(QRect(10, 0, 381, 353));
00058         verticalLayout = new QVBoxLayout(verticalLayoutWidget);
00059         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00060         verticalLayout->setContentsMargins(0, 0, 0, 0);
00061         horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00062 
00063         verticalLayout->addItem(horizontalSpacer);
00064 
00065         formLayout = new QFormLayout();
00066         formLayout->setObjectName(QString::fromUtf8("formLayout"));
00067         formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00068         label = new QLabel(verticalLayoutWidget);
00069         label->setObjectName(QString::fromUtf8("label"));
00070 
00071         formLayout->setWidget(0, QFormLayout::LabelRole, label);
00072 
00073         spinBox = new QSpinBox(verticalLayoutWidget);
00074         spinBox->setObjectName(QString::fromUtf8("spinBox"));
00075         spinBox->setMaximum(100000);
00076         spinBox->setSingleStep(500);
00077         spinBox->setValue(1000);
00078 
00079         formLayout->setWidget(0, QFormLayout::FieldRole, spinBox);
00080 
00081         inactivityThresholdLabel = new QLabel(verticalLayoutWidget);
00082         inactivityThresholdLabel->setObjectName(QString::fromUtf8("inactivityThresholdLabel"));
00083 
00084         formLayout->setWidget(1, QFormLayout::LabelRole, inactivityThresholdLabel);
00085 
00086         label_2 = new QLabel(verticalLayoutWidget);
00087         label_2->setObjectName(QString::fromUtf8("label_2"));
00088 
00089         formLayout->setWidget(3, QFormLayout::LabelRole, label_2);
00090 
00091         physicsCheckbox = new QCheckBox(verticalLayoutWidget);
00092         physicsCheckbox->setObjectName(QString::fromUtf8("physicsCheckbox"));
00093         physicsCheckbox->setChecked(true);
00094 
00095         formLayout->setWidget(3, QFormLayout::FieldRole, physicsCheckbox);
00096 
00097         signalStrengthCheckbox = new QCheckBox(verticalLayoutWidget);
00098         signalStrengthCheckbox->setObjectName(QString::fromUtf8("signalStrengthCheckbox"));
00099         signalStrengthCheckbox->setChecked(true);
00100 
00101         formLayout->setWidget(5, QFormLayout::FieldRole, signalStrengthCheckbox);
00102 
00103         throughputCheckbox = new QCheckBox(verticalLayoutWidget);
00104         throughputCheckbox->setObjectName(QString::fromUtf8("throughputCheckbox"));
00105         throughputCheckbox->setChecked(true);
00106 
00107         formLayout->setWidget(6, QFormLayout::FieldRole, throughputCheckbox);
00108 
00109         inactivityCheckbox = new QCheckBox(verticalLayoutWidget);
00110         inactivityCheckbox->setObjectName(QString::fromUtf8("inactivityCheckbox"));
00111         inactivityCheckbox->setChecked(true);
00112 
00113         formLayout->setWidget(7, QFormLayout::FieldRole, inactivityCheckbox);
00114 
00115         latencyCheckbox = new QCheckBox(verticalLayoutWidget);
00116         latencyCheckbox->setObjectName(QString::fromUtf8("latencyCheckbox"));
00117         latencyCheckbox->setChecked(true);
00118 
00119         formLayout->setWidget(8, QFormLayout::FieldRole, latencyCheckbox);
00120 
00121         spinBox_2 = new QSpinBox(verticalLayoutWidget);
00122         spinBox_2->setObjectName(QString::fromUtf8("spinBox_2"));
00123         spinBox_2->setMaximum(100000);
00124         spinBox_2->setSingleStep(500);
00125         spinBox_2->setValue(1000);
00126 
00127         formLayout->setWidget(1, QFormLayout::FieldRole, spinBox_2);
00128 
00129         label_5 = new QLabel(verticalLayoutWidget);
00130         label_5->setObjectName(QString::fromUtf8("label_5"));
00131 
00132         formLayout->setWidget(5, QFormLayout::LabelRole, label_5);
00133 
00134         buttonBox = new QDialogButtonBox(verticalLayoutWidget);
00135         buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00136         buttonBox->setOrientation(Qt::Horizontal);
00137         buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00138 
00139         formLayout->setWidget(9, QFormLayout::FieldRole, buttonBox);
00140 
00141 
00142         verticalLayout->addLayout(formLayout);
00143 
00144 
00145         retranslateUi(SettingsDialog);
00146         QObject::connect(buttonBox, SIGNAL(rejected()), SettingsDialog, SLOT(reject()));
00147         QObject::connect(buttonBox, SIGNAL(accepted()), SettingsDialog, SLOT(accept()));
00148 
00149         QMetaObject::connectSlotsByName(SettingsDialog);
00150     } // setupUi
00151 
00152     void retranslateUi(QDialog *SettingsDialog)
00153     {
00154         SettingsDialog->setWindowTitle(QApplication::translate("SettingsDialog", "Dialog", 0, QApplication::UnicodeUTF8));
00155         label->setText(QApplication::translate("SettingsDialog", "Refresh Rate (ms)", 0, QApplication::UnicodeUTF8));
00156         inactivityThresholdLabel->setText(QApplication::translate("SettingsDialog", "Inactivity Threshold (ms)", 0, QApplication::UnicodeUTF8));
00157         label_2->setText(QApplication::translate("SettingsDialog", "Enable Physics", 0, QApplication::UnicodeUTF8));
00158         physicsCheckbox->setText(QString());
00159         signalStrengthCheckbox->setText(QApplication::translate("SettingsDialog", "Signal Strength", 0, QApplication::UnicodeUTF8));
00160         throughputCheckbox->setText(QApplication::translate("SettingsDialog", "Throughput", 0, QApplication::UnicodeUTF8));
00161         inactivityCheckbox->setText(QApplication::translate("SettingsDialog", "Inactivity Time", 0, QApplication::UnicodeUTF8));
00162         latencyCheckbox->setText(QApplication::translate("SettingsDialog", "Latency", 0, QApplication::UnicodeUTF8));
00163         label_5->setText(QApplication::translate("SettingsDialog", "Column Statistics", 0, QApplication::UnicodeUTF8));
00164     } // retranslateUi
00165 
00166 };
00167 
00168 namespace Ui {
00169     class SettingsDialog: public Ui_SettingsDialog {};
00170 } // namespace Ui
00171 
00172 QT_END_NAMESPACE
00173 
00174 #endif // UI_SETTINGSDIALOG_H
 All Classes Functions