wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwListWidget class provides an enhanced QListWidget. More...
#include <QwwListWidget>
This class is not part of the Qt GUI Framework Edition.
Inherits QListWidget.
QwwListWidget ( QWidget * parent = 0 ) |
void | moveCurrentDown () |
void | moveCurrentUp () |
void | removeCurrent () |
void | currentAvailable ( bool avail ) |
void | moveDownAvailable ( bool avail ) |
void | moveUpAvailable ( bool avail ) |
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-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |