資源簡(jiǎn)介
使用
Qt5寫的年會(huì)抽獎(jiǎng)軟件,可進(jìn)行多輪抽獎(jiǎng),臨時(shí)添加人員,自定義抽獎(jiǎng)人員等
代碼片段和文件信息
#include?“btnofocusdelegate.h“
BTNoFocusDelegate::BTNoFocusDelegate(Qobject?*parent)
????:?QstyledItemDelegate(parent)
{
}
BTNoFocusDelegate::~BTNoFocusDelegate()
{
}
void?BTNoFocusDelegate::paint(QPainter?*painter?const?QstyleOptionViewItem?&option?const?QModelIndex?&index)?const
{
????QstyleOptionViewItem?itemOption(option);
????if?(itemOption.state?&?Qstyle::State_HasFocus)
????{
????????itemOption.state?=?itemOption.state?^?Qstyle::State_HasFocus;
????}
????QstyledItemDelegate::paint(painter?itemOption?index);
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????92??2018-02-06?11:02??Lottery\deploy.bat
?????文件???????4286??2018-02-06?11:00??Lottery\Lottery\bluetel32.ico
?????文件????????555??2017-12-05?10:45??Lottery\Lottery\btnofocusdelegate.cpp
?????文件????????426??2017-12-05?10:46??Lottery\Lottery\btnofocusdelegate.h
?????文件??????40804??2018-02-06?11:00??Lottery\Lottery\Lottery.aps
?????文件???????9051??2018-02-06?12:38??Lottery\Lottery\lottery.cpp
?????文件???????1125??2018-02-06?10:50??Lottery\Lottery\lottery.h
?????文件????????143??2018-02-06?11:28??Lottery\Lottery\lottery.qrc
?????文件???????3230??2018-02-06?11:00??Lottery\Lottery\Lottery.rc
?????文件??????11782??2018-02-06?11:00??Lottery\Lottery\Lottery.vcxproj
?????文件???????3029??2018-02-06?11:00??Lottery\Lottery\Lottery.vcxproj.filters
?????文件????????640??2018-02-05?18:49??Lottery\Lottery\Lottery.vcxproj.user
?????文件????????199??2018-02-05?20:56??Lottery\Lottery\main.cpp
?????文件????????866??2018-02-06?11:00??Lottery\Lottery\resource.h
?????文件?????932729??2018-02-06?11:26??Lottery\Lottery\Resources\bg.jpg
?????文件???????1420??2016-09-20?15:17??Lottery\Lottery\Resources\close.png
?????文件????????982??2018-02-05?18:52??Lottery\Lottery.sln
????..A..H.?????27648??2018-02-06?12:56??Lottery\Lottery.v11.suo
?????目錄??????????0??2018-02-06?11:28??Lottery\Lottery\Resources
?????目錄??????????0??2018-02-06?12:58??Lottery\Lottery
?????目錄??????????0??2018-02-06?13:03??Lottery
-----------?---------??----------?-----??----
??????????????1039007????????????????????21
評(píng)論
共有 條評(píng)論