SessionListItem

Methods

qconcurrency.widgets._sessionwidgets_.SessionListItem.__init__(…)
qconcurrency.widgets._sessionwidgets_.SessionListItem.get_value() Returns the QListWidget’s text.
qconcurrency.widgets._sessionwidgets_.SessionListItem.set_editable(status) Sets the widget editable/not editable, and enters edit-mode.
qconcurrency.widgets._sessionwidgets_.SessionListItem.staticMetaObject
qconcurrency.widgets._sessionwidgets_.SessionListItem.toggle_editable() If the widget is currently editable, it’s value is stored, otherwise makes editable.

Documentation

class qconcurrency.widgets._sessionwidgets_.SessionListItem(val, _id, saved_val=None)[source]

Bases: qconcurrency.widgets._sessionwidgets_._basewidgets_.SessionWidgetItemBase, PySide.QtCore.QObject, PySide.QtGui.QListWidgetItem

get_value()[source]

Returns the QListWidget’s text.

set_editable(status)[source]

Sets the widget editable/not editable, and enters edit-mode.

staticMetaObject = <PySide.QtCore.QMetaObject object>
toggle_editable()[source]

If the widget is currently editable, it’s value is stored, otherwise makes editable.

The status is refreshed on the widget.