summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/window.ui
Commit message (Collapse)AuthorAgeFilesLines
* uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-051-0/+250
Qt Designer let's you add custom slots and signals to the main form; they should use string-based connection syntax since the class is not known in setupUI(). Amends da3cb1deb6c752f8e4c05434e3451432e5d787ba. Task-number: QTBUG-76375 Change-Id: I5a3a5630f77c812d48db1cdb7a8658a4d2718228 Reviewed-by: Liang Qi <liang.qi@qt.io>