Answer the question
In order to leave comments, you need to log in
How to implement a similar interface on Qt Widgets?
As far as I understand, it is quite possible to use Grid Layout here, but it’s a little unclear what widgets it will fill correctly, and the sidebar is, as I understand it, Vertical layout?
And here there are no ideas at all.
How expedient is it to write it at all on Qt Widgets, perhaps it is worth using a different development principle on Qt?
Answer the question
In order to leave comments, you need to log in
And once again, remember about QML.
I cannot guarantee you 100% that it will suit you better, but it is very likely.
For each movie, we make a form class in the designer, style it using QSS style sheets. Then we create instances of our form and paste it into the GridLayout. The rest of the panels are even easier to style. But the idea of doing such interfaces on widgets is bad, it's much easier and faster to use QML.
but for me it’s easier to write extended classes for each element such as a button and other things, in the same place to register animation when hovering and clicking, for example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question