RTXI 1.3
plugins/clamp_utilities/clamp_utilitiesUI.h
Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'clamp_utilitiesUI.ui'
00003 **
00004 ** Created: Thu Mar 8 16:37:22 2012
00005 **
00006 ** WARNING! All changes made in this file will be lost!
00007 ****************************************************************************/
00008 
00009 #ifndef CLAMPUTILITIESUI_H
00010 #define CLAMPUTILITIESUI_H
00011 
00012 #include <qvariant.h>
00013 #include <qpixmap.h>
00014 #include <qwidget.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QTabWidget;
00021 class QLabel;
00022 class QPushButton;
00023 class QGroupBox;
00024 class QButtonGroup;
00025 class QLineEdit;
00026 class QRadioButton;
00027 class QSpinBox;
00028 class QComboBox;
00029 class QFrame;
00030 
00031 class ClampUtilitiesUI : public QWidget
00032 {
00033     Q_OBJECT
00034 
00035 public:
00036     ClampUtilitiesUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00037     ~ClampUtilitiesUI();
00038 
00039     QTabWidget* mainTabWidget;
00040     QWidget* tab;
00041     QLabel* resistLabel;
00042     QPushButton* pauseButton1;
00043     QPushButton* modifyButton1;
00044     QGroupBox* pulseGroup;
00045     QPushButton* pulseButton;
00046     QButtonGroup* holdingGroup;
00047     QLineEdit* holdingOption1Edit;
00048     QLineEdit* holdingOption2Edit;
00049     QRadioButton* holdingOption3Radio;
00050     QLineEdit* holdingOption3Edit;
00051     QRadioButton* holdingOption2Radio;
00052     QRadioButton* holdingOption1Radio;
00053     QLabel* pulseStepSizeLabel;
00054     QLineEdit* pulseSizeEdit;
00055     QLabel* pulseStepWidthLabel;
00056     QLineEdit* pulseWidthEdit;
00057     QGroupBox* zapGroup;
00058     QPushButton* zapButton;
00059     QLabel* zapSizeLabel;
00060     QLineEdit* zapSizeEdit;
00061     QLabel* zapWidthLabel;
00062     QLineEdit* zapWidthEdit;
00063     QWidget* tab_2;
00064     QLabel* memPropLabel;
00065     QPushButton* pauseButton2;
00066     QPushButton* modifyButton2;
00067     QLabel* numStepAvgLabel;
00068     QSpinBox* numStepAvgSpinBox;
00069     QLabel* memRateLabel;
00070     QSpinBox* memRateSpinBox;
00071     QComboBox* memModeComboBox;
00072     QPushButton* acquireMemPropButton;
00073     QFrame* memPropOutputFrame;
00074     QLabel* accessResistOutput;
00075     QLabel* membraneResistLabel;
00076     QLabel* membraneCapLabel;
00077     QLabel* membraneCapOutput;
00078     QLabel* membraneResistOutput;
00079     QLabel* accessResistLabel;
00080     QLabel* pulseOutputLabel;
00081 
00082 protected:
00083     QVBoxLayout* ClampUtilitiesUILayout;
00084     QVBoxLayout* tabLayout;
00085     QSpacerItem* spacer1;
00086     QHBoxLayout* resistTitleLayout;
00087     QSpacerItem* spacerT1;
00088     QHBoxLayout* buttonLayout1;
00089     QVBoxLayout* pulseGroupLayout;
00090     QHBoxLayout* pulseButtonLayout;
00091     QSpacerItem* spacerP1;
00092     QSpacerItem* spaceP2;
00093     QHBoxLayout* paramLayout1;
00094     QSpacerItem* spacerP7;
00095     QSpacerItem* spacerP3;
00096     QSpacerItem* spacerP12;
00097     QGridLayout* holdingGroupLayout;
00098     QVBoxLayout* paramLayout2;
00099     QHBoxLayout* zapGroupLayout;
00100     QVBoxLayout* zapSizeLayout;
00101     QVBoxLayout* zapWidthLayout;
00102     QVBoxLayout* tabLayout_2;
00103     QSpacerItem* spacer2;
00104     QHBoxLayout* memPropLayout;
00105     QSpacerItem* spacerT2;
00106     QHBoxLayout* buttonLayout2;
00107     QGridLayout* memTestParamLayout;
00108     QSpacerItem* spacerM10;
00109     QSpacerItem* spacerM3;
00110     QSpacerItem* spacerM1;
00111     QSpacerItem* spacerM4;
00112     QSpacerItem* spacerM2;
00113     QSpacerItem* spacerM9;
00114     QSpacerItem* spacerM5;
00115     QSpacerItem* spacerM6;
00116     QHBoxLayout* numStepAvgLayout;
00117     QHBoxLayout* memRateLayout;
00118     QHBoxLayout* memPropOutputFrameLayout;
00119     QSpacerItem* spacerM7;
00120     QSpacerItem* spacerM8;
00121     QGridLayout* outputLayout;
00122     QHBoxLayout* pulseOutputLayout;
00123     QSpacerItem* spacerPO1;
00124     QSpacerItem* spacerPO2;
00125 
00126 protected slots:
00127     virtual void languageChange();
00128 
00129 private:
00130     QPixmap image0;
00131     QPixmap image1;
00132 
00133 };
00134 
00135 #endif // CLAMPUTILITIESUI_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines