hello munna,

thanx for reply. i want the name of the pointer that "i->tableWidget()" will return.
i am also not setting the name for the table created (programatically not in designer).
so it is returning blank string.
i want the pointer name.

Qt Code:
  1. QTableWidget * table;
  2. QTablewidgetItem *item;
  3. item->tableWidget(); // returns table pointer, i want this pointer name.
To copy to clipboard, switch view to plain text mode