推 Ommm5566: 要看你的... ...是甚麼阿 沒初始化就沒初始化 04/25 21:05
→ MOONY135: 如果不用slot 單純在一開始的時候initView可以看得到畫 04/25 21:08
→ MOONY135: 面 04/25 21:08
→ Ommm5566: 我覺得你連程式都寫錯 04/25 21:15
→ Ommm5566: 我不知道你想用哪一條 但我覺得2,4要放destroyer 04/25 21:31
→ Ommm5566: 或者是你想用QSignalMapper 04/25 21:32
→ Ommm5566: 總之你的connect應該是給錯東西 04/25 21:32
後來發現是要用show()這個指令 東西就出來了
void myclass::initView(){
QPushButton *btn = new QPushbutton(this);
btn->show();
};
不在最上層畫畫面的時候 好像就要用show();
不知道為什麼!?
myClass::myClass(QWidget *parent)
: QMainWindow(parent){
ui.setupUi(this);
QPushButton *btn = new QPushbutton(this);
}
※ 編輯: MOONY135 (59.124.46.66), 04/26/2017 11:02:23