mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Allows to display callsign / user / statusmessage as icon in views. refs #122
* Icons * update of resource file * update in CValueObject classes callsign / user / statusmessage * update in list models, data method for returning Pixmap
This commit is contained in:
committed by
Mathew Sutcliffe
parent
431b347cfd
commit
7a63768c83
@@ -168,6 +168,8 @@ namespace BlackMisc
|
||||
return QVariant(this->m_realname);
|
||||
case IndexCallsign:
|
||||
return this->m_callsign.toQVariant();
|
||||
case IndexCallsignIcon:
|
||||
return this->m_callsign.toIcon();
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user