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).
Hello,
I'm new to QT
I'm transitioning my windows from QWidget window to QDialogs. And I was wondering if I can copy and paste my old code with QPushButtons, QHBoxLayouts, QLineEdits, etc. Or would I have to change them to different kinds?
Thanks!
Hi,
Nothing wrong with that. QDialog is just a specialized QWidget.