Changeset View
Changeset View
Standalone View
Standalone View
src/apps/qml/qml/FancyMessageDelegate.qml
| Show First 20 Lines • Show All 63 Lines • ▼ Show 20 Line(s) | 34 | Rectangle { | |||
|---|---|---|---|---|---|
| 64 | property bool i_groupable | 64 | property bool i_groupable | ||
| 65 | 65 | | |||
| 66 | property bool i_useMenuMessage | 66 | property bool i_useMenuMessage | ||
| 67 | property bool i_showTranslatedMessage | 67 | property bool i_showTranslatedMessage | ||
| 68 | 68 | | |||
| 69 | property QtObject rcAccount | 69 | property QtObject rcAccount | ||
| 70 | 70 | | |||
| 71 | color: RuqolaSingleton.backgroundColor | 71 | color: RuqolaSingleton.backgroundColor | ||
| 72 | implicitHeight: loaded.item ? 2*Kirigami.Units.smallSpacing + loaded.item.implicitHeight : 0 | 72 | implicitHeight: loaded.item ? loaded.item.implicitHeight : 0 | ||
| 73 | 73 | | |||
| 74 | implicitWidth: 150 | 74 | implicitWidth: 150 | ||
| 75 | 75 | | |||
| 76 | signal openDirectChannel(string userName) | 76 | signal openDirectChannel(string userName) | ||
| 77 | signal openChannel(string channel) | 77 | signal openChannel(string channel) | ||
| 78 | signal linkActivated(string link) | 78 | signal linkActivated(string link) | ||
| 79 | signal jitsiCallConfActivated() | 79 | signal jitsiCallConfActivated() | ||
| 80 | signal deleteMessage(string messageId) | 80 | signal deleteMessage(string messageId) | ||
| ▲ Show 20 Lines • Show All 96 Lines • Show Last 20 Lines | |||||