我從
http://www.arm9.net/download.asp下載 arm-qtopia.tgz
由arm-qtopia 內的 hello資料夾 內
看他的 hello.cpp hello.h main.cpp 發現
沒有定義QPushButton (PushButton->setGeometry) 在arm觸控螢幕上 有按鈕
也沒有 connect 但 在arm觸控螢幕上 按下按鈕 會有印出文字 這是啥原因阿 ??
我試的加入 其他按鈕 用 new QPushButton....... 有在arm觸控螢幕 上 出現 我加入的按鈕
但使用 connect 無法 連到 對應 的 函式(函式 內容 在QLabel 印出 數字)
有人知道 是啥原因嗎???