[Qt-interest] Few basic questions regarding QAbstractButton

Lars Amsel lars.amsel at signalion.com
Tue Jun 30 23:03:17 CEST 2009


Hi Patric,

Patric wrote:
> Hi all,
> few newbish questions here :
> 1. what the autoRepeat options do

pressed, released, clicked are emitted in regular intervals

> 2. what the autoExclusive option do

If the buttons (with same parent) are checkable, only one of them can be checked 
at a time.

> Is there a place where I can find the meaning of all the flags ?

Qt documentation answers a lot of questions. This properties are explained in 
detail online at:
http://doc.qtsoftware.com/4.5/qabstractbutton.html#autoExclusive-prop
http://doc.qtsoftware.com/4.5/qabstractbutton.html#autoRepeat-prop

Furthermore there comes an application called Qt assistent with the development 
distribution, that contains the detailed explanation of all classes and lot 
more. It's very helpful. I have it open all the time I develop with Qt.

Lars



More information about the Qt-interest-old mailing list