nezticle / polkit-qt-1

PolicyKit API for Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PolicyKit API for Qt

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 98.3%Language:C 1.7%