資源簡介
使用QT模仿TGP騰訊游戲平臺,界面使用布局完成,可以拉伸收縮對話框,自繪tablewidget和listwidget,pushbutton,menu等功能,還有托盤,與原界面基本相似。

代碼片段和文件信息
#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);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????908??2016-08-26?00:17??TGP\expandbutton.cpp
?????文件????????663??2016-08-25?17:08??TGP\expandbutton.h
?????文件???????3380??2016-09-02?21:07??TGP\funtiontablewidget.cpp
?????文件????????976??2016-09-02?21:07??TGP\funtiontablewidget.h
?????文件???????2065??2016-08-26?14:14??TGP\gamebutton.cpp
?????文件????????752??2016-08-26?14:14??TGP\gamebutton.h
?????文件???????1743??2016-08-26?15:15??TGP\gamemenu.cpp
?????文件????????535??2016-08-26?14:46??TGP\gamemenu.h
?????文件???????5981??2016-08-30?23:44??TGP\leftwidget.cpp
?????文件???????1094??2016-08-30?23:44??TGP\leftwidget.h
?????文件????????183??2016-08-24?08:58??TGP\main.cpp
?????文件???????8292??2016-09-02?20:56??TGP\mainwindow.cpp
?????文件???????1524??2016-09-02?20:52??TGP\mainwindow.h
?????文件???????1530??2016-08-26?16:33??TGP\res.qrc
?????文件????????124??2016-08-24?23:36??TGP\resource\skin\add.png
?????文件?????168104??2015-05-29?17:01??TGP\resource\skin\app_icon.ico
?????文件????????293??2016-08-24?23:00??TGP\resource\skin\back.png
?????文件????????577??2016-08-24?23:01??TGP\resource\skin\brush.png
?????文件????????232??2016-08-24?22:59??TGP\resource\skin\close_normal.png
?????文件???????1268??2016-08-25?16:36??TGP\resource\skin\expand_down.bmp
?????文件???????1268??2016-08-25?16:35??TGP\resource\skin\expand_up.bmp
?????文件???????1231??2016-07-07?19:23??TGP\resource\skin\function_gamealive_normal.png
?????文件???????1296??2016-07-07?19:23??TGP\resource\skin\function_gamealive_selected.png
?????文件???????1113??2016-07-07?19:23??TGP\resource\skin\function_gameku_normal.png
?????文件???????1177??2016-07-07?19:23??TGP\resource\skin\function_gameku_selected.png
?????文件???????1293??2016-07-07?19:23??TGP\resource\skin\function_shequjingxuan_normal.png
?????文件???????1318??2016-07-07?19:23??TGP\resource\skin\function_shequjingxuan_selected.png
?????文件???????1174??2016-07-07?19:23??TGP\resource\skin\function_tequan_normal.png
?????文件???????1186??2016-07-07?19:23??TGP\resource\skin\function_tequan_selected.png
?????文件???????2075??2016-05-23?13:09??TGP\resource\skin\game_menu_bg.png
............此處省略24個文件信息
- 上一篇:SEO網絡推廣實戰教程全集
- 下一篇:電磁兼容EMC基礎知識全面詳解
評論
共有 條評論