运行designer.exe文件保错 This application failed to start because it could not find or load the Qt platform plugin "windows"in “”, Available platform plugin ...
分类:
移动开发 时间:
2020-07-22 20:13:55
阅读次数:
271
###Qt文字转语音 ######qmake: QT += core gui axcontainer #include <QAxObject> void Widget::on_pushButton_clicked() { QAxObject axObject("SAPI.SpVoice"); axO ...
分类:
其他好文 时间:
2020-07-22 16:20:29
阅读次数:
82
一:创建模板 二:图表Docment构建 public Document chart() { var doc = new Document(); var builder = new DocumentBuilder(doc); var shape = builder.InsertChart(Aspos ...
分类:
Web程序 时间:
2020-07-22 15:46:44
阅读次数:
95
QUiLoader uiLoader; QFile file(":/QtDemo/qtdemo.ui"); file.open(QFile::ReadOnly); QWidget* ui = uiLoader.load(&file); file.close(); ui->show(); 以上实现从. ...
分类:
其他好文 时间:
2020-07-22 15:42:07
阅读次数:
65
一、分页查询 因为PagingAndSortingRepository,我们总是可以传入Sort和Pageable对查询结果进行排序和分页(支持命名查询、Example查询和Query查询)。 // 当查询方法中有多个参数的时候,Pageable/Sort建议做为最后一个参数传入 @Query("s ...
分类:
编程语言 时间:
2020-07-22 11:10:55
阅读次数:
237
1、定义 Service package com.example.scangundemo_as; import android.app.ActivityManager; import android.app.Service; import android.content.ComponentName; ...
分类:
移动开发 时间:
2020-07-21 22:26:20
阅读次数:
106
import { createMachine, assign, interpret } from "xstate"; const elBox = document.querySelector("#box"); const elBody = document.body; const assignPoi ...
分类:
Web程序 时间:
2020-07-21 22:21:20
阅读次数:
88
https://www.techopedia.com/definition/21300/pci-mezzanine-card-pmc https://whatis.techtarget.com/definition/mezzanine 服务器主板上,有mezz插槽 mezz是mezzanine的缩写 ...
分类:
其他好文 时间:
2020-07-21 21:29:12
阅读次数:
130
设置位置和大小 // 重新设定按钮的位置 pBtnTest->move(100, 50); // 重新设定按钮的大小 pBtnTest->resize(80, 50); // 设置按钮的位置和大小 pBtnTest->setGeometry(100, 50, 80, 50); 设置显示文本信息的字体 ...
分类:
其他好文 时间:
2020-07-21 14:01:26
阅读次数:
90
##安装PyQt5 pip install PyQt5 -i https://pypi.douban.com/simple ##安装QTdesigner pip install PyQt5-tools -i https://pypi.douban.com/simple ##打开QTdesigner ...
分类:
其他好文 时间:
2020-07-21 09:53:55
阅读次数:
118