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
ubuntu eclipce PyDev python PyQt Qt
Qt,QtAssistant,
QtCore
,QtDBus,QtDeclarative,QtDesigner,QtGui,QtHelp,QtNetwork,QtScript,QtScriptTools,QtSvg
oMingZi12345678
·
2013-07-12 19:00
pyqt4信号与槽之间参数传递
import sysfrom time import timefrom PyQt4.
QtCore
import *class A(QObject): def __init__(self):
oMingZi12345678
·
2013-07-08 09:00
PyQT信号槽_学习笔记 (Signals/Slots)
信号定义通过类成员变量定义信号对象,如:[python] viewplaincopyclass MyWidget(QWidget): Signal_NoParameters = PyQt4.
QtCore
.pyqtSignal
oMingZi12345678
·
2013-07-07 18:00
QT无法定位程序输入点*于动态链接库
QtCore
4.dll 解决方法
编译了qwt,但是在example中的bin目录下的exe文件一直运行出错,弹出的错误如下:在网上搜了下,说是环境变量没配好。我想应该也是。将PATH中的配置copy出来,发现:%JAVA_HOME%\bin;D:\QtSDK\Desktop\Qt\4.7.4\mingw\bin;D:\QtSDK\Madde\bin;D:\QtSDK\mingw\bin;D:\QtSDK\Desktop\
wswxfwps
·
2013-07-03 14:00
QT 入门
1.QThelloworld不支持C仅支持C++如果是C语言,编译会出现如下错误/usr/include/qt4/
QtCore
/qbytearray.h:588:19:error:expected‘=’
GangsterPan
·
2013-06-03 16:00
QT exe发布
然而将生成的exe文件放到桌子上,打开时,问题出现,没有找到
QtCore
4.dll等文件,此时你所要做的事情就是添加它所需要的文件,添加
lpdpzc
·
2013-05-07 14:00
QStackedWidget
/sur/bin/python import sysfrom PyQt4.QtGui import *from PyQt4.
QtCore
import * class harts_tool(QDialog
scm002
·
2013-05-06 16:00
widget
丢失
QtCore
4.dll尝试重新安装该程序以解决问题--解决方法
无法启动此程序,因为计算机中丢失
QtCore
4.dll尝试重新安装该程序以解决问题我的工程是D:\Qt_Project\qt_main_window生成的可执行文件:D:\Qt_Project\qt_main_window
ztz0223
·
2013-05-04 23:00
Windows平台关于Qt+QML应用文件的发布
一般来讲,有
QtCore
4.dll、QtGUI4.dll之类的了。但是,由于应用可能涉及到其它的模块
Esonpo
·
2013-04-25 15:00
windows
插件
qt
应用
Qt中常用的类
QChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const;//判断是否是十进制数字('0'-'9')boolisLetter()const;//判断是否是字母
Qian_F
·
2013-04-13 20:00
qt
QT里定时器QTimer的用法
http://blog.sina.com.cn/s/blog_6050059b0100djrd.htmlQTimerClassReference[
QtCore
module]用这三条语就可以实现定时器每
mrjy1475726263
·
2013-03-30 21:00
PyQt4, class:mouseButtons用法
>>>fromPyQt4import* >>>bt=
QtCore
.Qt.MouseButtons() >>>bt >>>new=bt.
机油战士
·
2013-03-11 11:00
Class
pyqt4
MouseButtons
QT 无法找到入口 动态链接库
Qtcore
4.dll 怎么解决
编译的.exe,在软件里面可以运行,但是在release文件夹下面就无法运行。总是报错,那个库文件找不到了怎么的。这个问题困扰了我很久了,哥们甚是头疼,后来解决了。首先,把你在release下面编译好的那个.exe文件,拷贝到Qt下面的bin目录下,运行一下看看,一般情况下是可以运行的。解决:把整个bin目录中的.dll文件全部拷贝到一个自己新建的文件夹中,然后删除掉*d4.dll的文件。把自己r
aile770339804
·
2013-01-31 17:00
QT定时器QTimer用法
QObject::connect(timer,SIGNAL(timeout()),this,SLOT(Start())); timer->start(1000);QTimerClassReference[
QtCore
luopeiyuan1990
·
2013-01-29 11:00
QT打包成windows安装程序
一般的Qt程序在没有安装过Qt库的计算机上会缺少如下几个文件libgcc_s_dw2-1.dll,mingwm10.dll,
QtCore
4.dll,QtNetwork4.dll,QtGui4.dll,QtXml4
xiegenwendada
·
2013-01-23 10:00
PySide.
QtCore
.Qt.WindowModality
Thisenumspecifiesthebehaviorofamodalwindow.Amodalwindowisonethatblocksinputtootherwindows.Notethatwindowsthatarechildrenofamodalwindowarenotblocked. Thevaluesare: ConstantDescription Qt.NonModalThew
dhole
·
2013-01-22 13:00
MinGW下静态编译、链接Qt 5.0
3、Webkit和
QtCore
都需要ICU。ICU是一个处理unicode的库,如果你没有准
mickelfeng
·
2013-01-14 14:00
FramelessWindowHint
阅读更多__author__='Administrator'fromPyQt4importQtGui,
QtCore
,Qtfromsysimportargvapp=QtGui.QApplication(argv
hypercube
·
2013-01-13 20:00
FramelessWindowHint
__author__ = 'Administrator' from PyQt4 import QtGui,
QtCore
,Qt from sys import argv app = QtGui.QApplication
hypercube
·
2013-01-13 20:00
window
PyQt4 Style
/usr/bin/python from PyQt4 import
QtCore
, QtGui class WidgetGallery(QtGui.QDialog):  
scm002
·
2012-12-10 11:00
style
PyQt4 wizard
/usr/bin/python import sysfrom PyQt4 import QtGui,
QtCore
def create_page():  
scm002
·
2012-12-10 11:00
qt
QString 与python string 对象转换
PyQt返回的字符串是QString,如果内容是中文,则直接使用会有问题,要转换成pythonstring需要使用unicode(
QtCore
.QString('中文').toUtf8(),'utf-8
yatusiter
·
2012-12-03 15:00
Qt 介绍
应用视窗) 版面管理器:对各种子widgets的自动定位及自动改变大小 信号与槽:对象间通信 事件:系统事件(鼠标点击、键盘,等等) 动作:如,在工具条和菜单中的保存动作 Qt模块模块 说明
QtCore
barsoom
·
2012-11-29 11:00
qt
PyQt4 QMainWindow()
/usr/bin/python#--coding:GBK-- from PyQt4.QtGui import * from PyQt4.
QtCore
import * import
scm002
·
2012-11-28 14:00
window
qt_x11_p.h:65:22: error: X11/Xlib.h: 没有该文件或目录
/include/
QtCore
-I../../incl
jia0511
·
2012-11-26 10:00
Qt应用程序的发布,exe文件图标设置
其次将以下动态链接库复制到发布文件夹中:mingwm10.dll、
QtCore
4.dll、QtGui4.dll。可以从“Qt安装目录\qt\bin”下面找到它们。
lakeside
·
2012-11-22 13:00
Qt应用程序的发布
PyQt4 QGroupBox()
/usr/bin/python#--coding:GBK-- import sysfrom PyQt4.QtGui import *from PyQt4.
QtCore
import * #class
scm002
·
2012-11-21 18:00
group
PyQt4 QTabWidget
/usr/bin/python#--coding:GBK--from PyQt4.QtGui import * from PyQt4.
QtCore
import * import
scm002
·
2012-11-16 22:00
tabwidget
PyQt4 QDialog
/usr/bin/python# tabdialog.py from PyQt4 import
QtCore
, QtGui class TabDialog(QtGui.QDialog):
scm002
·
2012-11-16 22:00
dialog
PyQt4 QTabWidget
/usr/bin/python from PyQt4.QtGui import * from PyQt4.
QtCore
import *import sys class GeneralTab(QDialog
scm002
·
2012-11-16 10:00
tabwidget
PyQt4 QScrollArea 滚动条
/usr/bin/python import sysfrom PyQt4.
QtCore
import *from PyQt4.QtGui import * app = QApplication(sys.argv
scm002
·
2012-11-12 17:00
scroll
/Library/Frameworks/
QtCore
.framework/Headers/qglobal.h:68: error: algorithm: No such file or directory
一般发生在使用最新的XCode。@importurl(http://www.cppblog.com/cutesoft_client/cuteeditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@importurl(/css/cuteeditor.css);怎么来解决问题呢,其实http://qt-project.org/forums/vi
RTY 实践出真知
·
2012-11-07 06:00
Qt ISO C++ says that these are ambiguous错误解决方法
eventhoughtheworstconversionforthefirstisbetterthantheworstconversionforthesecond: /usr/include/qt4/
QtCore
alan00000
·
2012-11-06 16:00
Qt模块
一般软件开发的模块:
QtCore
:非图像类,被其他模块使用。QtGui:图形用户界面(GUI)组件。QtNetwork:网络编程类。QtOpenGL:支持OpenGL类。QtScript:Qt脚本类。
ppffs
·
2012-10-22 21:28
模块
qt
QT编译后release下无法执行,找不到dll输入点
无法定位程序输入点_Z5qFreePv于动态链接库
QtCore
4.dll上QT编译后release下无法执行,找不到dll输入点应用程序在debug下编译后可以正常执行,可是编译到release下打开.
ilvu999
·
2012-10-20 00:00
Qt学习笔记:如何运行Qt程序所生成的.exe文件
如果在开发Qt程序的机器上运行.exe文件的话,一般是不能直接打开的,因为要运行Qt程序需要几个.dll文件,一般是需要以下三个.dll文件
QtCore
4.dllQtCored4.dllQtGuid4.
luyafei_89430
·
2012-10-12 23:00
测试
System
dll
qt
pyqt4信号与槽之间参数传递
import sysfrom time import timefrom PyQt4.
QtCore
import *class A(QObject): def __init__(self):
jjwspj
·
2012-09-14 12:00
Signal
Qt Creator应用程序发布及修改应用程序图标的方法
其次将以下动态链接库复制到发布文件夹中:mingwm10.dll、
QtCore
4.dll、QtGui4.dll、libgcc_s_dw2-1.dll。
wsql
·
2012-08-17 15:00
应用程序
Qt Creator应用程序发布及修改应用程序图标的方法
其次将以下动态链接库复制到发布文件夹中:mingwm10.dll、
QtCore
4.dll、QtGui4.dll、libgcc_s_dw2-1.dll。可以从“Qt安装目录\qt\bin”下面找到它们。
avenccssddnn
·
2012-08-17 15:00
数据库
File
dll
qt
plugins
数据库驱动程序
Qt json
gitorious上有个qjson,但是据说过于庞大;Qt5已经在
QtCore
中支持JSON解析了,不过我目前没有时间研究如何挖出这部分代码(顺便吐槽一下Qt5,好像分布在多个地方,要很麻烦的才能clone
v5qqbrowser
·
2012-07-20 22:00
json
vs2010开发qt程序debug正常,release出错
于是,把上面三个qtmaind.lib;QtGuid4.lib;QtCored4.lib;链接库,改为qtmaind.lib;QtGui4.lib;
QtCore
4.lib;重新编译,一切正常。小
l0g1n
·
2012-07-18 15:00
文档
qt
2010
使用VS2010进行QT开发Hello,Qt的实现
新建QtConsoleApplication----finish2、配置HelloQT属性---VC++目录---可包含目录中,加入$(QTDIR)\include、$(QTDIR)\include\
QtCore
l0g1n
·
2012-07-15 10:00
qt
include
2010
QT环境变量
阅读更多不知道为啥同事有台电脑,装完Qt-VS2008库,和VSAddIn编译后的Debug程序,无法直接运行,总是提示找不到
QtCore
4d.dll库只好把Qt的环境变量配置一下了,才能正常手动运行debug
qimo601
·
2012-05-28 18:00
Qt
环境变量
丢失QtCore4.dll
QT环境变量
不知道为啥同事有台电脑,装完Qt-VS2008库,和VSAddIn编译后的Debug程序,无法直接运行,总是提示找不到
QtCore
4d.dll库只好把Qt的环境变量配置一下了,才能正常手动运行debug
qimo601
·
2012-05-28 18:00
环境变量
qt
丢失QtCore4.dll
QT环境变量
阅读更多不知道为啥同事有台电脑,装完Qt-VS2008库,和VSAddIn编译后的Debug程序,无法直接运行,总是提示找不到
QtCore
4d.dll库只好把Qt的环境变量配置一下了,才能正常手动运行debug
qimo601
·
2012-05-28 18:00
Qt
环境变量
丢失QtCore4.dll
pyside 中的中文字符
要在pyside中直接使用中文字符,可通过如下方法解决:codec=
QtCore
.QTextCodec.codecForName("utf-8")encodedString=codec.toUnicode
gxp
·
2012-05-19 14:00
pyqt signal 发射参数的类型
''' conclusion:
QtCore
.pyqtSignalisabletosendseveraltypesofvariable includingintQStringQStringListlistdict
solofly752
·
2012-05-17 15:00
list
String
Class
import
Signal
Types
QT删除指定格式的文件
#include <
QtCore
/QCoreApplication> #include <QFile> #include <stdio.h> #include
sfshine
·
2012-05-14 18:00
qt
Qt 常用类 (4)—— QPoint
QPoint类代表一个坐标点,实现在
QtCore
共享库中。它可以认为是一个整型的横坐标和一个整型的纵坐标的组合。
HMSIWTV
·
2012-05-12 11:00
qt
Qt 常用类(5)—— QSize
QSize类代表一个矩形区域的大小,实现在
QtCore
共享库中。它可以认为是由一个整型的宽度和整型的高度组合而成的。
Tyrion-Lannister
·
2012-05-12 11:14
Qt开发
上一页
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
其他