From fe064e59aabb8ee362c587a04f081f77619f0313 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 15 Aug 2025 15:21:34 -0400 Subject: add note to show_message_box API about escaping --- python/interaction.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/interaction.py') diff --git a/python/interaction.py b/python/interaction.py index 65b8b2a1..27648e12 100644 --- a/python/interaction.py +++ b/python/interaction.py @@ -1520,6 +1520,8 @@ def show_message_box(title, text, buttons=MessageBoxButtonSet.OKButtonSet, icon= """ ``show_message_box`` Displays a configurable message box in the UI, or prompts on the console as appropriate + :note: This uses a standard QDialog which means simple HTML will render as HTML, but links are not clickable and special characters need to be escaped. + :param str title: Text title for the message box. :param str text: Text for the main body of the message box. :param MessageBoxButtonSet buttons: One of :py:class:`MessageBoxButtonSet` -- cgit v1.3.1