摘要:
第一步、下载中文字体simhei.ttf。 第二步、找到安装matplotlib的文件的路径 可以编写个简单的代码来找matplotlib的路径 import matplotlib print(matplotlib.matplotlib_fname()) 第三步、进入此路径,并继续进入此路径下的/m 阅读全文
posted @ 2020-04-28 15:53
缘随风烬
阅读(790)
评论(0)
推荐(0)
摘要:
label设置字体,居中 QFont font("Times", 18, QFont::Bold); ui->label->setFont(font); //设置字体 ui->label->setAlignment(Qt::AlignCenter); //居中对齐 ui->label->setTex 阅读全文
posted @ 2020-04-28 15:34
缘随风烬
阅读(632)
评论(0)
推荐(0)
摘要:
run.h #ifndef RUN_H #define RUN_H #include <QObject> #include <QRunnable> #include <string> #include <iostream> struct MyString { std::string valueStr 阅读全文
posted @ 2020-04-28 15:01
缘随风烬
阅读(542)
评论(0)
推荐(0)
浙公网安备 33010602011771号