Widgets and dialogs for GSDView.
Classes
StretchDialog([parent, flags]) | Stretch dialog. |
StretchDialogBase | |
StretchWidget([parent, flags]) | Stretch widget. |
StretchWidgetBase |
Bases: PyQt4.QtGui.QDialog, Ui_stretchingDialog
Stretch dialog.
Signals : |
---|
SIGNAL: it is emitted when the stretch value changes
C++ signature: | void valueChanged() |
---|
Bases: PyQt4.QtGui.QWidget, Ui_doubleslider
Stretch widget.
Signals : |
---|
Set the tretch widget in floating point mode.
SIGNAL: it is emitted when the stretch value changes
C++ signature: | void valueChanged() |
---|