delta()已经被弃用了,QT5中用的是angleDelta(),计算的时候取angleDelta().y()值。 ...
分类:
其他好文 时间:
2017-11-22 11:52:37
阅读次数:
1222
1 #/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 ''' 4 @author="livermorium116" 5 为了绕开公司内网而开发的 6 股票实时显示小程序 7 (1)程序基于QT5,pyQt5以及tushare库 8 (2)程序实时地简易... ...
分类:
其他好文 时间:
2017-11-22 10:20:47
阅读次数:
221
目前网上的大多数 QT 移植教程还都停留在 qt4.8 版本,或者还有更老的 Qtopia ,但是目前 Qt 已经发展到最新的 5.7 版本了,我个人也已经使用了很长一段时间的 qt5.6 for windows ,本文就来介绍一下QT在嵌入式环境的搭建。 移植以到 JZ2440 为例,使用韦老大提 ...
分类:
其他好文 时间:
2017-11-16 11:47:02
阅读次数:
357
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集34——Concentric Circles Example 光看标题大家可能觉得我们今天会聊一聊 Qt 中 multime ...
Qt5 UI信号、槽自动连接的控件重名 来源 http://blog.csdn.net/goldenhawking/article/details/51865909 对Qt5稍有熟悉的童鞋都知道信号、槽的自动连接机制。该机制使得qt designer 设计的UI中包含的控件,可以不通过显式conne ...
分类:
其他好文 时间:
2017-11-12 17:32:48
阅读次数:
133
QT uic rcc moc 命令行使用 PS C:\Users\lsgx> moc.exe --helpUsage: C:\Qt\Qt5.5.1\5.5\msvc2012\bin\moc.exe [options] [header-file] [@option-file]Qt Meta Objec ...
分类:
其他好文 时间:
2017-11-10 20:17:15
阅读次数:
391
最近用Qt5做了一个项目的界面,在编译成可执行文件EXE之后,运行文件,提示: This application failed to start because it could not find or load the Qt platform plugin "windows"in "". Rein ...
tslib1.4移植 下载tslib1.4后 1.cp tslib-1.4.tar.bz2 /home/gec 2.tar jxvf tslib-1.4.tar.bz2 3.sudo -s 4.cd tslib-1.4/ 5../configure --host=arm-linux --prefix ...
分类:
其他好文 时间:
2017-11-04 13:25:20
阅读次数:
289
用simpleBrowser例子的基础上,在BrowserWindow构造函数修改如下 BrowserWindow::BrowserWindow(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) , m_tabW ...
分类:
其他好文 时间:
2017-11-03 19:09:09
阅读次数:
187
http://blog.csdn.net/liang19890820/article/details/53931813#安装插件 配置 Qt 5.7 选择:Qt VS Tools -> Qt Options,配置 Qt 5.7。点击“Add”按钮,Path 选择 D:\Qt\Qt5.7.1\5.7\ ...
分类:
其他好文 时间:
2017-10-29 20:18:49
阅读次数:
143