status-desktop/ui/imports/shared/controls/chat/private/UserData.qml

12 lines
221 B
QML

import QtQuick 2.15
QtObject {
property string name
property string publicKey
property string bio
property string image
property bool ensVerified
property int colorId
property var colorHash
}