summaryrefslogtreecommitdiffstats
path: root/pytquic3/form.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changing string types to bytes for pytquicormorph2024-04-211-3/+3
| | | | | | For python3 you need to explicitly specify the bytes type, it is different from strings Signed-off-by: ormorph <roma251078@mail.ru>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-081-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary codeMichele Calgaro2023-08-011-58/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-201-0/+938
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>