0. 程序介绍:
这是Qt5.9教案中的骰子多线程第一个例子
1.运行结果
2.工程文件
#-------------------------------------------------
#
# Project created by QtCreator 2023-04-12T18:49:44
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = DiceThread
TEMPLATE = app
# The following define makes your compiler emit warnings if you use
# any feature of Qt which has been marked as deprecated (the exact warnings
# depend on your compiler). Please consult the documentation of the
# deprecated API in order to know how to port your co