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 652c2aea23
Added test framework.
3 years ago
agent Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL. 3 years ago
core Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL. 3 years ago
debian Added test framework. 3 years ago
examples Conversion of 'gui' library module. 3 years ago
gui Conversion of 'agent' library module. 3 years ago
includes/PolkitTQt Conversion of 'agent' library module. 3 years ago
test More PolkitTQt1 -> PolkitTQt renaming. 3 years ago
tests Added test framework. 3 years ago
AUTHORS More Qt->TQt conversion and some clean up. 3 years ago
CMakeLists.txt Added test framework. 3 years ago
COPYING Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
ConfigureChecks.cmake Conversion of 'agent' library module. 3 years ago
INSTALL More Qt->TQt conversion and some clean up. 3 years ago
Mainpage.dox Conversion of 'agent' library module. 3 years ago
Polkittqt-1Config.cmake.in More Qt->TQt conversion and some clean up. 3 years ago
README Conversion of 'gui' library module. 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-export.h More conversion polkitqt1 -> polkit-tqt. 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-version.h.cmake More PolkitTQt1 -> PolkitTQt renaming. 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 TQButton 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.