Qt
has a flexible and powerful layout mechanism to handle view of desktop application's windows.
But it is so flexible, that it nearly cannot be understood, when something goes wrong and needs fine tuning. And so powerful, that it can beat anyone in their tries to overwhelm Qt's opinion of how form should look.
So, can anyone explain, or provide articles, or source of Qt's positioning mechanisms?
I'm trying to force the QLabel
, QPushButton
and QTableView
, marked by trailing underscores in their names, be two times higher than QTextBrowser
having verticalStretch = 1
below. How can I handle widget's height properly?
.ui file of my form on google docs. Search '____' in names, preview in QtDesigner