summaryrefslogtreecommitdiffstats
path: root/examples/i18n
Commit message (Collapse)AuthorAgeFilesLines
* Fix example translations for pytqtormorph2024-04-302-5/+5
| | | | | Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit f8780f8ac8d4f5955828d8c3a927bed453a3630b)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-112-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d5aea7e8497095f76841f3dd8f2eab9c4cb58aa)
* Replace various Q_* and QT_* defines with TQ_* and TQT_*r14.1.1Michele Calgaro2023-09-071-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit db3abe1860a5c9afa4893cb59499868f6ff1f5aa)
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-202-2/+2
| | | | | | | | 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>
* Rename python extension module from python_tqt to PyTQt.Slávek Banko2022-12-212-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove Qt V2 support and example filesaneejit12022-07-3027-0/+1042
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 <aneejit1@gmail.com>