qt5base-lts/src
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
..
3rdparty Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
android Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
angle Merge remote-tracking branch 'origin/5.12' into 5.13 2019-05-12 01:00:08 +02:00
concurrent Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-04-08 21:24:26 +00:00
corelib Long live Qt::SplitBehavior! 2019-05-21 17:50:26 +02:00
dbus Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
gui QtGui: get rid of the last Java-style iterator 2019-05-21 08:57:42 +02:00
network QtNetwork: port away from Java-style iterators 2019-05-21 08:56:33 +02:00
opengl Merge remote-tracking branch 'origin/5.13' into dev 2019-05-13 08:04:58 +02:00
openglextensions QtOpenGLExtensions: Unify license headers 2019-01-11 11:06:25 +00:00
platformheaders More nullptr usage in headers 2019-03-14 07:37:52 +00:00
platformsupport QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock() 2019-05-21 09:07:38 +02:00
plugins Windows QPA: Fix RTL window title bars 2019-05-22 14:23:33 +02:00
printsupport QFileDialog: mark obsolete enum DontUseSheet as deprecated 2019-05-17 14:08:34 +00:00
sql QtSql: mark QSqlite2 plugin as obsolete 2019-05-05 20:59:46 +00:00
testlib QtTestLib: handle float16 the same as double and float 2019-04-24 13:09:15 +00:00
tools uic/Python: Fix tab stop/Z-Order and buddy handling 2019-05-08 10:19:22 +02:00
widgets QGestureManager: don't abuse a QMap for a set 2019-05-21 09:15:15 +02:00
winmain Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
xml Merge remote-tracking branch 'origin/5.13' into dev 2019-05-13 08:04:58 +02:00
src.pro