src/widgets.h

changeset 498
791c831c8020
parent 494
bd005c78a089
child 504
6a1fa662bfc1
equal deleted inserted replaced
497:c51941e590b6 498:791c831c8020
59 Iterator begin(); 59 Iterator begin();
60 Iterator end(); 60 Iterator end();
61 void init (Qt::Orientation orient); 61 void init (Qt::Orientation orient);
62 bool isChecked (int n) const; 62 bool isChecked (int n) const;
63 void rowBreak(); 63 void rowBreak();
64 void setCurrentRow (uint row); 64 void setCurrentRow (int row);
65 void setValue (int val); 65 void setValue (int val);
66 int value() const; 66 int value() const;
67 67
68 QRadioButton* operator[] (uint n) const; 68 QRadioButton* operator[] (int n) const;
69 RadioGroup& operator<< (QRadioButton* button); 69 RadioGroup& operator<< (QRadioButton* button);
70 RadioGroup& operator<< (const char* entry); 70 RadioGroup& operator<< (const char* entry);
71 71
72 signals: 72 signals:
73 void buttonPressed (int btn); 73 void buttonPressed (int btn);

mercurial