forked from blue/squawk
some initial delegate stuff
This commit is contained in:
parent
5aa0f4bca9
commit
78ef3664f7
8 changed files with 157 additions and 6 deletions
|
@ -46,6 +46,9 @@ QVariant UI::KeysModel::data(const QModelIndex& index, int role) const {
|
|||
case Qt::DisplayRole:
|
||||
answer = keys[i]->label;
|
||||
break;
|
||||
case FingerPrint:
|
||||
answer = keys[i]->fingerPrint;
|
||||
break;
|
||||
}
|
||||
|
||||
return answer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue