資源簡介
QT 實現的帶有動畫效果的 switch button 開關按鈕。具體內容與效果可以查看博客 https://blog.csdn.net/xiezhongyuan07/article/details/93217781
沒有積分的留下郵箱,看到后馬上發送。
代碼片段和文件信息
#include?“frameSwitchButtons.h“
#include?“ui_frameSwitchButtons.h“
frameSwitchButtons::frameSwitchButtons(QWidget?*parent)?:
????QWidget(parent)
????ui(new?Ui::frameSwitchButtons)
{
????ui->setupUi(this);
}
frameSwitchButtons::~frameSwitchButtons()
{
????delete?ui;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????285??2019-06-20?17:49??SwitchButton\fr
?????文件?????????369??2019-06-20?17:49??SwitchButton\fr
?????文件????????2921??2019-06-21?16:26??SwitchButton\fr
?????文件????????6964??2019-06-21?17:05??SwitchButton\SwitchButton.cpp
?????文件????????3942??2019-06-21?10:52??SwitchButton\SwitchButton.h
?????文件?????????455??2019-06-20?17:49??SwitchButton\SwitchButton.pro
?????文件?????????199??2019-06-20?17:49??SwitchButton\main.cpp
?????目錄???????????0??2019-06-21?20:18??SwitchButton\
- 上一篇:基于51單片機的多功能數字時鐘
- 下一篇:Rainmeter桌面美化工具
評論
共有 條評論