Yate Community Forum

Yate client => Windows => Topic started by: vk2xxy on April 25, 2016, 08:57:20 PM

Title: Windows client source code.
Post by: vk2xxy on April 25, 2016, 08:57:20 PM
Is there source code for the Windows version?

Edit: I think I found it. https://github.com/vir/yate/tree/master/windows
Title: Re: Windows client source code.
Post by: marian on April 26, 2016, 01:17:48 AM
Windows VC++ projects are located in the 'windows' directory in source code.
You'll need VC 2005.

Documentation can be found at
docs.yate.ro
Title: Yate font size change
Post by: waqasnautilus on February 10, 2018, 03:20:17 AM
Hi Team,

Iam struggling to change the font size in yate, can anyone help me on this. i have source code and loaded in VS C++ 2010. Iam unable to find which file need change. i know about CSS but unable to find my required change file.

Appreciated community response.


Thanks
Title: Re: Windows client source code.
Post by: marian on February 12, 2018, 01:50:55 AM
Qt widgets and css files are located in source code at:
share/skins/default

Common (all platforms): stylesheet.css
Windows override: stylesheet_oswindows.css

You may also change fonts by editing Qt widgets in Qt designer.

Keep in mind that not all controls adjust their size when font changes: make sure the text is properly displayed.