Skip to content

Dialogs#

qtextra also includes a set of utility dialogs for common desktop application flows such as confirmations, changelogs, system information, logging, and embedded consoles.

For concrete usage patterns, browse the runnable examples in examples/, especially:

  • dialog_changelog.py
  • dialog_color_list.py
  • dialog_confirm_close.py
  • dialog_confirm_with_text.py
  • dialog_theme_editor.py
  • dialog_text_replace.py
  • qt_console.py
  • qt_logger.py

The dialog pages are still sparse compared with the widget pages. Expanding them is a good next contribution target.

Documented Dialogs#