QLabel* label = new QLabel("Hello World", this); label->setGeometry(120, 20, 150, 30); QPushButton* button = new QPushButton( "Button text", ...
確定! 回上一頁