I have primarily always used QTCreator to build the GUI for my QT projects. I want to add a QCheckBox manually but I'm not sure how to go about it. I went into my ui_mainwindow header and added a new QCheckBox object while calling setObjectName, setObjectGeometry, raise(), etc., as the generated files do for all my other GUI objects, but nothing was visible. I am reading something about a QCheckBox needing to be put into a QTableWidget or something along those lines? How can I program this into my auto generated UI header file without having to resort to QTCreator?
Bookmarks