https://bugs.kde.org/show_bug.cgi?id=443097

--- Comment #2 from Daniel Fichtner <dan...@outlook.de> ---
So at the moment it uses QFormLayout and depending on the entry in the "Board
Layout" ComboBox, labels and comboxes are hidden or shown. The problem is that
it's not the row of the QFormLayout that is hidden. Hence, it's still there and
adds a little space between the remaining widgets.

Qt 6.4 will introduced QFormLayout::setRowVisible()
(https://bugreports.qt.io/browse/QTBUG-6864) which is the solution for exactly
this special case. At the moment I could "reproduce it with a QGridLayout to
look the same. Or we wait until we have this function?

Also I might hack something up..

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to