3 Format JSON data as HTML for display in a QTextBrowser.
4 \param json_data: str The JSON data as a formatted string.
5 \return: str The HTML-formatted string for displaying in QTextBrowser.
9 font-family: monospace;
11 background-color: #f9f9f9;
13 white-space: pre-wrap;
14 word-wrap: break-word;
24 background: transparent;
28 background-color: lightgray;
32 background-color: lightblue;
36 button.setStyleSheet(button_style)
format_json_to_html(json_data)
Format JSON data as HTML for display in a QTextBrowser.
apply_icon_button_style(button)