summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/python
Commit message (Expand)AuthorAgeFilesLines
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint10 days1-2/+6
* uic: Add option for absolute Python resource importsFriedemann Kleint2023-02-012-24/+49
* uic: Add an option to modify the generated resource importFriedemann Kleint2022-09-151-3/+7
* Use SPDX license identifiersLucie Gérard2022-05-164-108/+8
* uic: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-261-1/+1
* uic: replace QLatin1String uses with _L1 or _sSona Kurazyan2022-04-262-5/+9
* uic: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-231-2/+2
* uic/Python: Import base class for flag valuesFriedemann Kleint2022-01-132-6/+22
* uic: Refactor CustomWidgetsInfo::extends() to use QAnyStringViewFriedemann Kleint2021-11-261-3/+3
* uic: Fix missing Python import when setting tab ordersFriedemann Kleint2021-10-201-1/+2
* uic: No longer generate star imports in PythonFriedemann Kleint2021-06-012-59/+174
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-04-291-3/+3
* Remove the qmake project filesJoerg Bornemann2021-01-071-8/+0
* uic/rcc: Use QT_VERSION_MAJOR for major versionFriedemann Kleint2020-12-071-9/+11
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-041-6/+6
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* uic: handle header tag for python importsCristián Maureira-Fredes2020-02-271-0/+2
* uic/Python: Add imports for Q(Date)Time, QKeySequenceFriedemann Kleint2020-02-061-4/+4
* uic/Python: Fix missing QCursor importFriedemann Kleint2020-01-141-1/+1
* uic: add customwidget imports support for pythonCristián Maureira-Fredes2020-01-141-4/+22
* uic: Add handling of resources imports for PythonFriedemann Kleint2020-01-032-0/+33
* uic: Fix missing Python import for QFontComboBoxFriedemann Kleint2019-04-241-1/+3
* uic: Add pythonFriedemann Kleint2019-04-055-0/+293