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.
QTablewidgetItem *item;
item->tableWidget(); // returns table pointer, i want this pointer name.
QTableWidget * table;
QTablewidgetItem *item;
item->tableWidget(); // returns table pointer, i want this pointer name.
To copy to clipboard, switch view to plain text mode
Bookmarks