Author Topic: Windows client source code.  (Read 6440 times)

vk2xxy

  • Newbie
  • *
  • Posts: 3
    • View Profile
Windows client source code.
« 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
« Last Edit: April 25, 2016, 08:59:21 PM by vk2xxy »

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: Windows client source code.
« Reply #1 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

waqasnautilus

  • Newbie
  • *
  • Posts: 3
    • View Profile
Yate font size change
« Reply #2 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

marian

  • Hero Member
  • *****
  • Posts: 513
    • View Profile
Re: Windows client source code.
« Reply #3 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.