Appearance Customization Examples (V1.1)

Methods of Customization:

wfview’s appearance can be customized through several means:

  1. Select the “Use system theme” checkbox, and then change the theme using your system’s theme selector. Depending upon how your system is setup, the theme selector should generate GTK and qt themes (we use qt). These themes get applied to the window background and widgets (buttons, menus, etc).
  2. Check or un-check the “Waterfall Dark Theme” box, which switches between the dark and light preset themes (which are also read from the preference file)
  3. Select a theme for the waterfall view using the Theme combo box on the View tab (bottom-right of the waterfall display).
  4. Customize the colors for the plot in the preference file, and then re-launch.
  5. Customize the stylesheet. We’re using QDarkStyleSheet, and it is installed in /usr/share/wfview/stylesheets on linux. For mac and windows builds, at this time, the file is bundled into the application and can’t be edited after the program is compiled.
  6. Specify an alternate stylesheet in the preferences file (the attribute is “StylesheetPath”), and then re-launch. Note, images referenced in a custom stylesheet must be given a full path, ie, “/usr/share/wfview/stylesheets/oldschoolknobs/images/knob.png”. This is because qt will assume the images are based out of the current working directory, not the location of the stylesheet.

 

Examples:

Mint’s purple theme with the “Spectrum” color scheme selected for the waterfall, and dark plot theme.

 

 

Mint’s Aqua theme with the “Polar” theme selected for the waterfall, and light plot scheme.

 

 

Mint Dark
Mint’s Dark theme with the “Thermal” waterfall color scheme, and dark waterfall color selected.