summaryrefslogtreecommitdiffstats
path: root/sip/tqt
Commit message (Collapse)AuthorAgeFilesLines
* Add support for python 3.12 and raise minimum required version to 3.4.Michele Calgaro2024-01-313-44/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 15eb6c387b2bfd9f54bd8223d483dd8c3998ea2e)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-111-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d5aea7e8497095f76841f3dd8f2eab9c4cb58aa)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 456d0fb6a207e9c80593967f2e37ddd21d32f5a4)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*r14.1.1Michele Calgaro2023-09-071-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa)
* temporary commit to show changesSlávek Banko2023-01-238-70/+70
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-20174-0/+27253
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 <slavek.banko@axis.cz>