码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
pyqt5-tools 使用qtdesigner错误-This application failed to start because no Qt platform plugin could be initialized
运行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把文字转语音
###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
Aspose.Word for Net Word模板使用书签实现插入图表
一:创建模板 二:图表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
VS+Qt QUiLoader动态加载.ui文件
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
Spring Data JPA之删除和修改
一、分页查询 因为PagingAndSortingRepository,我们总是可以传入Sort和Pageable对查询结果进行排序和分页(支持命名查询、Example查询和Query查询)。 // 当查询方法中有多个参数的时候,Pageable/Sort建议做为最后一个参数传入 @Query("s ...
分类:编程语言   时间:2020-07-22 11:10:55    阅读次数:237
Android Service作为后台一直运行监测案例
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
[XState] Drag and Drop example (data-state, attr in css)
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
Mezzanine
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
Qt—QPushButton 使用总结
设置位置和大小 // 重新设定按钮的位置 pBtnTest->move(100, 50); // 重新设定按钮的大小 pBtnTest->resize(80, 50); // 设置按钮的位置和大小 pBtnTest->setGeometry(100, 50, 80, 50); 设置显示文本信息的字体 ...
分类:其他好文   时间:2020-07-21 14:01:26    阅读次数:90
记录一下使用qt designer和pyqt5做界面的过程
##安装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
27971条   上一页 1 ... 48 49 50 51 52 ... 2798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!