Wykres commitów

7 Commity (bd40d95fa4166572d35b20fecbd55c937618c92a)

Autor SHA1 Wiadomość Data
Carl Tremblay 3df16eaeec Change size of calibration dialog to height 700 2019-10-10 20:20:47 -04:00
Carl Tremblay 9319924f13 First Step of default UI css to solved about dialog styling issue and broken skin mode
All color and style for the default UI need to be placed outside 
constructor and defined after the component is defined.

Unless it could broke skin mecanism. You define style by giving style 
class to component, then add the css class the default.css file

At the beginning of NanoVNASaver initialization, 
NanoVNA_UI.defaultUI(app) is called to initialize the default css file.

(For future release: When all needed component will be ported in the 
default.css file, this will solved the know issue on Skin Mode )
2019-10-10 20:12:11 -04:00
cinosh07 72b01e0bab Not there yet, maybe during evenig today...
About dialog palette removed from the constructor so it will be possible 
to skin.
It has been replace by styling. Giving another palette than the global 
one, broke the skin mode for about dialog. Only Chart Palette should 
remain static.

All color and style for the default UI need to be placed outside 
constructor and defined after the component is defined.

Unless it could broke skin mecanism

i.e. Like this:   self.aboutWindow = ....
                  self.aboutWindow.setStyle("QFrame{background-color: 
#ffffff;}")
2019-10-10 13:59:35 -04:00
Carl Tremblay b2df018635 Skins feature completed and ready to review and test.
Improoved UI Quality in the skins

Skins are css files located in the skins folder

Added author and contributors to the about dialog

Known issue: The app need to be restarted when return to default UI when 
changed from a skinned UI
2019-10-09 23:06:07 -04:00
cinosh07 cc73621640 Added licence to new files 2019-10-09 11:42:00 -04:00
cinosh07 83b58dcf9d Added skin concept to the UI. So people can develop their own skins. Default UI is remaining the same as the original skin. No modification to the original ui.
Maybe we should rename Dark Mode to Skin Mode in display settings 
dialog.
2019-10-09 11:26:59 -04:00
cinosh07 bc24c198db Get rid of qtmodern library 2019-10-09 09:51:11 -04:00