资源简介
.cpp 与 .h 文件,加入使用, 需自己添加 资源文件 或路径 ,如有 特殊需要 自行修改
代码片段和文件信息
#include “f_splashscreen.h“
#include “ui_f_splashscreen.h“
void start_map::start_init( int time ){
f_splashscreen splash(QPixmap( “:/start_map/map/start.jpg“ ));
splash.show();
Database db;
Qobject::connect(&db SIGNAL(startReadData(int QString))
&splash SLOT(showProgressMessage(intQString))
);
Qobject::connect(&db SIGNAL(readingData(int))
&splash SLOT(updateProgress(int))
);
db.readData( time );
}
Database::Database(Qobject *parent) : Qobject(parent){
}
void Database::readData( int max ){
emit startReadData(max ““);
QTime _Timer = QTime::currentTime();
QTime _NowTimer;
while (_Timer.msecsTo(_NowTimer)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1614 2019-09-25 16:08 启动界面\f_splashscreen.cpp
文件 1186 2019-09-25 16:08 启动界面\f_splashscreen.h
文件 146 2019-09-25 15:49 启动界面\使用.c
目录 0 2019-09-25 16:11 启动界面
----------- --------- ---------- ----- ----
2946 4
- 上一篇:FT232资料与读写代码
- 下一篇:屏幕找图源码
评论
共有 条评论