All Projects → FedoraQt → Qgnomeplatform

FedoraQt / Qgnomeplatform

Licence: lgpl-2.1
QPlatformTheme for a better Qt application inclusion in GNOME

Projects that are alternatives of or similar to Qgnomeplatform

Xi Qt
A Qt front-end for xi-editor. Experimental (WIP)
Stars: ✭ 85 (-32.54%)
Mutual labels:  qt, qt5
Qtbase
Qt Base (Core, Gui, Widgets, Network, ...)
Stars: ✭ 1,298 (+930.16%)
Mutual labels:  qt, qt5
Otter Browser
Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
Stars: ✭ 1,289 (+923.02%)
Mutual labels:  qt, qt5
Qtfm
Qt File Manager
Stars: ✭ 73 (-42.06%)
Mutual labels:  qt, qt5
Apk Icon Editor
APK editor to easily change APK icons, name and version.
Stars: ✭ 104 (-17.46%)
Mutual labels:  qt, qt5
Examples
Learn to create a desktop app with Python and Qt
Stars: ✭ 1,196 (+849.21%)
Mutual labels:  qt, qt5
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-29.37%)
Mutual labels:  qt, qt5
Guitar
Git GUI Client
Stars: ✭ 1,136 (+801.59%)
Mutual labels:  qt, qt5
Awesome Kde
A curated list of awesome apps, extensions, modules, themes and tools for the KDE Desktop Environment.
Stars: ✭ 101 (-19.84%)
Mutual labels:  qt, qt5
Tidal Discord Rich Presence Unofficial
UNOFFICIAL Tidal Discord Rich Presence
Stars: ✭ 93 (-26.19%)
Mutual labels:  qt, qt5
Liszt
A personal organization software with a script engine for automation
Stars: ✭ 72 (-42.86%)
Mutual labels:  qt, qt5
Qhttpengine
HTTP server for Qt applications
Stars: ✭ 112 (-11.11%)
Mutual labels:  qt, qt5
Kbbi Qt
KBBI Offline Remake with Qt
Stars: ✭ 68 (-46.03%)
Mutual labels:  qt, qt5
Borg Backup Gui
BORG BackUP GUI is a simple GUI for managing Borg backups. Currently I am developing some extensions.
Stars: ✭ 77 (-38.89%)
Mutual labels:  qt, qt5
Nitroshare Desktop
Network file transfer application for Windows, OS X, & Linux
Stars: ✭ 1,150 (+812.7%)
Mutual labels:  qt, qt5
Linuxdeployqt
Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Stars: ✭ 1,287 (+921.43%)
Mutual labels:  qt, qt5
Simpleqtlogger
Simple rolling file logger for Qt.
Stars: ✭ 60 (-52.38%)
Mutual labels:  qt, qt5
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+787.3%)
Mutual labels:  qt, qt5
Reader
Reader for PDF,use Qt5 and Poppler
Stars: ✭ 89 (-29.37%)
Mutual labels:  qt, qt5
Telegram Qt
Qt-based library for Telegram network
Stars: ✭ 105 (-16.67%)
Mutual labels:  qt, qt5

QGnomePlatform

QGnomePlatform is a Qt Platform Theme designed to use as many of the GNOME settings as possible in unmodified Qt applications. It allows Qt applications to fit into the environment as well as possible.

How to compile

This library uses private Qt headers and will likely not be forward nor backward compatible. This library will have to be recompiled with every Qt update.

mkdir build
cd build
cmake [OPTIONS] ..
make && make install

Usage

This library is used automatically in Gtk based desktops such as Gnome, Cinnamon or Xfce.

This platform theme can also be used by setting the QT_QPA_PLATFORMTHEME environment variable to "gnome". For example, put the following command in .bashrc:

export QT_QPA_PLATFORMTHEME='gnome'

License

Most code is under LGPL 2.1 with the "or any later version" clause. New code should be contributed under this license.

This project also incorporates some code from the Qt Project. Because of that the so-called combined work is licensed under LGPL 3.0-only, GPL 2.0, GPL 3.0, or any later GPL version approved by the KDE Free Qt Foundation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].