aboutsummaryrefslogtreecommitdiffstats
path: root/sources
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-05-07 17:03:50 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-05-07 22:07:34 +0200
commite7f3282e86491bae53f545668eab20f2c0cbb8aa (patch)
treecf8f7b8bd073c1c546a9ec725cd53c5cfe301209 /sources
parentc5a0f829fcce841ed53e13218a6274ea1da9c678 (diff)
Add some hints for trouble-shooting the Qt Designer plugin
Pick-to: 6.1 6.1.0 Task-number: PYSIDE-1455 Change-Id: I7bf6745801dc4747cb7f24144e197bd3059bd493 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources')
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/uifiles.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
index 2a7582ec9..fa483a302 100644
--- a/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
+++ b/sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
@@ -268,3 +268,16 @@ This is shown in taskmenuextension example, where a custom context menu
is registered for the custom widget. The example is a port of the
corresponding C++
`Task Menu Extension Example <https://doc.qt.io/qt-6/qtdesigner-taskmenuextension-example.html>`_ .
+
+Troubleshooting the Qt Designer Plugin
+++++++++++++++++++++++++++++++++++++++
+
+- The launcher ``pyside6-designer`` must be used. The standalone
+ **Qt Designer** will not load the plugin.
+- The menu item **Help/About Plugin** brings up a dialog showing the plugins
+ found and potential load error messages.
+- Check the console or Windows Debug view for further error messages.
+- Due to the buffering of output by Python, error messages may appear
+ only after **Qt Designer** has terminated.
+- When building Qt for Python, be sure to set the ``--standalone`` option
+ for the plugin to be properly installed.