aboutsummaryrefslogtreecommitdiffstats
path: root/examples/designer/taskmenuextension/doc/taskmenuextension.rst
blob: a1b584fb95037ec48d5722de618a15afa7615a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Task Menu Extension (Designer)
==============================

This example shows how to add custom widgets to Qt Designer,
which can be launched with `pyside6-designer`, and to extend
its built-in context menu.

The main mechanism is based on the :ref:`QPyDesignerCustomWidgetCollection`
class that takes care of handling the registration.

More information can be found in :ref:`designer_custom_widgets`.

.. image:: taskmenuextension.png
   :width: 400
   :alt: Task Menu Extension Screenshot