QPushButton *button = new QPushButton("OK", this);. connect(button, SIGNAL(clicked()), ... 構造一個名字為name,父對象為parent的ToolButton。
確定! 回上一頁