qt5base-lts/src/tools
Friedemann Kleint 07071a23c3 uic/Python: Fix tab stop/Z-Order and buddy handling
The code compared the attribute names of the properties against the
m_registeredWidgets hash which contained the qualified names
(self.widget) and thus reported errors without actually generating
anything.

Replace the m_registeredWidgets hash by a lookup of the attribute name
in the m_widgets hash and add a function widgetVariableName()
returning the qualified variable name for an attribute name and use
that for the checks.

Remove unused m_registeredActions hash and rename some variables to
make it clearer.

Task-number: PYSIDE-797
Change-Id: Id31d95c1141d21c51eb85bcd8f8fc63486eb36a5
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
2019-05-08 10:19:22 +02:00
..
androiddeployqt Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/staging/5.13 2019-05-03 12:55:47 +00:00
bootstrap Add qurlquery.cpp to the bootstrap library 2019-05-11 08:23:44 +00:00
bootstrap-dbus qmake/tools: port the last remaining Q_FOREACH loops and add QT_NO_FOREACH 2016-05-11 16:55:32 +00:00
moc Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
qdbuscpp2xml QRegExp include cleanup 2019-04-19 21:21:17 +00:00
qdbusxml2cpp Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
qfloat16-tables qfloat16: suppress the tables if FP16 is supported by the CPU 2019-03-14 14:59:28 +00:00
qlalr qlalr: replace a QMap-wrapping OrderedSet with std::set 2019-05-14 19:18:28 +02:00
qvkgen QString: mark obsolete functions as deprecated 2019-03-04 16:54:04 +00:00
rcc QRegExp include cleanup 2019-04-19 21:21:17 +00:00
tracegen QRegExp include cleanup 2019-04-19 21:21:17 +00:00
uic uic/Python: Fix tab stop/Z-Order and buddy handling 2019-05-08 10:19:22 +02:00