I
I
Ilia Zhitenev2018-05-24 17:07:27
Qt
Ilia Zhitenev, 2018-05-24 17:07:27

Why does QT eat elements when the window is reduced?

Tell me why the kite eats the widget. It does not touch standard widgets, but my widget, which is dynamically formed from a form via quiloader, is somehow chewed up by the window. The window can be shrunk so that the area with dynamic widgets will be shrunk to 0. Pictures are attached.
Window wide : 5b06c6ce457a0745250788.jpeg
Window reduced:5b06c6d306247031395667.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vitaly, 2018-05-24
@vt4a2h

Probably because the elements are not added to the appropriate layout.

T
TriKrista, 2018-05-24
@TriKrista

You may need to set a minimum widget size.

D
Danil Asadullaev, 2018-05-26
@Danil2004

Your GroupBoxes are bound, but the Labels are not, so you need to bind them in the same way as the GroupBox

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question