xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 135KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-08
  • 語言: 其他
  • 標簽: qt??頁面切換??動畫??

資源簡介

集成了多種qt頁面切換動畫,絕對物超所值,使用5.2.1編譯,背景圖片請放到編譯目錄下,或者修改源碼中宏定義自己定義

資源截圖

代碼片段和文件信息

#include?“stack.h“

int?main(int?argc?char?*argv[])
{
????QApplication?app(argcargv);
#if?0
????QWidget?*w=new?QWidget;
????w->resize(240320);
????QPushButton?*button?=?new?QPushButton(“hicjiajia“w);
????QStateMachine?*machine?=?new?QStateMachine;?????//新建狀態機
????QState?*state1?=?new?QState(machine);?????//狀態
????state1->assignProperty(button“geometry“QRect(008030));????//綁定button的geomertry屬性
????machine->setInitialState(state1);?????//state1設為初始化狀態
????QState?*state2?=?new?QState(machine);
????state2->assignProperty(button“geometry“QRect(w->width()-30w->height()-803080));
????QFont?font?=?QFont(“Airl“?12);
????state2->assignProperty(button“font“font);?????//狀態2字體
????QPropertyAnimation?*ani=new?QPropertyAnimation(button“geometry“);
????ani->setDuration(2000);
????ani->setEasingCurve(QEasingCurve::OutBounce);???//動畫效果—彈跳
????QSignalTransition?*transition1=state1->addTransition(buttonSIGNAL(clicked())state2);//動畫觸發信號
????transition1->addAnimation(ani);
????QSignalTransition?*transition2=state2->addTransition(buttonSIGNAL(clicked())state1);
????transition2->addAnimation(ani);
????machine->start();?????//開啟狀態機
????w->show();
#endif
????Stack?w;
????w.show();
????return?app.exec();
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-04-11?15:14??animation\
?????文件???????16474??2016-04-08?15:07??animation\1.png
?????文件???????15560??2016-04-08?15:07??animation\2.png
?????文件???????11304??2016-04-08?13:36??animation\3.png
?????文件???????16474??2016-04-08?15:07??animation\4.png
?????文件???????15560??2016-04-08?15:07??animation\5.png
?????文件????????3840??2016-04-11?11:44??animation\6.png
?????文件?????????346??2016-04-07?08:20??animation\animation.pro
?????文件???????13410??2016-04-11?10:01??animation\animation.pro.user
?????文件???????13410??2016-04-08?10:12??animation\animation.pro.user.ad56fc1
?????文件????????1334??2016-04-11?09:15??animation\main.cpp
?????文件????????7281??2016-04-11?15:09??animation\stack.cpp
?????文件?????????704??2016-04-11?10:00??animation\stack.h
?????文件???????62286??2016-04-08?11:45??animation\zong.png

評論

共有 條評論