Grid layout and QGroupBox
Solved
General and Desktop
-
hello
I am following an example at riptutorial about Grid layout and QGroupBox and I add it to my QTabWidget. It works, but not as expected or not like the example. For me it gives extra spaces between the QLineEdit (see picture). How can I remove the spaces between the QLineEdit? Thanks
-
-
Hi,
Can you show the code you are currently using to setup your widgets ?
-
If I may, I'd recommend using QFormLayout in place of QGridLayout in this case. That will simplify your life.