Responsive Ui
-
wrote on 26 Aug 2019, 14:55 last edited by
How to Design an Responsive Desktop UI with Qt Designer??
-
wrote on 26 Aug 2019, 15:03 last edited by
What do you mean "responsive"? Qt is quite fast.
-
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 ? -
wrote on 28 Aug 2019, 11:11 last edited by
@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
-
@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. -
wrote on 16 Feb 2020, 14:52 last edited by
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 -
wrote on 3 Feb 2023, 15:32 last edited by A Former User 2 Mar 2023, 15:32This post is deleted!