12 #import <Cocoa/Cocoa.h> 17 : QMacCocoaViewContainer(0, pwgt)
19 NSAutoreleasePool* ppool = [[NSAutoreleasePool alloc] init];
21 NSButton* pcmd = [[NSButton alloc] init];
23 [pcmd setButtonType:NSSwitchButton];
24 [pcmd setTitle:
@"Mac Check Button"];
36 return QSize(150, 40);
44 QVBoxLayout* pvbx =
new QVBoxLayout;
45 pvbx->setContentsMargins(0, 0, 0, 0);
46 pvbx->addWidget(pcmd);