Hello, am trying to connecting QTableWidget's cellActivated(int, int) signal
with my custom slot.
here is the code:

    procedure Cell_Selected (Self : access List_Selector'Class; Row :
Qt4.Q_Integer; Column : Qt4.Q_Integer);
    pragma Q_Slot (Cell_Selected, "cellSelected(int, int)");

but I got following message :

QObject::connect: Incompatible sender/receiver arguments
        QTableWidget::cellActivated(int,int) -->
List_Selector::cellSelected(int, int)

I don't get it, am I doing wrong..? qtada implementation using Qt4.Q_Integer
too. here's codes from
Qt4.Table_Widget.Directors:

   not overriding
   procedure Emit_Cell_Activated
    (Self : not null access Q_Table_Widget_Director;
     Row : Qt4.Q_Integer;
     Column : Qt4.Q_Integer);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://box347.bluehost.com/pipermail/qtada-users_lists.qtada.com/attachments/20110615/8f9ece83/attachment.htm>
_______________________________________________
qtada-users mailing list
[email protected]
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to