码迷,mamicode.com
首页 >  
搜索关键字:qt quick example    ( 27971个结果
安卓 页面
package com.example.aaa; import com.example.test.R; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class Main ...
分类:移动开发   时间:2020-12-11 12:36:00    阅读次数:22
Microsoft Word Application Reference Qt 操作word 的操作文档
Microsoft Word Application Reference The Microsoft Word Application COM object is a QAxObject with the CLSID {000209ff-0000-0000-c000-000000000046}. I ...
分类:移动开发   时间:2020-12-11 12:08:51    阅读次数:6
QT绑定Lua脚本,相互调用
0. 前言 最近有个需求,就是需要在QT(C++)中移植lua脚本。达到可以动态更新软件功能。lua是一门脚本语言。常用于各类编程语言,作为脚本。特别是游戏行业,据说很多用lua脚本来写业务逻辑。本次分为两种调用,一种是QT调用Lua,这种比较简单。利用Lua源码编译后,直接就可以使用。另外一种是L ...
分类:其他好文   时间:2020-12-11 11:52:18    阅读次数:4
Qt Font 设置粗体 斜体 下划线 字体颜色
void Widget::on_actFontBold_triggered(bool checked) { QTextCharFormat fmt; fmt = ui->txtEdit->currentCharFormat(); if(checked) fmt.setFontWeight(QFont ...
分类:其他好文   时间:2020-12-10 11:26:33    阅读次数:4
[排错]无法初始化 vGPU“grid_p40-1q”的插件“/usr/lib64/vmware/plugin/libnvidia-vgx.so”
2019-11-25 by BOBtm 英文报错信息为:“Could not initialize plugin ‘/usr/lib64/vmware/plugin/libnvidia-vgx.so’ for vGPU “profile_name”” NVIDIA官方解释: https://docs ...
分类:系统相关   时间:2020-12-10 10:49:12    阅读次数:6
一个问题:CDS view在HANA studio里执行,显示的耗时比在ABAP open SQL里少
Sent: Samstag, 8. Juli 2017 11:03 Subject: RE: have a quick discussion about why the CDS view has a bad performance displayed in ST05 or SAT but the t ...
分类:数据库   时间:2020-12-10 10:45:30    阅读次数:4
99. Recover Binary Search Tree
问题: 给定一颗BST(二叉搜索树),其中存在两个节点顺序颠倒,请找出他们,并恢复正确次序。 Example 1: Input: root = [1,3,null,null,2] Output: [3,1,null,null,2] Explanation: 3 cannot be a left ch ...
分类:其他好文   时间:2020-12-09 12:24:32    阅读次数:5
14. 资源文件的使用
1. Qt Creator -> File -> New File or Project -> Qt -> Qt Resource File ->添加但当前项目 2. 创建资源文件名res.qrc -> 右键 ->Open in Editor 3. 当前目录下新建文件夹images,将资源文件放在该 ...
分类:其他好文   时间:2020-12-09 12:07:50    阅读次数:4
一日一技:如何正确获取 MongoDB 集合里面的最后一条数据
一日一技:如何正确获取MongoDB集合里面的最后一条数据摄影:产品经理厨师:kingname在我们使用Python查询MongoDB的时候,一般会使用MongoDB的集合(collection)对象的find()方法或者find_one()方法:importpymongohandler=pymongo.MongoClient().chapter_7.example_data_4#获得一个游标操作
分类:数据库   时间:2020-12-07 12:47:33    阅读次数:11
Monkey常用命令
adb shell monkey 100 对移动端的设备进行随机的测试 adb shell monkey -P 包名 100 adb shell monkey -P 包名 -v 100 Monkey日志的级别是通过 -v -v -v -v 仅提供启动提示、测试完成和最终结果等少量信息 -v -v 提 ...
分类:其他好文   时间:2020-12-07 11:53:09    阅读次数:4
27971条   上一页 1 ... 30 31 32 33 34 ... 2798 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!