[Qt-interest] event handling signal in tablewidget...

sarvesh saran aquarian.thunder at gmail.com
Fri Apr 29 11:15:47 CEST 2011


On Fri, Apr 29, 2011 at 11:56 AM, suma s <suma_s27 at yahoo.co.in> wrote:

> 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...
>
> What exactly are you trying to accomplish here? Instead of a long
description, code samples always help.....What values are you trying to pass
to your keypressevents() function? Whats stopping you from making a simple
function call and pass the arguments?

-sarvesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110429/05f80fd4/attachment.html 


More information about the Qt-interest-old mailing list