E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
QtCore
pyqt 在QTreeView里使用ToolTip
在model类的data函数下加入以下内容:ifrole==
QtCore
.Qt.ToolTipRole:node=index.internalPointer()iflen(node.errormessage
vah101
·
2011-03-02 15:00
让非商业版的Qt编译的程序在任何电脑上运行
程序用release版本发布后,在其根目录下加入以下四个文件:
QtCore
4.dll、libgcc_s_dw2-1.dll、QtGui4.dll、mingwm10.dll,就可以在其他电脑上运行了
yangxiao_0203
·
2011-02-06 18:00
PyQt4 basic
PyQt有不少模块,使用比较频繁的就是
QtCore
和QtGui了
QtCore
:是包含了非GUI的核心类,包括qt的信号和槽事件循环,共享内存,用户设置等等。QtGui:包含了绝大部分的GUI类。
schi
·
2011-01-25 15:00
编程
python
qt
PyQt4 basic
PyQt有不少模块,使用比较频繁的就是
QtCore
和QtGui了
QtCore
:是包含了非GUI的核心类,包括qt的信号和槽事件循环,共享内存,用户设置等等。QtGui:包含了绝大部分的GUI类。
schi
·
2011-01-25 15:00
Qt
Python
编程
QGraphicsView中选中QGraphicsPathItem使之不出现虚线框
#-*-coding:utf-8-*- fromPyQt4importQtGui,
QtCore
classPathItem(QtGui.QGraphicsPathItem): def__init
jimmykuu
·
2010-10-01 20:00
qt
PyQt4主窗体设置停靠窗口(QDockWidget)的叠加顺序
PyQt提供了方便的停靠窗口控件,我们可以很方便的编写一个停靠窗口,代码和效果如下: #-*-coding:utf-8-*- fromPyQt4importQtGui,
QtCore
classMainWindow
jimmykuu
·
2010-09-24 16:00
qt
QString contains 一个中文
#include <
QtCore
/QCoreApplication> #include<QDebug> #include <QTextCodec> int main
abin103
·
2010-09-23 22:00
contains
CodeEditor(PyQt4)
/usr/bin/python # -*- coding: utf-8 -*- import sys from PyQt4.QtGui import * from PyQt4.
QtCore
wtx358
·
2010-09-09 14:00
python
qt
test
/usr/bin/python # -*- coding: utf-8 -*- import sys from PyQt4.QtGui import * from PyQt4.
QtCore
wtx358
·
2010-09-08 14:00
python
Google
qt
QT之正则表达式
Qt之正则表达式Qt的
QtCore
组件下的QRegExp类对正则表达提供了很好的支持.首先,正则表达式是干什么的呢,,比如,你想从一个句子text中找到姓'王'的人,想把文字中的所有手机号找出来...正则表达室能很好得完成这样的工作
jing51536
·
2010-08-31 15:00
QT学习之 QT QTE
QTcore
QTopia
Qt泛指Qt的所有桌面版本,比如Qt/X11,QtWindows,QtMac等。由于Qt最早是在Linux中随着KDE流行开来的,因此通常很多人说的Qt都指用于Linux/Unix的Qt/X11。 Qt/E(Qt/Embedded)是用于嵌入式Linux系统的Qt版本。Qt/E去掉了XLib的依赖而直接工作于FrameBuffer上,因而效率更高,但它并不是Qt的子集,而应该是超集,部
qqyanchong
·
2010-08-29 10:00
linux
windows
嵌入式
buffer
qt
开发工具
如何让qmake生成的Makefie不链接Qt库
在CSDN上搜索了一下,大部分关于qmake的实例都是链接到Qt库,包括
QtCore
和QtGui。
mpforwd
·
2010-08-09 23:00
python是个什么东西---python---PyQt4自备SQLite连接与查询
# coding:UTF-8 import os import sys from PyQt4.
QtCore
import * from PyQt4.QtGui import *
metallica_1860
·
2010-08-02 14:00
sql
sqlite
python
OS
qt
qt 程序发布以及中文翻译的方法
动态连接库没有带上动态链接库的话 程序运行时会提示缺少XXX.dll只要在qt安装目录内找到相应的dll复制到exe程序所在目录内就可以了譬如我现在windows下的qt安装在C:/Qt/2010.04 提示缺少
QtCore
4
leftover_crazy
·
2010-07-28 23:00
数据库
sqlite
dll
qt
plugins
2010
qt中如何去掉主窗口标题栏
QtGui/QApplication> #include <qtextcodec.h> #include <QtGui/QDialog> #include <
QtCore
mmdev
·
2010-07-20 10:00
qt
返回QTableWidget里动态添加的QCheckBox的指针
下面是代码: #include "tabletest.h" #include <
QtCore
> #include <QCheckBox> #include
mmdev
·
2010-07-20 10:00
QTableWidget
qt中如何去掉主窗口标题栏
QtGui/QApplication> #include <qtextcodec.h> #include <QtGui/QDialog> #include <
QtCore
feipigwang
·
2010-07-20 06:00
qt
返回QTableWidget里动态添加的QCheckBox的指针
下面是代码: #include "tabletest.h" #include <
QtCore
> #include <QCheckBox> #include
ydbc
·
2010-07-20 02:00
QTableWidget
QT-发布QT应用程序,用户不能运行的问题
Microsoft VC 2005 加上QT应用程序所需库文件 Microsoft.VC80.CRT.manifest msvcm80.dll msvcp80.dll msvcr80.dll
QtCore
4
mylove2060
·
2010-06-22 23:00
c
XP
Microsoft
qt
vc++
关于Qt 程序Release后不能找到输入点的问题解决
解决方法:库是肯定要拷的,关键是考哪个库的问题了,
QtCore
和QtGui主要是这两个,这两个要拷Qt/qt/bin目录下面的,因为Qt/bin下面也有,所以这个地方要注意,要拷的库不正确就会出现这个问题
killua_hzl
·
2010-04-19 23:00
windows
qt
qt翻译---QSemaphore
QSemaphoreClassReference[
QtCore
module]该类提供一个一般的可数的信号。
zz_yun
·
2010-02-19 18:36
职场
qt
休闲
qt翻译---QSemaphore
QSemaphoreClassReference[
QtCore
module]该类提供一个一般的可数的信号。
zz_yun
·
2010-02-19 18:36
职场
qt
休闲
qt翻译--QWaitCondition
QWaitConditionClassReference[
QtCore
module]该类提供一个情况变量来同步线程。#include注意:该类所有的函数是线程安全的。
zz_yun
·
2010-02-19 17:53
职场
qt
休闲
qt翻译--QWaitCondition
QWaitConditionClassReference[
QtCore
module]该类提供一个情况变量来同步线程。#include注意:该类所有的函数是线程安全的。
zz_yun
·
2010-02-19 17:53
职场
qt
休闲
qt-----qt翻译QPointer
QPointerClassReference[
QtCore
module]QPointer类是一个样板类,提供一个受保护的指针。
zz_yun
·
2010-01-29 22:07
职场
qt
休闲
qt-----qt翻译QPointer
QPointerClassReference[
QtCore
module]QPointer类是一个样板类,提供一个受保护的指针。
zz_yun
·
2010-01-29 22:07
职场
qt
休闲
菜鸟玩qt(11)--- 翻译QDebug Class Reference
QDebugClassReference[
QtCore
module]该类为debug信息提供一个输出流#include公共函数 QDebug(QIODevice
zz_yun
·
2010-01-22 19:51
职场
qt
休闲
菜鸟玩qt(11)--- 翻译QDebug Class Reference
QDebugClassReference[
QtCore
module]该类为debug信息提供一个输出流#include公共函数 QDebug(QIODevice
zz_yun
·
2010-01-22 19:51
职场
qt
休闲
无法定位程序输入点_Z5qFreePv于动态链接库
QtCore
4.dll上
可是编译到release下打开.exe文件时,就出错:***************************************************无法定位程序输入点_Z5qFreePv于动态链接库
QtCore
4
shuixin536
·
2009-08-19 15:00
matlab
dll
exe
qt
Path
程序开发
使用QTWebkit
代码: #include <QtGui/QtGui> #include <
QtCore
> #include <QtWebKit> int main(int argc
buliedian
·
2009-05-25 09:00
webkit
qt
俄罗斯方块游戏
/usr/bin/python # tetris.py import sys import random from PyQt4 import
QtCore
, QtGui class Tetris
lampeter123
·
2009-05-21 09:00
游戏
python
J#
UP
qt
Qt编译错:cannot access private member declared in class 'QObject'
errorC2248:'QObject::QObject':cannotaccessprivatememberdeclaredinclass'QObject'1> d:/qt/include/
qtcore
aladdina
·
2009-05-03 23:00
function
Class
Access
qt
compiler
Constructor
Qt: 发布程序的简单方式
Qt:发布程序的简单方式编译时选择release模式,如果用debug模式,需要的相关dll文件会非常大,如
QtCore
4d.dll就有70多M.1.拷贝release文件夹下生成的可执行程序到文件夹target2
逛奔的蜗牛
·
2009-04-30 19:00
移植基于Qt4.4-tp1的WebKit到ARM平台
/configure \ -prefix /opt/
QtCore
-4.4-tp1-arm/ \ -release -shared \
izuoyan
·
2008-01-29 14:00
linux
sqlite
Microsoft
webkit
qt
移植基于Qt4.4-tp1的WebKit到ARM平台
/configure/ -prefix/opt/
QtCore
-4.4-tp1-arm// -release-shared/ -fast/ -pch/ -no-qt3supp
force_eagle
·
2008-01-29 14:00
Microsoft
webkit
qt
browser
微软
makefile
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他