Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled API.
You cannot 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 e8494e60ef
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
agent Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
cmake Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
core Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
debian Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
examples Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
gui Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
includes/PolkitQt1 Initial import from polkit-qt-1 debian snapshot archive. 3 years ago
test Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 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 Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 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 Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
polkit-qt-agent-1.pc.cmake Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
polkit-qt-core-1.pc.cmake Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
polkit-qt-gui-1.pc.cmake Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
polkitqt1-export.h Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 3 years ago
polkitqt1-version.h.cmake Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. 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.