aboutsummaryrefslogtreecommitdiffstats
path: root/examples/designer/taskmenuextension/doc/taskmenuextension.rst
blob: dd7fe1679ff8d787d8bfc73583a95294ce551738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _task-menu-extension-example:

Task Menu Extension Example
===========================

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