#include <CapabilityListDialog.h>
Inheritance diagram for CapabilityListDialog:
Public Slots | |
void | setBins (int b) |
void | setLSL (double v) |
void | setUSL (double v) |
void | enableHistogram (bool e=true) |
void | enableFit (bool e=true) |
void | enableLabel (bool e=true) |
QString | Info () |
int | Apply () |
Public Member Functions | |
CapabilityListDialog (MainWin *mw, const char *name) | |
Private Slots | |
void | saveSettings () |
int | apply_clicked () |
Private Attributes | |
KIntNumInput * | binni |
KLineEdit * | lslle |
KLineEdit * | uslle |
QTextEdit * | infote |
QCheckBox * | histcb |
QCheckBox * | fitcb |
QCheckBox * | labelcb |
|
|
|
Reimplemented from ListDialog. |
|
Implements ListDialog. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|