![]() |
wwWidgets Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
![]() |
The QwwListWidget class provides an enhanced QListWidget. More...
#include <QwwListWidget>
The QwwListWidget class provides an enhanced QListWidget.
This widget implements enhancements to QListWidget that allow manipulating the current item using signals and slots.
Constructs a line widget with a given parent.
Signal emitted when a current item becomes or stops being available.
avail carries information if the item is available or not. This signal is useful if you want to enable or disable actions or buttons that operate on a selected item in the list.
Moves current item one row down if possible
Moves current item one row up if possible
This signal is emitted when the ability of moving the current item down changes.
avail carries information if the item can or cannot be moved down.
This signal is emitted when the ability of moving the current item up changes.
avail carries information if the item can or cannot be moved up.
Removes current item from the list
Copyright © 2007-2009 Witold Wysota | Trademarks | wwWidgets 0.9.6 |