First post: Hello, and forum question
-
Hello!
New user, and without a lot of insight
What forum would be the correct one for newcommer questions about crossplatform (Win/Linux/Mac) usage of Qt-methods.
especially scaleable UI solutions
Our free and open source program needs scaleable UI
What tools /methods should be used in Qt?
I ask for a 'point in right direction' like a chapter, or tutorial or similar content, if any exists.
Tyia! -
Hi and welcome to devnet,
You first need to determine whether you are going to go with the classic desktop oriented widgets module or if you need some fancier animation stuff and go with QtQuick. Not knowing what your application does does not allow to give clear recommendations.
Both methods allow you to build scalable UIs so you have to explore both.
The Qt documentation provides a good and pretty complete place to get started.
-
Thank you for the welcome and reply to my question!
I will see if i can find my way through the docs!
I will keep this open for a couple of days, in case someone has a good link to a beginner-tutorial on the the classic desktop oriented widgets module -That must be the one to go with for us, We have no animations, only dials and sliders.
B.r. -
Thank you for the welcome and reply to my question!
I will see if i can find my way through the docs!
I will keep this open for a couple of days, in case someone has a good link to a beginner-tutorial on the the classic desktop oriented widgets module -That must be the one to go with for us, We have no animations, only dials and sliders.
B.r.These two might be a good place to start:
(Check out the "Qt Widget"-part or anything else that might help you developing your app)-
- Straight to QtWidgets Examples here
-
Thank you for the welcome and reply to my question!
I will see if i can find my way through the docs!
I will keep this open for a couple of days, in case someone has a good link to a beginner-tutorial on the the classic desktop oriented widgets module -That must be the one to go with for us, We have no animations, only dials and sliders.
B.r.