Skip to content

Settings Window#

Output Window Preview

The Settings Window can be selected using #shared_settings, and is a QDialog.

Several widgets must be manually styled on a per-theme basis and lack any default styles.

Title Selector Description Type
Settings List Container #frame_settings_container The frame around the list of available settings within the current configuration file or section. QFrame
Current Setting Info Container #current_setting_info_frame The frame around the information text for the currently active setting. QFrame
Current Setting Title Label #lbl_current_title The title of the currently selected setting. QLabel

Several other widgets do have default styles, but can still be manually selected for and overridden as desired.

Title Selector Description Type
Section Tree #treeWidget The tree widget used to select a configuration file and/or section. QTreeWidget
Current Setting Description Label #lbl_current_desc The description of the currently selected setting. This text may or may not be visible depending on which setting is selected. QLabel