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 58baf01dab
Updated cmake files to allow building the package, although it is just a
3 years ago
agent Updated cmake files to allow building the package, although it is just a 3 years ago
cmake More Qt->TQt conversion and some clean up. 3 years ago
core Updated cmake files to allow building the package, although it is just a 3 years ago
debian DEB: updated packaging files to TDE standard. 3 years ago
examples More Qt->TQt conversion and some clean up. 3 years ago
gui Updated cmake files to allow building the package, although it is just a 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 Updated cmake files to allow building the package, although it is just a 3 years ago
COPYING Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
ConfigureChecks.cmake Updated cmake files to allow building the package, although it is just a 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-agent.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-core.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-gui.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt.pc.cmake Updated cmake files to allow building the package, although it is just a 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.