Qt Designer creates automatic buddies letters
-
wrote on 1 Sept 2021, 15:19 last edited by
Hi all,
I am facing a weird issue. I have a set of QRadioButtons and each time I include a number in the label, this number becomes a buddy letter that I cannot remove.
I tried to remove it by going to the text property of the QAbstractButton. As soon as I remove it it comes back.
Is there something I can do to prevent that? If I remove the integer, the buddy letter is gone.I see no buddies connection in the buddy edit mode...
Any help would be very appreciated :)
-
Hi,
Can you provide a minimal compilable example that shows that behaviour ?
Which version of Qt are you using ?
On which platform ? -
wrote on 9 Sept 2021, 10:03 last edited by
Hi
I use QtDesigner 5.11.3 on Linux Debian 10.
In this group box I haveI0
,I0 HiBW
andP0
labels. The buddy letter is automatically put on the 0 number. If I edit the text to remove the&
character, the 0 becomes buddy letter on another label. If I put other number (1, 2, 3 or so), all number becomes buddy letters. -
wrote on 27 Sept 2021, 09:15 last edited by
Any idea how to fix this?
-
I am wondering whether it's not something Designer specific.
There's nothing in the code related to QRadioButton that would explain this.