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 ..