fw4spl
|
Simple list widget where items can be added/removed from an input widget with add/remove buttons. More...
#include <SeriesEditor.hpp>
Public Member Functions | |
QListWidget * | getListWidget () |
Erases all items in the list. | |
Constructor/Destructor | |
ListInput () | |
~ListInput () | |
Protected Slots | |
void | onAddPhysician () |
Triggered when the add button is clicked, if the input text is not empty. | |
void | onRemovePhysician () |
Triggered when the remove button is clicked, if an item is selected in the list. | |
void | onInputChanged (const QString &) |
Triggered when the input text changes. | |
void | onSelectionChanged () |
Triggered when the selection in the list changes. | |
Protected Attributes | |
QPointer< QLineEdit > | m_physicianInput |
Input widget to edit items. | |
QPointer< QListWidget > | m_performingPhysiciansName |
List widget. | |
Buttons to add/remove items | |
QPointer< QPushButton > | m_addPhysicianButton |
QPointer< QPushButton > | m_removePhysicianButton |
Simple list widget where items can be added/removed from an input widget with add/remove buttons.
Definition at line 35 of file SeriesEditor.hpp.