stretch.widgets

Widgets and dialogs for GSDView.

Classes

StretchDialog([parent, flags]) Stretch dialog.
StretchDialogBase
StretchWidget([parent, flags]) Stretch widget.
StretchWidgetBase
class stretch.widgets.StretchDialog(parent=None, flags=<PyQt4.QtCore.WindowFlags object at 0x48636e0>, **kwargs)[source]

Bases: PyQt4.QtGui.QDialog, Ui_stretchingDialog

Stretch dialog.

Signals :
advanced()[source]
floatmode
reset(d=None)[source]
saveState()[source]
setAdvanced(advmode=True)[source]
valueChanged

SIGNAL: it is emitted when the stretch value changes

C++ signature:void valueChanged()
values()[source]
class stretch.widgets.StretchWidget(parent=None, flags=<PyQt4.QtCore.WindowFlags object at 0x4863600>, **kwargs)[source]

Bases: PyQt4.QtGui.QWidget, Ui_doubleslider

Stretch widget.

Signals :
floatmode

Set the tretch widget in floating point mode.

high()[source]
low()[source]
maximum()[source]
minimum()[source]
setHigh(value)[source]
setLow(value)[source]
setMaximum(value)[source]
setMinimum(value)[source]
setState(d)[source]
state(d=None)[source]
valueChanged

SIGNAL: it is emitted when the stretch value changes

C++ signature:void valueChanged()
values()[source]

Get GSDView at SourceForge.net. Fast, secure and Free Open Source software downloads

Previous topic

stretch.core

Next topic

worldmap

This Page