[Qt-interest] event handling signal in tablewidget...
suma s
suma_s27 at yahoo.co.in
Fri Apr 29 08:26:15 CEST 2011
hai...
i am new to Qt . i have an application developed on QTableWidget.. which consists of 3 rows and 4 cols...
in my application..i am using signals and slots.. where in.. whenever the timeout() (a signal in QT) happens.. a slot(tTrans() in my case) has to be handled...
the slot mainly has keypressevents() functions that handles the code for zoom in a perticular cell in the tablewidget after timeout() of 1 sec..
now i have a problem.. i am not able to pass the values from the slot(tTrans()) to the keypressevents() function... i mean the values are not bing passed to the function in the slot...
so i just wanted to know.. how can i accomplish my work...
or
is there any such signal in Qt that can handle an event as the slot.. since keypressevents() need a QKeyEvent* event...
or
any way where in i can pass the values to a function in a slot that inturn calls one more function...
--------
Regards
Suma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110429/f5dadeb3/attachment.html
More information about the Qt-interest-old
mailing list