Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michele Calgaro 28de2ff84f
Initial import from polkit-qt-1 debian snapshot archive.
3 years ago
agent Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
core Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
debian Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
examples Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
gui Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
includes/PolkitQt1 Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
test Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
AUTHORS Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
CMakeLists.txt Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
COPYING Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
INSTALL Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
Mainpage.dox Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
PolkitQt-1Config.cmake.in Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
README Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
README.porting Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
TODO Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkit-qt-1.pc.cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkit-qt-agent-1.pc.cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkit-qt-core-1.pc.cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkit-qt-gui-1.pc.cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkitqt1-export.h Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
polkitqt1-version.h.cmake Initial import from polkit-qt-1 debian snapshot archive. 3 years ago

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 PolicyKit

This 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 library


See INSTALL for installation instructions.