A
A
Alexey Yarkov2016-01-19 11:30:15
Qt
Alexey Yarkov, 2016-01-19 11:30:15

How to make a responsive form in QtDesigner?

Don't kick me)) I can't figure out how to make an adaptive form in QtDesigner. For example, there is a text field in which the program displays a log of work. How can I make the field expand and shrink with the form?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2016-01-19
@yarkov

Place a layout manager on the form, such as QGridLayout or QVBoxLayout. Then place a QTextField element. And everything will work as it should.
Or, place some elements on the form, and then click the "Lay Out Horizontally" button on top.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question