我剛學QT 想做一個類似QQ群公告按鈕哪樣 點一下 公告就下拉出來
小弟覺得應該用QPropertyAnimation 移動是沒問題 但是怎么在移動程序中把沒必要顯示的東西排除在外啊
animation = new QPropertyAnimation (this, "pos");
animation->setDuration(10000);
animation->setKeyValueAt(0, QPoint(0,-486));
animation->setKeyValueAt(1, QPoint(0,0));
animation->start();
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/124413.html
上一篇:求大神破題
下一篇:求rtsp決議的庫
