Коммит cb207f17 создал по автору Elizaveta Vaysberg's avatar Elizaveta Vaysberg
Просмотр файлов

[Project] Add about page.

владелец 94c880b3
......@@ -4,4 +4,5 @@ subproject
rpmbuild
сmake
qmake
tabview
// SPDX-FileCopyrightText: 2023 Open Mobile Platform LLC <community@omp.ru>
// SPDX-FileCopyrightText: 2026 Open Mobile Platform LLC <community@omp.ru>
// SPDX-License-Identifier: BSD-3-Clause
import QtQuick 2.0
import QtQuick 2.6
import Sailfish.Silica 1.0
import "../tabview" as Tabs
Page {
objectName: "aboutPage"
allowedOrientations: Orientation.All
Tabs.TabItem {
id: root
property real topMargin
anchors.fill: parent
flickable: flickable
SilicaFlickable {
objectName: "flickable"
......
// SPDX-FileCopyrightText: 2023 Open Mobile Platform LLC <community@omp.ru>
// SPDX-FileCopyrightText: 2026 Open Mobile Platform LLC <community@omp.ru>
// SPDX-License-Identifier: BSD-3-Clause
import QtQuick 2.6
......@@ -39,8 +39,8 @@ Page {
Component {
id: view_1
EmptyPage {
label: labelText
AboutPage {
topMargin: root.footerPosition ? 0 : tabs.tabBarHeight
}
}
......
......@@ -4,22 +4,22 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="23"/>
<location filename="../qml/pages/AboutPage.qml" line="29"/>
<source>About Application</source>
<translation>О приложении</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="37"/>
<location filename="../qml/pages/AboutPage.qml" line="43"/>
<source>#descriptionText</source>
<translation>&lt;p&gt;Приложение для демонстрации вкладок&lt;/p&gt;</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="42"/>
<location filename="../qml/pages/AboutPage.qml" line="48"/>
<source>3-Clause BSD License</source>
<translation>Лицензия 3-Clause BSD</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<location filename="../qml/pages/AboutPage.qml" line="62"/>
<source>#licenseText</source>
<translation>&lt;p&gt;&lt;i&gt;Copyright (C) 2022 ru.auroraos&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:&lt;/p&gt;
......
......@@ -4,22 +4,22 @@
<context>
<name>AboutPage</name>
<message>
<location filename="../qml/pages/AboutPage.qml" line="23"/>
<location filename="../qml/pages/AboutPage.qml" line="29"/>
<source>About Application</source>
<translation>About Application</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="37"/>
<location filename="../qml/pages/AboutPage.qml" line="43"/>
<source>#descriptionText</source>
<translation>&lt;p&gt;Приложение для демонстрации TabViewDemo&lt;/p&gt;</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="42"/>
<location filename="../qml/pages/AboutPage.qml" line="48"/>
<source>3-Clause BSD License</source>
<translation>3-Clause BSD License</translation>
</message>
<message>
<location filename="../qml/pages/AboutPage.qml" line="56"/>
<location filename="../qml/pages/AboutPage.qml" line="62"/>
<source>#licenseText</source>
<translation>&lt;p&gt;&lt;i&gt;Copyright (C) 2022 ru.auroraos&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:&lt;/p&gt;
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать