src/radioGroup.cpp

changeset 988
ac4a2ae54f76
parent 984
a7b6f987d269
child 1014
f0a8ecb6a357
child 1217
314e12e23c3a
equal deleted inserted replaced
987:91281e39c50c 988:ac4a2ae54f76
93 m_coreLayout->addLayout (newLayout); 93 m_coreLayout->addLayout (newLayout);
94 } 94 }
95 95
96 // ============================================================================= 96 // =============================================================================
97 // 97 //
98 void RadioGroup::addButton (const char* entry) 98 void RadioGroup::addButton (QString entry)
99 { 99 {
100 QRadioButton* button = new QRadioButton (entry); 100 QRadioButton* button = new QRadioButton (entry);
101 addButton (button); 101 addButton (button);
102 } 102 }
103 103

mercurial