qpushbutton显示qframe解决方法
qpushbutton显示qframe在qt中我想通过鼠标点击qpushbutton使qframe出现或者隐藏,不知道要怎么实现?connect
qpushbutton显示qframe
在qt中我想通过鼠标点击qpushbutton使qframe出现或者隐藏,不知道要怎么实现?
connect(ui->pushButton, SIGNAL(clicked()),frame,SLOT(show()));
frame是在.cpp文件中new的,这样做实现不了,程序直接退出去了,请问要怎么实现啊
另外写了几个ui,想在一个界面中同时将其他几个界面的缩小版显示出来,要怎么做啊
[解决办法]