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 e8933e99b4
More Qt->TQt conversion and some clean up.
3 years ago
agent More Qt->TQt conversion and some clean up. 3 years ago
cmake More Qt->TQt conversion and some clean up. 3 years ago
core More Qt->TQt conversion and some clean up. 3 years ago
debian More Qt->TQt conversion and some clean up. 3 years ago
examples More Qt->TQt conversion and some clean up. 3 years ago
gui More Qt->TQt conversion and some clean up. 3 years ago
includes/PolkitTQt1 More Qt->TQt conversion and some clean up. 3 years ago
test More Qt->TQt conversion and some clean up. 3 years ago
AUTHORS More Qt->TQt conversion and some clean up. 3 years ago
CMakeLists.txt More Qt->TQt conversion and some clean up. 3 years ago
COPYING Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
INSTALL More Qt->TQt conversion and some clean up. 3 years ago
Mainpage.dox More Qt->TQt conversion and some clean up. 3 years ago
Polkittqt-1Config.cmake.in More Qt->TQt conversion and some clean up. 3 years ago
README More Qt->TQt conversion and some clean up. 3 years ago
polkit-tqt-1.pc.cmake More Qt->TQt conversion and some clean up. 3 years ago
polkit-tqt-agent-1.pc.cmake More Qt->TQt conversion and some clean up. 3 years ago
polkit-tqt-core-1.pc.cmake More Qt->TQt conversion and some clean up. 3 years ago
polkit-tqt-gui-1.pc.cmake More Qt->TQt conversion and some clean up. 3 years ago
polkittqt1-export.h More Qt->TQt conversion and some clean up. 3 years ago
polkittqt1-version.h.cmake More Qt->TQt conversion and some clean up. 3 years ago

README

Polkit-tqt
==========

What is Polkit-tqt?
------------------
Polkit-tqt is a library that lets developers use the PolicyKit API through a nice
TQt-styled API. It is mainly a wrapper around TQAction and TQAbstractButton 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 FindPolkitTQt.cmake module.

  * .
      Contains the sources of the library


See INSTALL for installation instructions.