26 #if defined (HAVE_CONFIG_H)
30 #include <QRadioButton>
43 octave::interpreter& interp,
44 const graphics_object& go)
54 new QRadioButton (container));
61 octave::interpreter& interp,
62 const graphics_object& go,
73 radio->setAutoFillBackground (
true);
74 radio->setAutoExclusive (
false);
75 if (up.enable_is (
"inactive"))
76 radio->setCheckable (
false);
86 QRadioButton *btn = qWidget<QRadioButton> ();
90 case uicontrol::properties::ID_ENABLE:
92 if (up.enable_is (
"inactive"))
93 btn->setCheckable (
false);
95 btn->setCheckable (
true);
static Object * parentObject(octave::interpreter &interp, const graphics_object &go)
virtual Container * innerContainer(void)=0
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
T::properties & properties(graphics_object obj)