I currently have a QRadioButton on my form - in the constructor of the form
I am doing something like this
ui.radioButton->setChecked(true);
I get the following error on that statement
Access violation reading location 0xCDCDCDD1..
Any suggestions on why I am getting that ?