qgroupbox Questions

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

I am trying to add a QPushButton widget into a QGroupBox such as: self.btn = QtGui.QPushButton('Push Button') self.grp_box = QtGui.QGroupBox('Button Section') self.grp_box.addWidget(self.btn) Wh...
Goggler asked 22/2, 2017 at 0:47

2

Solved

Let's say I have an application with a number of QGroupBoxes like so: import sys from PyQt4 import QtGui, QtCore class Main(QtGui.QWidget): # pylint: disable=too-many-statements def __init__...
Sciential asked 17/10, 2018 at 11:23

2

Solved

Is it possible to completely remove the title from a QGroupBox? If you just give it an empty title, the label where the title would be still takes up space. It looks like this: But I want it to ...
Gurney asked 21/4, 2017 at 18:50

1

Solved

I am trying to style a QGroupBox to match certain design requirements: Note - the group title on top should be on the left but past the box curvature. With the following style sheet, I get the ...
Jung asked 7/3, 2017 at 18:49

2

Similar question to what we have here Loop over widgets in PyQt Layout but a bit more complex... I have QVGridLayout QGroupBox QGridLayout QLineEdit I'd like to access QLineEdit but so far I...
Dendro asked 12/9, 2016 at 12:18

1

Solved

My project contains Qdialog having multiple QGroupbox.Each GroupBox contains some number of checkboxes.The list of checkboxes is same for all the groupbox. I dont have much reputation to load an im...
Haploid asked 17/3, 2014 at 13:26
1

© 2022 - 2024 — McMap. All rights reserved.