diff options
Diffstat (limited to 'examples/SQL/README')
-rw-r--r-- | examples/SQL/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/SQL/README b/examples/SQL/README index 823937f..eae6761 100644 --- a/examples/SQL/README +++ b/examples/SQL/README @@ -25,12 +25,12 @@ sqltable4.py: sqlsubclass5.py: - Similar to the former, and even more deviated from its qt ancestor, + Similar to the former, and even more deviated from its TQt ancestor, because the sense escaped me. This could be related to the different database layout needed for MySQL (Trolltech used PostgreSQL sequences, while we're using the simpler, but less powerful auto_increment here). If you enter and invalid date (e.g. day: 0) in the Paid column, it is - shown as "not yet", but produces some qt warnings. + shown as "not yet", but produces some TQt warnings. runsqlex.py, sqlex.ui, sqlex.ui.h, connect.ui, connect.ui.h: @@ -63,7 +63,7 @@ DB_USERNAME = "name" DB_PASSWORD = "pass" The dbconnect.py script is generated from dbconnect.ui, which was created -with qt's designer. You can find it also in Boudewijn Rempt's book +with TQt's designer. You can find it also in Boudewijn Rempt's book "GUI Programming with Python, using the TQt Toolkit". Although you won't find the SQL widgets discussed there, for the simple reason of the book being written before they appeared, it is a valuable source for anybody new in |