Hey all,

I want to make a dialog that won't show itself in the future if the user selects a check box.

The trouble is how to put a checkbox in a dialog. I looked at QInputDialog, but didn't see anything for checkboxes. I also looked at QMessageBox, but don't know how to sneak a checkbox in.

Is there any way easier or more straightforward than using QDialog? If not, how would I go about it? Sorry, complete newbie here.

-PtP