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
Slots
Qt波形图
classtestView:publicQGraphicsView { Q_OBJECT public: testView(QWidget*parent=NULL); ~testView(); private
slots
robertkun
·
2013-09-13 17:00
qt
QGraphicsScene
QGraphicsView
comparison between distinct pointer types 'QPushButton*' and 'QAbstractButton*' lacks a cast
Qt5使用QDialogButtonBox 右击buttonBox选“goto
slots
" (即转到槽),自动完成槽函数的添加 private
slots
; voidon_buttonbox_clicked
desert187
·
2013-09-05 21:00
QPushButton
QAbstractButton
精美&创意的WordPress新发主题集合
MinimalWordPressTheme– MOREINFOEngoisasmart, clean&minimalwordpresstheme.Thisthemeisresponsive,retinaready,include
slots
ofshortcodes
TopITBooks
·
2013-09-04 09:00
WordPress创意主题
WordPress新发主题
WordPress主题集合
精美&创意的WordPress新发主题集合
MinimalWordPressTheme–MOREINFOEngoisasmart,clean&minimalwordpresstheme.Thisthemeisresponsive,retinaready,include
slots
ofshortcodesan
goodfav
·
2013-09-04 09:00
WordPress新发主题
WordPress创意主题
WordPress主题集合
在Qt自带例子中添加HideItem,并实现相应Undo和Redo功能
原工程:tools/undoframework.pro//==========================mainwindow.h//addtheslotintomainwindow.hprivate
slots
王敬哲
·
2013-08-29 11:00
Zend Framework 2 中的EventManager的使用方法
今年早些时候,我写了一篇关于Aspects,InterceptingFilters,Signal
Slots
,和Events的文章。在这篇
0___0
·
2013-08-19 12:00
qt之一个登陆dialog界面
defineDIALOG_H #include #include"ui_dialog.h" #include classDialog:publicQMainWindow { Q_OBJECT private
slots
xiaozz_m608c
·
2013-08-12 23:00
Qt笔记之计时器
private
slots
: void timeUpDate(); 头文件中加入如上,实现文件中加入 #include 构造函数中加入 QTimer *time=new
oMingZi12345678
·
2013-08-12 17:00
Qt Creator计时器实现
public
slots
: void
oMingZi12345678
·
2013-08-12 17:00
解读QT信号与槽机制里 QMetaObject::connect
Slots
ByName(QObject *o)的源码 介绍 connect
Slots
ByName 是一个QMetaObject类里的
解读QT信号与槽机制里QMetaObject::connect
Slots
ByName(QObject*o)的源码(转自:http://www.cnblogs.com/ttylikl/archive/2009
NewThinker_wei
·
2013-08-12 09:00
python 中类中 __
slots
__
__
slots
__Bydefault,instancesofbotholdandnew-styleclasseshaveadictionaryforattributestorage.Thiswastesspaceforobjectshavingveryfewinstancevariables.Thespaceconsumptioncanbecomeacutewhencreatinglargenum
山下狮子
·
2013-08-05 23:00
right-click an action, missing "Go to slot"
Accordingtothetutorial,toconnecttheactionsto
slots
,right-clickanactionandselectGotoslot>triggered().Buttodaywhenididthisifoundtherewasno
铁树银花
·
2013-08-01 23:00
boost------signals2的使用1(Boost程序库完全开发指南)读书笔记
在signals2库中,观察者模式被称为信号/插槽(signalsand
slots
),他是一种函数回调机制,一个信号关联了多个插槽,当信号发出时,所有关联它的插槽都会被调用。
·
2013-08-01 19:00
Signal
boost------signals2的使用1(Boost程序库完全开发指南)读书笔记
在signals2库中,观察者模式被称为信号/插槽(signalsand
slots
),他是一种函数回调机制,一个信号关联了多个插槽,当信号发出时,所有关联它的插槽都会被调用。
zengraoli
·
2013-08-01 08:00
PyQt设计流程
一般的过程如下: 使用QtDesinger创建GUI界面; 在属性编辑器中修改部件widget的名字; 使用pyuic4工具生成一个python类 通过GUI对应的类来运行程序; 通过设置自己的
slots
·
2013-07-30 22:00
qt
QT信号与槽小测试
1、新建一个helloworld的dome,在design界面画入,一个lcd数字框,双击命名为:number;2、在文件mainwindow.h中加入一个自定义槽方法private
slots
: voidchangeValue
xxb2008
·
2013-07-19 16:00
Synchronous connection-oriented (SCO) link
Synchronousconnection-oriented(SCO)linkThetypeofradiolinkusedforvoicedata.AnSCOlinkisasetofreservedtime
slots
onanexistingACLlink.Eachdevicetransmitsencodedvoicedatainthereservedtimeslot.Therearenoretra
conceptcon
·
2013-07-18 12:00
中兴9806H操作指导
Pleaseinputpassword:9806#进入管理模式9806#config进入配置模式(端口开放、速率更改需要在此模式进行操作)1.查看设备单板状态:9806(config)#showcard
SlotS
helfTypePortHardVerSoftVerStatus
Cisco1841sw
·
2013-07-15 09:27
password
number
交换网
中兴9806H操作指导
Pleaseinputpassword:9806#进入管理模式9806#config进入配置模式(端口开放、速率更改需要在此模式进行操作)1.查看设备单板状态:9806(config)#showcard
SlotS
helfTypePortHardVerSoftVerStatus
Cisco1841sw
·
2013-07-15 09:27
Enable
number
中兴
password
交换网
PyQT信号槽_学习笔记 (Signals/
Slots
)
PyQT4.5版本以后可以采用新的信号与槽方式。1、信号定义通过类成员变量定义信号对象,如:[python] viewplaincopyclass MyWidget(QWidget): Signal_NoParameters = PyQt4.QtCore.pyqtSignal() # 无参数信号 Signal
oMingZi12345678
·
2013-07-07 18:00
[转]浅议Qt的事件处理机制一
大家熟知Signals/
Slots
在多线程的实现也依赖于Qt的事件处理机制。 在Qt中,事件被封装成一个个对象,所有的事件均继承自抽象类QEvent.
天下
·
2013-07-04 11:00
show命令使用
,常用的show命令有:S3760#show version//查看当前设备的软件版本信息S3760#show version devices//显示设备硬件信息S3760#show version
slots
linhu_sanbao
·
2013-07-02 16:07
Enable
version
interface
running
Devices
Qt的TCPsocket通信
而非阻塞方式就是利用信号(signals)和槽(
slots
)函数。这种方式会在时间循环中进行,不会阻塞进程,但是代码稍微复杂一些。
vinson0526
·
2013-06-29 14:00
C++
socket
通信
qt
python类-各种双下划线
__
slots
__用来限制类中的实例属性每个实例对象x都拥有一个字典x.__dict__.python通过此字典允许你绑定任意属性给x实例.
u011666720
·
2013-06-29 14:00
QT 菜单程序
include #include classMainWindow:publicQMainWindow{ Q_OBJECT public: MainWindow(); private
slots
·
2013-06-28 19:00
qt
QT QTextBrowser
include #include classMainWindow:publicQMainWindow{ Q_OBJECT public: MainWindow(); private
slots
·
2013-06-28 19:00
browser
QT QTextBrowser
include #include #include classMainWindow:publicQMainWindow{ Q_OBJECT public: MainWindow(); private
slots
a771948524
·
2013-06-27 23:00
QT 菜单程序
include #include classMainWindow:publicQMainWindow{ Q_OBJECT public: MainWindow(); private
slots
a771948524
·
2013-06-27 22:00
信号与槽
Signals&
Slots
信号与槽用于对象之间的通信。信号与槽机制是Qt的核心特性和区别于其他框架的特性。
hai200501019
·
2013-06-25 01:00
qt
QT 自定义消息响应
QT自定义消息响应1、QT自定义消息响应函数消息响应函数声明:注:
slots
public
slots
: voidtestMessage();消息响应函数实现:注:#include#includevoidMyClass
z397164725
·
2013-06-19 11:00
QObject::connect: Cannot queue arguments of type
Ihaveasmallproblemconcerningtwothreadsandsignals/
slots
connectedbetweenthem.Myconnectlookslikethis....
HMSIWTV
·
2013-06-13 18:00
关于BACnet协议栈使用的常见问题回答FAQ
A-1a:ItfitsonaPIC18F6720(128Kbytesflash3840bytesRAM)andtherei
slots
ofroomfortheapplication-seeports/p
yuesichiu
·
2013-06-09 20:00
terminator快捷键
BecauseIhopetobeaProductiveLinuxUser.TerminatorAnapplicationthatprovide
slots
ofterminalsinasinglewindow
lcj_cjfykx
·
2013-06-04 00:00
CreateFile函数详解
CreateFileTheCreateFilefunctioncreatesoropensthefollowingobjectsandreturnsahandlethatcanbeusedtoaccesstheobject:filespipesmail
slots
communicationsresourcesdiskdevices
xinghongduo
·
2013-06-03 09:00
Boost 的事件管理架構:Signal / Slot(上)
概念Signals2這個函式庫,是採用 signals/
slots
的概念(最早應該是Qt所提出來的,參考
tanmengwen
·
2013-05-20 14:00
Windows各种通信方式
一、邮槽Mail
Slots
1.在本地机上建立邮槽,远程上是不可以的.2.WindowsCE不支持它. 3.可广播4.单向本地进程间通信,只允许从客户端发送到服务器,没有可靠性保证,根据广播通信体系所设计
u013805103
·
2013-05-14 08:00
QML与Qt C++ 交互机制探讨与总结
介绍QML和C++对象可以通过,signals,
slots
和属性修改进行交互。
zhx6044
·
2013-04-18 18:00
Signals &
Slots
(Qt5)
>Signal-Slot的作用是对象间的通信;Signals-
Slots
机制是Qt的核心特性,也可能是Qt和其他大多数框架提供的特性不同的部分;介绍>GUI编程中,当我们改变了一个widget,经常希望另一个
RoyMuste
·
2013-04-18 15:00
The Meta-Object System(Qt5)
>Qt的meta-object system提供了signals-
slots
的机制; 它可以可以进行对象间通信, 支持运行时类型的信息和动态属性dynamic properties系统;基于3个方面 1
RoyMuste
·
2013-04-16 12:00
Qt一些鲜为人知的小功能
Qt的MetaObject功能2.Q_ENUMS:对枚举对象进行反射(reflection)3.Q_SIGNAL:不需要signals关键字就可以将一个函数指定为singal函数4.Q_SLOT:不需要
slots
hcj116
·
2013-04-14 21:00
qt中点击LineEditdit弹出软键盘的方法
xwdpepsi/article/details/8757232 多的不说,直接上代码:在.h文件加入:public: KeyBoardDialogv_keyB;//键盘对话框 private
slots
xwdpepsi
·
2013-04-04 11:00
error:collect2:ld returned 1 exit status
、是
slots
里定义了函数,但是没有写函数体3、是类里定义了函数,但是没有写函数体,包括构造函数和析构函数
guoxiaoqian8028
·
2013-03-29 15:00
40+ Must-Bookmark PHP Classes & Libraries For D...
PHP,beingthemostpopularscriptinglanguage,ha
slots
ofdocumentation,tutorialsandresourcesaboutitself.And,
mickelfeng
·
2013-03-28 11:00
QT4 编译错误 error: collect2: ld returned 1 exit status
原因:1、是有程序在后台运行2、是
slots
里定义了函数,但是没有写函数体3、是类里定义了函数,但没有写函数体,包括构造函数和析构函数。
mrjy1475726263
·
2013-03-27 14:00
Qt整体框架浅析(二) -信号机制
这一章主要来讨论一下建立在meta-objectsystem上的信号机制(signalsand
slots
)。 下边简要介绍一下信号机制是如何运作,以及采用信号机制的原因。
SprintfWater
·
2013-03-24 18:00
知识表示之四——框架表示法
框架的最高层次是固定的,并且它描述对于假定情况总是正确的事物,在框架的较低层次上有许多终端--被称为槽(
Slots
)。在槽中填入具体值,就可以
·
2013-03-23 21:00
框架
qt 最简单的tcp socket 连接(sever)
include#includeclasssever:publicQObject{Q_OBJECTpublic:explicitsever(QObject*parent=0);signals:public
slots
echo000001
·
2013-03-18 23:00
socket
qt
QT自动生成槽函数命名规则
voidQMetaObject::connect
Slots
ByName(QObject*object)[static]Searchesrecursivelyforallchildobjectsofthegivenobject
jzaicn
·
2013-03-07 17:00
Cisco路由器 CE1/PRI接口配置命令说明
channel-groupchannel-grouptime
slots
{number|number1-number2}[,number|number1-number2...]nochannel-groupchannel-group
Cisco1841sw
·
2013-03-07 10:10
接口
Cisco
路由器
Running Host Management on Open vSwitch
OpenvSwitch(OVS)bring
slots
offunctionalitytoLinuxvirtualizationhosts,includingtheabilitytouseLinkAggregationControlProtocol
chenpingpiao
·
2013-03-01 09:39
running
上一页
40
41
42
43
44
45
46
47
下一页
按字母分类:
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
其他