Make more things properties
This commit is contained in:
parent
8febea385e
commit
1af25740d4
6 changed files with 55 additions and 55 deletions
|
@ -37,11 +37,11 @@
|
|||
@property (nonatomic) of_dimension_t iconSize;
|
||||
@property (nonatomic) QKeySequence shortcut;
|
||||
@property (nonatomic, copy) OFString *text;
|
||||
@property (readonly, nonatomic) QButtonGroup *group;
|
||||
|
||||
- initWithQWidget: (QWidget *)qWidget OF_UNAVAILABLE;
|
||||
- initWithQAbstractButton: (QAbstractButton *)qAbstractButton
|
||||
OF_DESIGNATED_INITIALIZER;
|
||||
- (QButtonGroup *)group;
|
||||
@end
|
||||
|
||||
namespace ObjQt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue