[Qt-creator] QRadioButton in QT Designer
Patric
userqt at gmail.com
Wed Jun 3 19:42:11 CEST 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090603/b11262be/attachment.html
More information about the Qt-creator-old
mailing list