Hi guys,

got some question concerning events in qt. at first i used the signal slot princip like this one :
Qt Code:
  1. connect(b_loadDB, SIGNAL(clicked()),in,SLOT(loadDB()));
To copy to clipboard, switch view to plain text mode 
to connect an event with a method.

but i want it to be like actionlisteners in java, i read something about events, but i can't help myself with it. anyway that's my question, is there a way to check events and do then methods and get return values, like in java (cause i think, it's a pretty easy principle)

i hope somebody can help me
thx
tobi