Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.