![]() |
Scanframe Modular Application 0.1.0
|
Designer widget which allows selecting id for list entries in a list view. Showing the purpose of the to be linked id and when hovering showing a hint/tip. More...
#include <InformationListIdEdit.h>
Public Member Functions | |
InformationListIdEdit (QWidget *parent) | |
Qt default widget constructor. | |
void | clear () |
Clears the added entries. | |
void | addEntry (InformationBase *info_base, const QString &purpose, const QString &tip={}) |
Same as the sf::InformationListIdModel::addEntry() to no expose the model. | |
void | addEntry (gii::TypeId type_id, gii::IdType *id, const QString &purpose, const QString &tip={}) |
Same as the sf::InformationListIdModel::addEntry() to no expose the model. | |
Designer widget which allows selecting id for list entries in a list view. Showing the purpose of the to be linked id and when hovering showing a hint/tip.
|
explicit |
Qt default widget constructor.
void sf::InformationListIdEdit::addEntry | ( | gii::TypeId | type_id, |
gii::IdType * | id, | ||
const QString & | purpose, | ||
const QString & | tip = {} |
||
) |
Same as the sf::InformationListIdModel::addEntry() to no expose the model.
void sf::InformationListIdEdit::addEntry | ( | InformationBase * | info_base, |
const QString & | purpose, | ||
const QString & | tip = {} |
||
) |
Same as the sf::InformationListIdModel::addEntry() to no expose the model.
void sf::InformationListIdEdit::clear | ( | ) |
Clears the added entries.