Hi Pritpal, could you add the following signals to HbQt
For Class QTableWidget: I need them: - void *cellActivated<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellActivated> * ( int *row*, int *column* ) - void *cellChanged<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellChanged> * ( int *row*, int *column* ) - void *cellClicked<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellClicked> * ( int *row*, int *column* ) - void *cellDoubleClicked<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellDoubleClicked> * ( int *row*, int *column* ) - void *cellEntered<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellEntered> * ( int *row*, int *column* ) - void *cellPressed<http://qt.nokia.com/doc/4.5/qtablewidget.html#cellPressed> * ( int *row*, int *column* ) - void *currentCellChanged<http://qt.nokia.com/doc/4.5/qtablewidget.html#currentCellChanged> * ( int *currentRow*, int *currentColumn*, int *previousRow*, int * previousColumn* ) Optionals (I think that I don't need them): - void *currentItemChanged<http://qt.nokia.com/doc/4.5/qtablewidget.html#currentItemChanged> * ( QTableWidgetItem * *current*, QTableWidgetItem * *previous* ) - void *itemActivated<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemActivated> * ( QTableWidgetItem * *item* ) - void *itemChanged<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemChanged> * ( QTableWidgetItem * *item* ) - void *itemClicked<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemClicked> * ( QTableWidgetItem * *item* ) - void *itemDoubleClicked<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemDoubleClicked> * ( QTableWidgetItem * *item* ) - void *itemEntered<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemEntered> * ( QTableWidgetItem * *item* ) - void *itemPressed<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemPressed> * ( QTableWidgetItem * *item* ) - void *itemSelectionChanged<http://qt.nokia.com/doc/4.5/qtablewidget.html#itemSelectionChanged> * () Thanks in advance CdQ
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour