Extra line in radio group
-
Env
Linux
Qt 6.2.0Problem
-
At startup, no extra line as below
-
After click a button or refresh by switching windows, an extra line shows as below, and it stays there later on
-
three raido buttons in a groupbox, and the groupbox is in a gridlayout
Question
The extra line is not as expected, is it?
How to get rid of it? -
-
Please provide a minimal, compilable example - works fine for me in a dummy designer ui-file. Also what style do you use?
-
@Christian-Ehrlicher said in Extra line in radio group:
Please provide a minimal, compilable example - works fine for me in a dummy designer ui-file. Also what style do you use?
demo: https://uploadify.net/8d3da1e64d10febc/TestQtGUI.tar.bz2
Steps:
- put a groupbox
- put three radio buttons in the groupbox
- change the layout of the groupbox to vertical layout
- don't modify anything now, or it may not be reproducable
- save, build and run
- click radio buttons randomly, an extra line should appear
-
Ok, I don't have this font. Maybe you should open a bug report with a minimal example.
-
@Christian-Ehrlicher said in Extra line in radio group:
Ok, I don't have this font. Maybe you should open a bug report with a minimal example.
Reported, https://bugreports.qt.io/browse/QTBUG-98322
Thanks