Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinigus/qml-gnomestyle
Better integration of QtQuick Kirigami components into GNOME desktop
https://github.com/rinigus/qml-gnomestyle
Last synced: 13 days ago
JSON representation
Better integration of QtQuick Kirigami components into GNOME desktop
- Host: GitHub
- URL: https://github.com/rinigus/qml-gnomestyle
- Owner: rinigus
- License: lgpl-2.1
- Created: 2019-07-14T12:22:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T12:38:46.000Z (over 5 years ago)
- Last Synced: 2024-11-10T09:46:00.824Z (about 2 months ago)
- Language: QML
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QML GNOME style
This project targets better integration of QtControls, in particular Kirigami, applications
into GNOME environment.While integration will probably never will be full, the style should
allow to provide look and feel of
[Kirigami](https://api.kde.org/frameworks/kirigami/html/index.html)
applications which is closer to GNOME environment.Usage is recommended with
[QGnomePlatform](https://github.com/FedoraQt/QGnomePlatform) and, as
QGnomePlatform, with
[Fusion](https://doc.qt.io/qt-5/qtquickcontrols2-fusion.html) style as
a fallback.In the development, `org.kde.desktop` style of Kirigami was used as a
base.To use the styles, install them and run applications with
```
QT_QUICK_CONTROLS_STYLE=org.gnome.desktop
QT_QUICK_CONTROLS_FALLBACK_STYLE=Fusion
```environment variables defined.
## Installation
To install, copy or symlink content of
`styles/org/kde/kirigami.2/styles` into `styles` folder of your
Kirigami installation.