Коммит b49bfae8 создал по автору Alexey Andreev's avatar Alexey Andreev
Просмотр файлов

[Doc] Improve README file. #5

Minor fixes for typos, outdated info and missing translations
владелец ff35d72a
......@@ -28,7 +28,7 @@ The project has a standard structure of an application based on C++ and QML for
describes the project structure for the qmake build system.
* **[icons](icons)** directory contains application icons for different screen resolutions.
* **[qml](qml)** directory contains the QML source code and the UI resources.
* **[cover](qml/cover)** directory contains the custom QML components..
* **[components](qml/components)** directory contains the custom QML components.
* **[cover](qml/cover)** directory contains the application cover implementations.
* **[icons](qml/icons)** directory contains the custom UI icons.
* **[pages](qml/pages)** directory contains the application pages.
......@@ -36,7 +36,6 @@ The project has a standard structure of an application based on C++ and QML for
provides the application window implementation.
* **[rpm](rpm)** directory contains the rpm-package build settings.
**[ru.auroraos.UIComponentGallery.spec](rpm/ru.auroraos.UIComponentGallery.spec)** file is used by rpmbuild tool.
It is generated from **[ru.auroraos.UIComponentGallery.yaml](rpm/ru.auroraos.UIComponentGallery.yaml)** file.
* **[src](src)** directory contains the C++ source code.
* **[main.cpp](src/main.cpp)** file is the application entry point.
* **[translations](translations)** directory contains the UI translation files.
......
......@@ -20,24 +20,20 @@
Проект имеет стандартную структуру приложения на базе C++ и QML для ОС Аврора.
* **[ru.auroraos.UIComponentGallery.pro](ru.auroraos.UIComponentGallery.pro)** file
describes the project structure for the qmake build system.
* **[icons](icons)** directory contains application icons for different screen resolutions.
* **[qml](qml)** directory contains the QML source code and the UI resources.
* **[cover](qml/cover)** directory contains the custom QML components..
* **[cover](qml/cover)** directory contains the application cover implementations.
* **[icons](qml/icons)** directory contains the custom UI icons.
* **[pages](qml/pages)** directory contains the application pages.
* **[UIComponentGallery.qml](qml/UIComponentGallery.qml)** file
provides the application window implementation.
* **[rpm](rpm)** directory contains the rpm-package build settings.
**[ru.auroraos.UIComponentGallery.spec](rpm/ru.auroraos.UIComponentGallery.spec)** file is used by rpmbuild tool.
It is generated from **[ru.auroraos.UIComponentGallery.yaml](rpm/ru.auroraos.UIComponentGallery.yaml)** file.
* **[src](src)** directory contains the C++ source code.
* **[main.cpp](src/main.cpp)** file is the application entry point.
* **[translations](translations)** directory contains the UI translation files.
* **[ru.auroraos.UIComponentGallery.desktop](ru.auroraos.UIComponentGallery.desktop)** file
defines the display and parameters for launching the application.
* Файл **[ru.auroraos.UIComponentGallery.pro](ru.auroraos.UIComponentGallery.pro)** описывает структуру проекта для системы сборки qmake.
* Директория **[icons](icons)** содержит иконки приложения для поддерживаемых разрешений экрана.
* Директория **[qml](qml)** содержит исходный код на QML и ресурсы интерфейса пользователя.
* Директория **[components](qml/components)** содержит вспомогательные QML компоненты.
* Директория **[cover](qml/cover)** содержит реализации обложек приложения.
* Директория **[icons](qml/icons)** содержит дополнительные иконки интерфейса пользователя.
* Директория **[pages](qml/pages)** содержит страницы приложения.
* Файл **[UIComponentGallery.qml](qml/UIComponentGallery.qml)** предоставляет реализацию окна приложения.
* Директория **[rpm](rpm)** содержит настройки сборки rpm-пакета.
**[ru.auroraos.UIComponentGallery.spec](rpm/ru.auroraos.UIComponentGallery.spec)** используется инструментом rpmbuild.
* Директория **[src](src)** содержит исходный код на C++.
* Файл **[main.cpp](src/main.cpp)** является точкой входа в приложение.
* Директория **[translations](translations)** содержит файлы перевода интерфейса пользователя.
* Файл **[ru.auroraos.UIComponentGallery.desktop](ru.auroraos.UIComponentGallery.desktop)** определяет отображение и параметры запуска приложения.
## Совместимость
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать