08.01.2019, 13:59
08.01.2019, 18:02
Do you want to change the font, or just the font size?
You can already change the font size by creating a misc.ini file with the right content, see: [INFO] *hidden* Hybrid options,...
Changing the font itself, could probably be done using custom styling. (see the links near the bottom of [INFO] *hidden* Hybrid options,...)
Cu Selur
You can already change the font size by creating a misc.ini file with the right content, see: [INFO] *hidden* Hybrid options,...
Changing the font itself, could probably be done using custom styling. (see the links near the bottom of [INFO] *hidden* Hybrid options,...)
Cu Selur
08.01.2019, 18:55
(08.01.2019, 18:02)Selur Wrote: [ -> ]Do you want to change the font, or just the font size?
You can already change the font size by creating a misc.ini file with the right content, see: [INFO] *hidden* Hybrid options,...
Changing the font itself, could probably be done using custom styling. (see the links near the bottom of [INFO] *hidden* Hybrid options,...)
Cu Selur
I saw hidden options. I'm already using a few.
However, I wanted to change the GUI to Verdana font.
I'm not sure because it's difficult. I'm just going to use it like this.
Thank you for checking it out.
08.01.2019, 21:04
Quote:I'm not sure because it's difficult. I'm just going to use it like this.Nope, it's quite easy.
1. Create a file named for example 'verdana.qss' with the following content:
Code:
/* WIDGET */
QWidget
{
font-family: Verdana;
}
2. Start Hybrid
3. Set "Config->View->Style sheet" to '.\styles\verdana.qss' and most of the GUI should change.
Cu Selur
08.01.2019, 21:33
It's settled. Thank you very much.