Hello, I have one basic question here. I'm creating a form with QT Designer and there is a QRadioButton in it. But I have noticed that when I click on that radio button, in the right bottom of the designer there is a hierarchy, i.e. QObject>QWidget>QAbstractButton and no QObject>QWidget>QAbstractButton>QRadioButton, like for the push button for example. For the push button it is QObject>QWidget>QAbstractButton>QPushButton.
I'm using QUiLoader and I'm making a class that should have a pointer to that radio button. And I'm not sure if I should declare this pointer like "QAbstractButton" or "QRadioButton". I hope you understood my question, and I hope it's not very stupid. :) Regards, Patric __________ Information from ESET NOD32 Antivirus, version of virus signature database 4098 (20090522) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
