S
S
shell_execute2016-01-21 01:50:46
User interface
shell_execute, 2016-01-21 01:50:46

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?
706137-0-orig.jpgpopcorn_time.jpg
And here there are no ideas at all.
popcorn-time-031-adv-settings.png
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

4 answer(s)
S
Stanislav Makarov, 2016-01-21
@shell_execute

And once again, remember about QML.
I cannot guarantee you 100% that it will suit you better, but it is very likely.

J
Jacob E, 2016-01-21
@Zifix

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.

A
Andrey Burov, 2016-01-21
@BuriK666

it's easier to type in html/css/js and use webview (QWebView)

K
Konstantin, 2016-01-21
@Drakonn

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 question

Ask a Question

731 491 924 answers to any question