VICI
0.11.815
Visual Chart Interpreter
|
Builds on QListWidget to provide better editing ability. More...
#include <vici/libgui.h>
Public Member Functions | |
VEditList (QWidget *parent=0) | |
Constructor. | |
void | append (const std::vector< std::string > &) |
Add list of strings. | |
std::vector< std::string > | getVals () const |
Get the rows as std::strings. | |
Protected Slots | |
virtual void | addBlank (QListWidgetItem *) |
Add a blank row at the end. | |
virtual void | changed (QListWidgetItem *it, QListWidgetItem *) |
Called if a row has been changed. | |
Builds on QListWidget to provide better editing ability.
This class provides a list widget where the entries can be edited or moved using drag-n-drop.