.. _format_text: Format ************* The ``Format`` widget is used when you want to insert dynamic data into the text. .. note:: You need to either save this data in ``dialog_data`` beforehand or use ``getter`` to pass data to the widget (see :ref:`passing data`). Code example: .. literalinclude:: ./example.py Result: .. image:: /resources/format.png