#include <ui_threshold.h>
Inherited by Ui::Threshold.
Public Member Functions | |
void | setupUi (QDialog *Threshold) |
void | retranslateUi (QDialog *Threshold) |
Public Attributes | |
QWidget * | layoutWidget |
QVBoxLayout * | vboxLayout |
QLabel * | lblSliderHigh |
QwtSlider * | SliderHigh |
QLabel * | lblSliderLow |
QwtSlider * | SliderLow |
QLabel * | lblTitle |
Definition at line 26 of file ui_threshold.h.
void Ui_Threshold::retranslateUi | ( | QDialog * | Threshold | ) | [inline] |
Definition at line 83 of file ui_threshold.h.
void Ui_Threshold::setupUi | ( | QDialog * | Threshold | ) | [inline] |
Definition at line 37 of file ui_threshold.h.
QWidget* Ui_Threshold::layoutWidget |
Definition at line 29 of file ui_threshold.h.
QLabel* Ui_Threshold::lblSliderHigh |
Definition at line 31 of file ui_threshold.h.
QLabel* Ui_Threshold::lblSliderLow |
Definition at line 33 of file ui_threshold.h.
QLabel* Ui_Threshold::lblTitle |
Definition at line 35 of file ui_threshold.h.
QwtSlider* Ui_Threshold::SliderHigh |
Definition at line 32 of file ui_threshold.h.
QwtSlider* Ui_Threshold::SliderLow |
Definition at line 34 of file ui_threshold.h.
QVBoxLayout* Ui_Threshold::vboxLayout |
Definition at line 30 of file ui_threshold.h.