src/Widgets.cc

changeset 648
ed6170728ae4
parent 639
851634b85893
equal deleted inserted replaced
647:b87941923eb4 648:ed6170728ae4
69 connect (m_buttonGroup, SIGNAL (buttonReleased (int)), this, SLOT (slot_buttonReleased (int))); 69 connect (m_buttonGroup, SIGNAL (buttonReleased (int)), this, SLOT (slot_buttonReleased (int)));
70 } 70 }
71 71
72 // ============================================================================= 72 // =============================================================================
73 // 73 //
74 RadioGroup::RadioGroup (const QString& title, initlist<char const*> entries, int const defaultId, const Qt::Orientation orient, QWidget* parent) : 74 RadioGroup::RadioGroup (const QString& title, QList<char const*> entries, int const defaultId, const Qt::Orientation orient, QWidget* parent) :
75 QGroupBox (title, parent), 75 QGroupBox (title, parent),
76 m_defId (defaultId) 76 m_defId (defaultId)
77 { 77 {
78 init (orient); 78 init (orient);
79 m_oldId = m_defId; 79 m_oldId = m_defId;

mercurial