aboutsummaryrefslogtreecommitdiffstats
path: root/pyside2uic/objcreator.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyside2uic/objcreator.py')
-rw-r--r--pyside2uic/objcreator.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyside2uic/objcreator.py b/pyside2uic/objcreator.py
index deed44f..1721c8f 100644
--- a/pyside2uic/objcreator.py
+++ b/pyside2uic/objcreator.py
@@ -47,7 +47,8 @@ class QObjectCreator(object):
self._cpolicy = creatorPolicy
self._cwFilters = []
- self._modules = [self._cpolicy.createQtWidgetsWrapper()]
+ self._modules = [self._cpolicy.createQtWidgetsWrapper(),
+ self._cpolicy.createQtGuiWrapper()]
# Get the optional plugins.
for plugindir in widgetPluginPath: