![]() |
2010-06-05
, 23:28
|
Posts: 143 |
Thanked: 99 times |
Joined on Jun 2009
@ Houston
|
#2
|
My first question is: how can I know all the events that a specific control on a form supports ? (e.g. a button can support events such as clicks, hover over, etc ..) .. how do I get the full list of such events for each of the controls ?
What are 'private slots' and doesn't Qt Creator automatically create all the even function declarations for you in the header file ? I'm asking this because I saw a Qt Creator getting started tutorial, and in that all event function declarations and definitions were manually written in ..
The Following User Says Thank You to tpaixao For This Useful Post: | ||
![]() |
2010-06-06
, 09:57
|
Posts: 341 |
Thanked: 57 times |
Joined on Nov 2009
|
#3
|
![]() |
2010-06-06
, 11:16
|
Posts: 341 |
Thanked: 57 times |
Joined on Nov 2009
|
#5
|
![]() |
2010-06-06
, 11:48
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#6
|
Ok thanks, but how do I do the configuration in Qt Creator that the applications should be built and run for and on my PC .. ?
![]() |
2010-06-06
, 15:44
|
Posts: 341 |
Thanked: 57 times |
Joined on Nov 2009
|
#7
|
![]() |
2010-06-06
, 16:09
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#8
|
The Following User Says Thank You to gri For This Useful Post: | ||
![]() |
2010-06-06
, 17:06
|
Posts: 341 |
Thanked: 57 times |
Joined on Nov 2009
|
#9
|
![]() |
2010-06-06
, 19:12
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#10
|
My first question is: how can I know all the events that a specific control on a form supports ? (e.g. a button can support events such as clicks, hover over, etc ..) .. how do I get the full list of such events for each of the controls ?
What are 'private slots' and doesn't Qt Creator automatically create all the even function declarations for you in the header file ? I'm asking this because I saw a Qt Creator getting started tutorial, and in that all event function declarations and definitions were manually written in ..