casa
5.7.0-16
|
A simple parent for editing widgets. More...
#include <QtEditingWidget.qo.h>
Signals | |
void | changed () |
This signal should be emitted whenever the user changes any value settings in the GUI. More... | |
void | differentFromSet () |
This signal should be emitted when the user changes any value settings in the GUI AND the new value is different from the last set value. More... | |
void | editDone () |
to change widget focus when editing done More... | |
Public Member Functions | |
QtEditingWidget (QWidget *parent=NULL) | |
Constructor which takes an optional parent widget. More... | |
virtual | ~QtEditingWidget () |
Destructor. More... | |
virtual void | addRadioButtonsToGroup (QButtonGroup *group) const |
Adds any radio buttons in the widget to the given button group. More... | |
A simple parent for editing widgets.
Definition at line 38 of file QtEditingWidget.qo.h.
|
inline |
Constructor which takes an optional parent widget.
Definition at line 43 of file QtEditingWidget.qo.h.
|
inlinevirtual |
Destructor.
Definition at line 46 of file QtEditingWidget.qo.h.
|
inlinevirtual |
Adds any radio buttons in the widget to the given button group.
This method should be overridden by children that have radio buttons.
Reimplemented in casa::PlotSymbolWidget, and casa::QtLabelWidget.
Definition at line 50 of file QtEditingWidget.qo.h.
|
signal |
This signal should be emitted whenever the user changes any value settings in the GUI.
|
signal |
This signal should be emitted when the user changes any value settings in the GUI AND the new value is different from the last set value.
|
signal |
to change widget focus when editing done