Skip to content

Style Editor#

Style Editor Preview

The Style Editor window can be selected using the #style_editor_tool selector.

Content#

The Style Editor window is made up of several widgets.

Title Selector Description Type
Description Text #lbl_info_text A small section of text that describes how to use the style editor. QLabel
Load Current Stylesheet Button #btn_load_styles Loads the compiled stylesheet that the application is currently using into the editor. QPushButton
Widgets Preview Button #btn_widget_preview Opens a window that can be used to preview most default Qt5 widgets. QPushButton
Stylesheet Text Editor #tb_stylesheet A text editor which allows for editing the stylesheet. QPlainTextEdit
Apply Styles Button #btn_apply Applies the stylesheet present within the text editor to the application. QPushButton
Save Button #btn_save Not yet implemented. QPushButton