CSS quick view
- chamus
- Posts:3
- Joined: Mon Jul 10, 2017 9:04 pm
CSS quick view
Is there a way to test css changes without having to reload the Gedi every time?
- schneebergera
- Posts:89
- Joined: Sun Apr 03, 2016 5:52 pm
Re: CSS quick view
Hello,
there is the opportunity to reload the stylesheet.
Please check in GEDI - menu - edit - reload stylesheet.
with best regards,
Andreas
there is the opportunity to reload the stylesheet.
Please check in GEDI - menu - edit - reload stylesheet.
with best regards,
Andreas
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: CSS quick view
Even better. Look at setApplicationProperty() !!!
It will allow you to change the styling of objects on-the-fly !
We have buttons where we change the styling depending on the login information. Service people get different colors for buttons, tabs etc..
So our colors change without restarting any GUI
setApplicationProperty() will allow you to:
- change the style of a button and re-apply the stylesheet
- change the stylesheet completely
Good luck
share the fun
Frenk Mulder
It will allow you to change the styling of objects on-the-fly !
We have buttons where we change the styling depending on the login information. Service people get different colors for buttons, tabs etc..
So our colors change without restarting any GUI
setApplicationProperty() will allow you to:
- change the style of a button and re-apply the stylesheet
- change the stylesheet completely
Good luck
share the fun
Frenk Mulder