summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 01:11:08 -0600
commit8a055d66f43592c257cece2eb8cc021808062917 (patch)
treed0922f201bd5d24b62a33160d1d9baf9e89f9a70 /README
parentb388516ca2691303a076a0764fd40bf7116fe43d (diff)
downloadpytqt-8a055d66f43592c257cece2eb8cc021808062917.tar.gz
pytqt-8a055d66f43592c257cece2eb8cc021808062917.zip
Initial TQt conversion
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 1af7d9f..6bef4cd 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
- PyQt - Python Bindings for the Qt Toolkit
+ PyTQt - Python Bindings for the TQt Toolkit
INTRODUCTION
-These are the Python bindings for Qt. You must also have the SIP Python
+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/.
@@ -13,9 +13,9 @@ The homepage of SIP is http://www.riverbankcomputing.co.uk/sip/.
COMMERCIAL VERSION
-If you have the Commercial version of PyQt then you should also have a
+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 PyQt.
+to the "sip" directory before starting to build PyTQt.
INSTALLATION
@@ -24,7 +24,7 @@ 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 PyQt by running the following command.
+The first step is to configure PyTQt by running the following command.
python configure.py
@@ -39,21 +39,21 @@ 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 PyQt using your platform's make command.
+The next step is to build PyTQt using your platform's make command.
make
-The final step is to install PyQt by running the following command. (Depending
-on your system you may require root or administrator privileges.)
+The final step is to install PyTQt by running the following command. (Depending
+on your system you may retquire root or administrator privileges.)
make install
THE REST OF THE DISTRIBUTION
-The "examples2" and "examples3" directories contain some examples (for Qt v2.x
-and Qt v3.x respectively) of Python scripts, including versions of the standard
-Qt tutorials and examples.
+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