資源簡介
仿照騰訊的TGP界面做的車輛信息查詢系統(tǒng),設(shè)計數(shù)據(jù)庫,tablewidget的用法
代碼片段和文件信息
#include?“expandbutton.h“
expandbutton::expandbutton(QString?expandpixQString?contractpixQString?textQWidget*parent):QPushButton(parent)
{
????this->setCursor(Qt::PointingHandCursor);
????m_expandpix=QPixmap(expandpix);
????m_contractpix=QPixmap(contractpix);
????m_pix?=?m_expandpix;
????m_text=text;
????m_isexpand?=?true;
}
expandbutton::~expandbutton()
{
}
void?expandbutton::changepixmap()
{
????m_isexpand???m_pix?=?m_contractpix?:?m_pix?=?m_expandpix;
????m_isexpand?=?!m_isexpand;
????update();
}
void?expandbutton::paintEvent(QPaintEvent?*)
{
????QPainter?painter(this);
????painter.drawPixmap(QRect(rect().width()-m_pix.width()-107m_pix.width()m_pix.height())m_pix);
????painter.setFont(QFont(“微軟雅黑“?9?QFont::Normal));
????painter.setPen(QColor(255?255?255));
????painter.drawText(QRectF(108rect().width()-m_pix.width()-1520)m_text);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6782??2017-05-09?04:44??TGP\app_icon.ico
?????文件????????808??2017-05-23?16:15??TGP\CarInfo_resource.rc
?????文件?????????88??2017-05-23?16:42??TGP\config.ini
?????文件????1422848??2017-05-23?16:39??TGP\debug\CarInfo.exe
?????文件????5648840??2017-05-23?16:39??TGP\debug\CarInfo.ilk
?????文件????6999040??2017-05-23?16:39??TGP\debug\CarInfo.pdb
?????文件???????2753??2017-05-23?16:38??TGP\debug\moc_expandbutton.cpp
?????文件???????5141??2017-05-23?16:38??TGP\debug\moc_funtiontablewidget.cpp
?????文件???????3976??2017-05-23?16:38??TGP\debug\moc_gamebutton.cpp
?????文件???????2657??2017-05-23?16:38??TGP\debug\moc_gamemenu.cpp
?????文件???????4868??2017-05-23?16:38??TGP\debug\moc_leftwidget.cpp
?????文件???????5892??2017-05-23?16:38??TGP\debug\moc_login.cpp
?????文件???????7500??2017-05-23?16:38??TGP\debug\moc_mainwindow.cpp
?????文件???????3627??2017-05-23?16:38??TGP\debug\moc_messagebox.cpp
?????文件???????3802??2017-05-23?16:38??TGP\debug\moc_rightwidget.cpp
?????文件???????4566??2017-05-23?16:38??TGP\debug\moc_safetytest.cpp
?????文件???????2798??2017-05-23?16:38??TGP\debug\moc_startgamewidget.cpp
?????文件???????2663??2017-05-23?16:38??TGP\debug\moc_upwidget.cpp
?????文件????????911??2017-05-09?04:44??TGP\expandbutton.cpp
?????文件????????663??2017-05-09?04:44??TGP\expandbutton.h
?????文件???????3384??2017-05-09?04:44??TGP\funtiontablewidget.cpp
?????文件????????976??2017-05-09?04:44??TGP\funtiontablewidget.h
?????文件???????2088??2017-05-21?16:21??TGP\gamebutton.cpp
?????文件????????752??2017-05-09?04:44??TGP\gamebutton.h
?????文件???????1866??2017-05-09?04:44??TGP\gamemenu.cpp
?????文件????????535??2017-05-09?04:44??TGP\gamemenu.h
?????文件????1289928??2017-05-23?16:16??TGP\GeneratedFiles\qrc_res.cpp
?????文件??????67407??2017-05-23?16:16??TGP\GeneratedFiles\ui_safetytest.h
?????文件????????647??2017-05-10?07:03??TGP\icon
?????文件????????784??2016-08-26?11:06??TGP\icon
............此處省略153個文件信息
- 上一篇:qt 線程池實現(xiàn)多線程
- 下一篇:mssdk08110517en
評論
共有 條評論