summaryrefslogtreecommitdiffstats
path: root/sip/qtcanvas
Commit message (Collapse)AuthorAgeFilesLines
* Do rename qt=>tqt on source files, directories and libraries.Slávek Banko2023-01-203-870/+0
| | | | | | | | 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]>
* Update module name definitions to match full name.Slávek Banko2023-01-061-1/+1
| | | | | | | This will enable automatic loading of PyTQt modules for modules that depend on PyTQt modules. Signed-off-by: Slávek Banko <[email protected]>
* Remove support for earlier Qt/TQt versionsaneejit12022-07-301-108/+0
| | | | | | | | | Conditional code in the .sip files linked to specific older versions has been removed. Since the versions of TQt and python-tqt are running in parallel, the support for older versions was clutter that would never actually be used now. Signed-off-by: aneejit1 <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-2/+2
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-141-1/+1
|
* Use tq includes instead of native q includesTimothy Pearson2012-02-021-14/+14
|
* Rename sip*_Q itemsTimothy Pearson2011-12-031-11/+11
|
* Initial TQt conversionTimothy Pearson2011-11-293-249/+249
|
* Initial import of python-qt3Timothy Pearson2011-11-293-0/+978