Improve QML types

This commit is contained in:
Tobias Fella
2023-06-06 21:06:58 +02:00
parent 72c85af407
commit 47c28ce9a2
30 changed files with 35 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ import QtQuick.Layouts 1.15
Kirigami.CategorizedSettings {
id: root
property var room
property NeoChatRoom room
objectName: "settingsPage"
actions: [

View File

@@ -15,7 +15,7 @@ import org.kde.neochat 1.0
Kirigami.ScrollablePage {
id: root
property var room
property NeoChatRoom room
title: i18n("General")

View File

@@ -14,7 +14,7 @@ import org.kde.neochat 1.0
Kirigami.ScrollablePage {
id: root
property var room
property NeoChatRoom room
title: i18nc('@title:window', 'Permissions')

View File

@@ -12,7 +12,7 @@ import org.kde.neochat 1.0
Kirigami.ScrollablePage {
property var room
property NeoChatRoom room
title: i18nc('@title:window', 'Notifications')

View File

@@ -13,7 +13,7 @@ import org.kde.neochat 1.0
Kirigami.ScrollablePage {
id: root
property var room
property NeoChatRoom room
property string needUpgradeRoom: i18n("You need to upgrade this room to a newer version to enable this setting.")
title: i18n("Security")