资源简介
仿照腾讯的TGP界面做的车辆信息查询系统,设计数据库,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 线程池实现多线程
- 下一篇:mssdk08110517en
相关资源
- 学生信息管理系统Qt
- 简单的ssh框架项目
- 左手MongoDB,右手Redis:从入门到商业
- 网上书店源码含数据库
- canal.deployer-1.0.24.tar.gz
- 毕业设计 基于B/S架构 购物网站的设计
- 驾考系统.7z
- 超市管理系统-附带视频讲解-具体操作
- mongodbmanagerfree
- 报刊订阅系统(需联网).rar
- Navicat Premium 永久破解免费版
- 记账app,功能较完整,附带登陆,注
- android直连sqlserver54228
- 一个关于健康的小型网站前后端都有
- 基于SSM的公园园林绿化管理系统
- jeesite上传图片到数据库并解析展示
- 通用各类数据库密码字典
- Redis开发与运维超清,带书签.pdf
- 2019city.zip
- 基于SSM的客户管理系统源码
- Navicat_20238中文版破解.zip
- 公交站系统有前后台
- 教师综合评价系统文档源码数据库
- 传智播客 网上图书商城项目
- 在线音乐网站
- navicat中文破解版(附注册码)92811
- instantclient_19_3_windows_x64_19.3.zip
- 基于SpringBoot的停车场管理系统.zip
- 网络购物订单管理系统-课程设计源码
- SSM通用后台系统+小米商城程序源码
评论
共有 条评论