Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
My program opens a new window where you can push a button called "Transmitter 1" but it doesn't look like a button. I'm still new to Qt.
Code:
Hi,
The QGroupBox stylesheet will also apply to it's child widgets. Since there's no scope on it, everything will look flat.
Ah I see. I was just trying to remove the border lines of the QGroupBox. I didn't realize that affected the buttons as well. Thank you, that solved it.