summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix example translations for pytqtormorph2024-04-302-5/+5
| | | | Signed-off-by: ormorph <[email protected]>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-131-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0848-183/+183
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace various Q_* and QT_* defines with TQ_* and TQT_*Michele Calgaro2023-09-071-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary codeMichele Calgaro2023-08-011-5/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-181-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop compatibility code for TQThreadMichele Calgaro2023-07-111-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* temporary commit to show changesSlávek Banko2023-01-2313-19/+19
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-2069-501/+501
| | | | | | | | Rename pyuic=>pytquic, pylupdate=>pytqlupdate. Do rename qt=>tqt on constants and variables. Do rename QT=>TQT on constants. Signed-off-by: Slávek Banko <[email protected]>
* Rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-2164-77/+77
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Added fix canvas.py for python3ormorph2022-08-041-46/+44
| | | | Signed-off-by: ormorph <[email protected]>
* Remove Qt V2 support and example filesaneejit12022-07-30111-0/+14004
Build files for pyuic2 have been removed along with the examples for version 2 of Qt and the build/configure scripts have been amended accordingly. The "examples3" directory has been renamed to just "examples". Signed-off-by: aneejit1 <[email protected]>