... #include <QButtonGroup> #include <QGridLayout> int main( int argc, ... new QRadioButton( "B&W" ); QButtonGroup *orientation = new QButtonGroup( &box ); ...
確定! 回上一頁