Responsive Ui
-
Hi
Can you add a bit more of detail of what sort of design and requirements?
For a normal Desktop GUI, with no animation or fluff,
QWidgets are very fast. -
Hi,
Are you trying to bring web development concepts on desktop application ?
If so, what kind of application are you trying to implement ? -
@umod-47
hi
i'm new to Qt world...by responsive i mean that all widgets in the window will be resize when the window resizes
-
Hi,
Are you trying to bring web development concepts on desktop application ?
If so, what kind of application are you trying to implement ? -
@iammhz
Hi
as @aha_1980 says, layouts will give you that.
Make sure to practice a little with them. At first, they can be a bit
funky but they are very powerful.there is also
6. Layout Management
in this book
https://tfetimes.com/wp-content/uploads/2015/09/c-gui-programming-with-qt-4-2ndedition.pdfIts for Qt4 but very little have changed so its still a fine read. (IMHO)
-
@umod-47
hi
i'm new to Qt world...by responsive i mean that all widgets in the window will be resize when the window resizes
-
@iamMHZ
how to design responsive UI?
If you have any simple example then please share it with me. -
Hi,
for the who one has the same question as I had,
You must ad a layout first
this video helps me a lot
https://www.youtube.com/watch?v=gWa2rqe8l6E -
This post is deleted!