Updating the Windows style preview in QtDesigner
General and Desktop
4
Posts
2
Posters
2.3k
Views
1
Watching
-
Hi,
I'm developing a Windows application on Linux and I use the QtDesigner for that. I really like the "Preveiw in Windows" feature which enables me to get the general idea of how the app will look like under Windows. However, the Windows style used there is severely outdated - looks like it's from Windows 98. Is there any way to update this style?
Thanks
Deusdies -
Not really. The problem is, that the newer styles are rendered using the native rendering engine of windows. As you don't have those available in Linux, you cannot get the more modern Windows styles there. The older styles are implemented by imitating the style manually.
-