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
Qt 常用类(3)—— QString
QString类是Qt中用于表示字符串的类,实现在
QtCore
共享库中。QString类在实现上有以下特征。 1)字符串采用Unicode内部编码,可以表示世界上大多数语言的文字。
HMSIWTV
·
2012-05-12 09:00
c
存储
insert
语言
qt
float
Qt常用类(2) —— QChar类
QChar QChar类是Qt中用于表示一个字符的类,实现在
QtCore
共享库中。QChar类内部用2个字节的Unicode编码来表示一个字符。
HMSIWTV
·
2012-05-10 11:00
c
qt
编译器
把桌面qt代码编译运行到qpe上的一个例子
qt-x11版本是2.3.2
qtcore
版本是2.3.2qtopia版本是2.2.xqt-x11版本安装目录下的tutorial目录下有一些例子。
amberman
·
2012-04-29 08:00
Qt 常用类介绍
转载自:暮云秋草
[email protected]
.QChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const;//判断是否是十进制数字('0'-'9')boolisLetter
cjnewstar111
·
2012-04-19 12:00
Qt -visual studio add-in
2.2添加目录 C:\QtSDK\Desktop\Qt\4.8.0\msvc2010\include\QtGui C:\QtSDK\Desktop\Qt\4.8.0\msvc2010\include\
QtCore
china_daywalker
·
2012-04-13 13:00
Windows 下 Qt 程序打包
Qt库主要在C:\Qt\2010.05\qt\plugins下和C:\Qt\2010.05\qt\bin下和你用到的Qt的库,比方说
QtCore
4.dllQtGui4.dll 在C:\Qt\2010.05
EI__Nino
·
2012-02-29 11:00
c
windows
qt
plugins
图形
2010
QT程序发布的一个问题:无法定位程序输入点与动态链接库
QtCore
4.dll
QT程序发布的一个问题与解决方案 双击release下的exe文件报错,无法定位程序输入点与动态链接库
QtCore
4.dll上,而debug下没问题.将release下的exe文件拷到qt的bin目录下
lovelyloulou
·
2012-02-24 18:00
dll
exe
qt
Path
2010
qt可执行程序release版本无法运行(动态链接库错误)
有时会碰到debug版本的exe可以执行,而release版本无法执行,报动态链接库错误,然后加入相应的动态链接库文件(mingwm10.dll,QtGui4.dll,libgcc_s_dw2-1.dll,
QtCore
4
IAccepted
·
2012-02-10 22:00
dll
exe
qt
qt configure的时候碰到stddef.h找不见的问题
problem:c:\qt4.7.4\include\
qtcore
\../..
crystal_avast
·
2012-02-03 15:00
Microsoft
File
qt
NetWork
include
X86
QT常用类
QChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const;//判断是否是十进制数字('0'-'9')boolisLetter()const;//判断是否是字母
sunxx1986
·
2012-02-02 08:00
PyQt 4.5+控件的信号槽事件定义方法
通过@PyQt4.
QtCore
.pyqtslot()修饰方法可以完成这一动作。
徐涛
·
2012-01-20 13:00
python
事件
信号
PyQt
槽
使用QSet遇到的编译错误
errorC2665:'qHash':noneofthe16overloadscouldconvertalltheargumenttypes1> d:/qt/4.6.2-msvc2005/include/
qtcore
ykm0722
·
2012-01-17 16:00
基于PyQt(Python+QT)的gui程序开发
首先需要引用fromPyQt4importQtGui,uic,
QtCore
很多控件像QPushButton是从QtGui的空间中得来的,下面def__init__(self,parent=None)中定义了界面的设计及与控件相互联系的方法
yefengnidie
·
2012-01-05 17:00
python
Excel
qt
Path
button
程序开发
QT 编译错误——make[1]: *** [.pch/release-shared-emb-arm/
QtCore
.gch/c++] 错误 1
就过不了了,如下错误:0:note:candidatesare:void*operatornew(unsignedint)make[1]:***[.pch/release-shared-emb-arm/
QtCore
.gch
aiaixzh
·
2011-12-28 20:39
QT
qt
编译器
path
QT 编译错误——make[1]: *** [.pch/release-shared-emb-arm/
QtCore
.gch/c++] 错误 1
就过不了了,如下错误:0:note:candidatesare:void*operatornew(unsignedint)make[1]:***[.pch/release-shared-emb-arm/
QtCore
.gch
aiaixzh
·
2011-12-28 20:00
qt
Path
编译器
Qt常用类
QChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const;//判断是否是十进制数字('0'-'9')boolisLetter()const;//判断是否是字母
q553716434
·
2011-12-16 14:00
C++ 编程遇到的一些问题
com_err:way:外围设备,在SQL”配置工具”-“SQLserver外围设备应用配置器”-“服务和连接的外围应用配置器”-“远程连接”处选择本地连接和远程连接就可以了2releasedebug引用不同的
qtcore
4
lingchen214
·
2011-12-15 17:00
编程
C++
Microsoft
dll
sqlserver
远程连接
QT Modules一览
Modules for working with Qt's tools Modules for Windows developers Modules for Unix developers
QtCore
lanxinyuchs
·
2011-12-15 10:00
modules
Qt应用程序的发布 exe文件图标设置
其次将以下动态链接库复制到发布文件夹中:mingwm10.dll、
QtCore
4.dll、QtGui4.dll。可以从“Qt安装目录\qt\bin”下面找到它们。
ykm0722
·
2011-12-08 13:00
数据库
dll
exe
qt
plugins
数据库驱动程序
QT 主要的类
Qt常用类(2011-04-2613:11:30) QChar 表示一个字符的类,包含于
QtCore
判断: boolisDigit()const;/
tanxjian
·
2011-11-24 13:00
QT 常用类
http://blog.sina.com.cn/s/blog_665b3ab80100q8zx.htmlQChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const
liang890319
·
2011-11-21 18:00
c
insert
qt
float
byte
alignment
Qt创建和使用动态链接库
这里勾选
Qtcore
和QtGui。4、直接下一步至完成。现在一个共享库的工程就新建好了。5、右击项目添加新文件,选择Qt设计师界面,以便支持可视化界面设计。
q496713258
·
2011-11-19 13:00
UI
dll
exe
dialog
qt
button
QtCore
Module
#includeQtCoreModuleTheQtCoremodulecontainscorenon-GUIfunctionality. More...NamespacesQtContainsmiscellaneousidentifiersusedthroughouttheQtlibraryQtConcurrentHigh-levelAPIsthatmakeitpossibletowritemul
luck_good
·
2011-11-18 08:00
Module
iterator
Class
qt
interface
Marshalling
QtGui Module
#includeQtGuiModuleTheQtGuimoduleextends
QtCore
withGUIfunctionality.
luck_good
·
2011-11-18 08:00
Module
Class
Parameters
qt
interface
transformation
Qt源码分析之QObject
Qt的QObject 1.试验代码: #include <QApplication> #include <
QtCore
> #include <QtGui>
wangxiaohigh
·
2011-11-12 23:00
object
qmake 之 CONFIG 与 QT 乱谈
/hi.baidu.com/cyclone/blog/item/d299af511bed309f8c5430c3.html 不妨先看个例子吧: #include <
QtCore
qimo601
·
2011-11-10 14:00
目录
qt
pro 参数
qmake
Qt Creator发布release软件相关注意事项 .
注意:环境是windows选择release编译程序后生成exe文件1.需要Qt安装目录下的qt/bin目录中的QtGui4.dll和
QtCore
4.dll以及mingwm10.dll三个文件的支持,
hanzengyi
·
2011-11-04 14:00
windows
exe
qt
使用静态链接到QT框架
阅读更多Qt很方便,一直用来写界面程序,但是麻烦的发布的软件太大,Qtgui和
QtCore
组件太大。因此决定尝试一下静态链接。
yaogangshi
·
2011-10-26 11:00
使用静态链接到QT框架
Qt很方便,一直用来写界面程序,但是麻烦的发布的软件太大,Qtgui和
QtCore
组件太大。因此决定尝试一下静态链接。
yaogangshi
·
2011-10-26 11:00
框架
Qt Project 上线
在发布报道中,为了表示Qt不再是Nokia的一言堂,特别指出了
QtCore
的维护者Thiago不是Nokia的雇员。
黑日白月 ArmadilloCommander
·
2011-10-22 03:00
qt
news
Qt常用类(转)
QChar 表示一个字符的类,包含于
QtCore
判断:boolisDigit()const;//判断是否是十进制数字('0'-'9')boolisLetter()const;//判断是否是字母
liuysheng
·
2011-09-27 10:00
c
insert
qt
float
byte
alignment
Qt5 结构及模块组成?
看看近期Qt5的一些大动作:从
QtCore
中移除QSettings以及对QSettings的依赖(创建独立的模块?)从
QtCore
中移除QtConcurrent(
RTY 实践出真知
·
2011-09-15 21:00
qt 实现的 lua 编辑器
lua编辑器网上找了个qt写的c编辑器,在此基础上改的 基本功能实现了lua编程需求该软件为lua编辑编译器(编译需要lua支持)该软件是基于QtCreator4.7编写的要软件正常运行需要qt的动态库
QtCore
4
weihua1984
·
2011-09-15 20:00
编程
c
lua
qt
编译器
Qt+SQLite3
另外别忘记在.pro文件中添加 QT += sql在程序中#include <QtSQL> #include <
QtCore
/QCoreApplication
summerbell
·
2011-08-24 14:00
sqlite3
PyQT信号槽_学习笔记 (Signals/Slots)
1、信号定义通过类成员变量定义信号对象,如:classMyWidget(QWidget): Signal_NoParameters=PyQt4.
QtCore
.pyqtSignal()#无参数信号 Signal_OneParameter
hlqyq
·
2011-08-24 11:00
String
Class
import
Signal
Qt Creator应用程序发布及修改应用程序图标的方法
其次将以下动态链接库复制到发布文件夹中:mingwm10.dll、
QtCore
4.dll、QtGui4.dll、libgcc_s_dw2-1.dll。
fangfang840516
·
2011-08-15 14:00
数据库
File
dll
qt
plugins
数据库驱动程序
Qt5 结构及模块组成?
看看近期Qt5的一些大动作:从
QtCore
中移除QSettings以及对QSettings的依赖(创建独立的模块?)从
QtCore
中移除QtConcurrent(创建独立模块?)
dbzhang800
·
2011-08-14 22:00
JavaScript
性能优化
webkit
qt
平台
Components
Qt 之实用程序 moc 学习
-I/usr/include/qt4/
QtCore
-I/usr/include/qt4/QtGui-I/usr/include/qt4-I.
dbzhang800
·
2011-08-06 11:00
object
qt
token
generator
preprocessor
enums
链表操作
#include <
QtCore
/QCoreApplication> #include<iostream>using namespace std;typedef struct node
feipigwang
·
2011-06-09 15:00
链表
链表操作
#include <
QtCore
/QCoreApplication> #include<iostream>using namespace std;typedef struct node
ydbc
·
2011-06-09 15:00
链表
Qt Creator发布release软件相关注意事项
注意:环境是windows选择release编译程序后生成exe文件1.需要Qt安装目录下的qt/bin目录中的QtGui4.dll和
QtCore
4.dll以及mingwm10.dll三个文件的支持,将它们拷贝到
weihua1984
·
2011-05-29 21:00
Qt在Windows下编译时 configure 问题一则
问题有网友抱怨:在windows下运行configure,出错:"
QtCore
/qconfig.h":Nosuchfileordirectory答案在Windows下编译Qt,首先去看QtManual中的下面两篇文章不为过吧
dbzhang800
·
2011-05-24 13:00
windows
网络
File
perl
qt
include
NSIS学习笔记(以Qt4程序打包为例)
一个Qt4程序安装(发布)后它应该有如下的结构(可参考Qt程序在windows下的发布):|--sample.exe |--
QtCore
4.dll |--QtGui4.dll |--imageformats
dbzhang800
·
2011-05-11 14:00
function
脚本
System
qt
include
installer
Qt 状态机框架学习
从Qt4.6开始,它已经是
QtCore
模块的一部分。
dbzhang800
·
2011-05-09 23:00
qt
框架
transition
parallel
events
system
Qt
PyQt4/PySide
Qt 状态机框架学习
从Qt4.6开始,它已经是
QtCore
模块的一部分。
dbzhang800
·
2011-05-09 23:00
框架
System
qt
transition
events
parallel
PyQt 延迟触发槽函数 使用QTimer
1、示例代码1
QtCore
.QTimer.singleShot(self.delaySpinBox.value() * 1000,2 self.shootScreen
RTY 实践出真知
·
2011-05-01 13:00
PyQt 标签设置图片
self.screenshotLabel.setPixmap(self.originalPixmap.scaled(2 self.screenshotLabel.size(),
QtCore
.Qt.KeepAspectRatio
RTY 实践出真知
·
2011-04-29 23:00
VS编译程序无法定位程序输入点的问题
然后找了个qt的小程序,拿来编译一下,双击,说缺少
QtCore
4.dll,我也懒得一个个放进去。
doctorsc
·
2011-04-12 22:00
QT
VS编译程序无法定位程序输入点的问题
然后找了个qt的小程序,拿来编译一下,双击,说缺少
QtCore
4.dll,我也懒得一个个放进去。
doctorsc
·
2011-04-12 22:00
c++ zlib(qt)压缩与解压缩
#include <
QtCore
/QCoreApplication> #include "zlib.h" #include "stdio.h"
·
2011-03-23 14:00
C++
上一页
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
其他