Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/polkit-qt-1
Qt wrapper around Polkit-1 client libraries
https://github.com/kde/polkit-qt-1
Last synced: 4 days ago
JSON representation
Qt wrapper around Polkit-1 client libraries
- Host: GitHub
- URL: https://github.com/kde/polkit-qt-1
- Owner: KDE
- Created: 2015-09-18T11:56:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:51:40.000Z (5 months ago)
- Last Synced: 2024-06-19T05:09:10.174Z (5 months ago)
- Language: C++
- Homepage: https://invent.kde.org/libraries/polkit-qt-1
- Size: 571 KB
- Stars: 10
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSES/BSD-3-Clause.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
Polkit-qt
========What is Polkit-qt?
------------------
Polkit-qt is a library that lets developers use the PolicyKit API through a nice
Qt-styled API. It is mainly a wrapper around QAction and QAbstractButton that
lets you integrate those two component easily with PolicyKitThis directory contains the sources of the library.
Structure
----------* cmake/
Contains the cmake checks that are needed to build the library,
and a FindPolkitQt.cmake module.* .
Contains the sources of the librarySee INSTALL for installation instructions.