November 2018
Intermediate to advanced
1150 pages
24h 11m
English
We can now add the children to the main layout. The left child will be another layout, this time, a vertical one, which will contain both the character's list and the widgets to add a new character; the right child will be the text editor. You can see the intended arrangement in the picture at the beginning of the chapter. We will drop a Text Edit (http://doc.qt.io/qt-5.9/qtextedit.html) widget and then a Vertical Layout (http://doc.qt.io/qt-5.9/qvboxlayout.html) into horizontalLayout.
The next thing we want do is to have the vertical layout take up ...
Read now
Unlock full access