QWidgets gui template.
-
wrote on 5 Dec 2016, 11:00 last edited by
Hi. My customers say that my program based on QtWidgets it is not so great. It works but now the idea is to improve its ui.
Now the program has a may form and, using a menu bar, many dialogs.The idea is still to use QWidgets for the layout (for terminal server environments), do you know if any QtWidgets gui application templates exist?
-
Hi,
What kind of templates do you have in mind ?
-
Hi. My customers say that my program based on QtWidgets it is not so great. It works but now the idea is to improve its ui.
Now the program has a may form and, using a menu bar, many dialogs.The idea is still to use QWidgets for the layout (for terminal server environments), do you know if any QtWidgets gui application templates exist?
@mrdebug What exactly do you want to improve?
-
wrote on 5 Dec 2016, 12:00 last edited by
As you know there are many free templates for bring up an html website as these:
https://html5up.net/
Do you know if there is something similar for Qt Widgets applications?
I only need a nice template. -
Hi
I assume you means looks/skins ?As far I know have be able to find, no such repository of "looks" for Widgets exists.
You can use stylesheet to style it.
You can also make a new Style Class as seen here
http://doc.qt.io/qt-5/qtwidgets-painting-affine-example.html
1/5