SIP4 python bindings for TQt
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Ir al archivo
Michele Calgaro 23638c89e3
Replace Q_WS_* defines with TQ_WS_* equivalents
hace 2 meses
doc Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines hace 4 meses
examples Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
pytqlupdate3 Removed unnecessary code hace 9 meses
pytquic3 Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
sip Add support for python 3.12 and raise minimum required version to 3.4. hace 3 meses
ChangeLog Replace various Q_* and QT_* defines with TQ_* and TQT_* hace 8 meses
LICENSE Fix inadvertent "TQ" changes. hace 12 años
NEWS Replace various Q_* and QT_* defines with TQ_* and TQT_* hace 8 meses
README Fix retquire hace 13 años
README.AIX Initial TQt conversion hace 13 años
README.SunOS temporary commit to show changes hace 1 año
THANKS Initial TQt conversion hace 13 años
build.py Removed unnecessary code hace 9 meses
configure.py Replace Q_WS_* defines with TQ_WS_* equivalents hace 2 meses
module-init.py Do rename qt=>tqt on source files, directories and libraries. hace 1 año
pytqtconfig.py.in Do rename qt=>tqt on source files, directories and libraries. hace 1 año

README

                    PyTQt - Python Bindings for the TQt Toolkit


INTRODUCTION

These are the Python bindings for TQt.  You must also have the SIP Python
bindings generator installed.

The homepage is http://www.riverbankcomputing.co.uk/pyqt/.

The homepage of SIP is http://www.riverbankcomputing.co.uk/sip/.


COMMERCIAL VERSION

If you have the Commercial version of PyTQt then you should also have a
license file that you downloaded separately.  The license file must be copied
to the "sip" directory before starting to build PyTQt.


INSTALLATION

Check for any other README files in this directory that relate to your
particular platform.  Feel free to contribute a README for your platform or to
provide updates to any existing documentation.

The first step is to configure PyTQt by running the following command.

	python configure.py

This assumes that the correct Python interpreter is on your path.  Something
like the following may be appropriate on Windows.

	c:\python23\python configure.py

If you have multiple versions of Python installed then make sure you use the
interpreter for which you wish to generate bindings for.

The configure.py script takes many options.  Use the "-h" command line option
to display a full list of the available options.

The next step is to build PyTQt using your platform's make command.

	make

The final step is to install PyTQt by running the following command.  (Depending
on your system you may require root or administrator privileges.)

	make install


THE REST OF THE DISTRIBUTION

The "examples2" and "examples3" directories contain some examples (for TQt v2.x
and TQt v3.x respectively) of Python scripts, including versions of the standard
TQt tutorials and examples.

The "doc" directory contains SGML and HTML documentation for the bindings.
This documentation includes a section describing the differences visible to
the Python programmer between this and the previous version - please read it.


Phil Thompson
phil@riverbankcomputing.co.uk