Hi guys,
got some question concerning events in qt. at first i used the signal slot princip like this one :
to connect an event with a method.Code:
connect(b_loadDB, SIGNAL(clicked()),in,SLOT(loadDB()));
but i want it to be like actionlisteners in java, i read something about events:confused:, 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