QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#include <qgstablewidgetbase.h>
Signals | |
void | valueChanged () |
Emitted each time a key or a value is changed. More... | |
Public Member Functions | |
QgsTableWidgetBase (QWidget *parent) | |
Constructor. More... | |
Protected Member Functions | |
void | init (QAbstractTableModel *model) |
Initialize the table with the given model. More... | |
Friends | |
class | TestQgsKeyValueWidget |
class | TestQgsListWidget |
Base widget allowing to edit a collection, using a table.
This widget includes buttons to add and remove rows. Child classes must call init(QAbstractTableModel*) from their constructor.
Definition at line 33 of file qgstablewidgetbase.h.
|
explicit |
Constructor.
Definition at line 18 of file qgstablewidgetbase.cpp.
|
protected |
Initialize the table with the given model.
Must be called once in the child class' constructor.
Definition at line 26 of file qgstablewidgetbase.cpp.
|
signal |
Emitted each time a key or a value is changed.
|
friend |
Definition at line 88 of file qgstablewidgetbase.h.
|
friend |
Definition at line 89 of file qgstablewidgetbase.h.