qradiobutton Questions

5

I'm trying to have a multi-line checkbox/radiobutton with Qt using standard QCheckbox/QRadioButton. I didn't find the direct solution since QRadioButton{wrap:true;} has no effect. The only thing...
Butterwort asked 3/12, 2009 at 10:55

2

Solved

I have created a simple UI consisting of a QGroupBox with a bunch of QRadioButtons (32 to be exact) and I want to be able to find the selected one. I've looked at forums and things, but the answer...
Magda asked 30/3, 2017 at 1:6

1

Solved

I would like to get the list of all QPushButton in my MainWindow. Actually, I have a QRadioButton, and when I uncheck it, I would like to disable all the QPushButton of my window. How can I do tha...
Subtlety asked 16/2, 2017 at 10:31

2

Solved

I recently started using qt to build a python GUI. I have two problems I can't quite find the solutions to. the code below is a sample of what I need to build. 1: Check which radio button from a l...
Rudder asked 25/1, 2017 at 0:28

2

Solved

I have a group project for school that I am working on. A member of my group has created a window that has ~75 radio buttons. I want to force all of them to be "clear" or "unchecked" on a button pr...
Caryophyllaceous asked 8/4, 2011 at 17:11
1

© 2022 - 2024 — McMap. All rights reserved.