Коммит 1cf3387d создал по автору Konstantin Hvorov's avatar Konstantin Hvorov Зафиксировано автором Alexey Andreev
Просмотр файлов

[AppBar] Fix context examples. #29

владелец 78f3ff9a
......@@ -20,7 +20,7 @@ Page {
AppBarButton {
//% "Context"
property string context: qsTrId("ui-component-gallery-app-bar-context")
context: qsTrId("ui-component-gallery-app-bar-context")
icon.source: "image://theme/icon-splus-more"
}
......@@ -31,7 +31,7 @@ Page {
AppBarButton {
//% "Very long context message, very long context message"
property string context: qsTrId("ui-component-gallery-app-bar-very-long-context-message-very-long-context-message")
context: qsTrId("ui-component-gallery-app-bar-very-long-context-message-very-long-context-message")
//% "AppBar"
text: qsTrId("ui-component-gallery-app-bar-app-bar")
......@@ -303,7 +303,7 @@ Page {
AppBarButton {
//% "Open search on new page"
property string context: qsTrId("ui-component-gallery-app-bar-open-search-on-new-page")
context: qsTrId("ui-component-gallery-app-bar-open-search-on-new-page")
onClicked: pageStack.push(searchPageComponent)
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать