Hi,
I have a custom QDialog (say "MyDialog") with a QTableWidget to display my data.
Now in MyDialog constructor I have the following code
Qt Code:
{ setupTable(); }To copy to clipboard, switch view to plain text mode
I have 2 queries regarding the code.
Firstly Who is responsible for deleting myFactory ?
Secondly, what is the scope of myFactory and hence the editor MyItemEditor ?
In other words will a different QTableWidget in some other place also use this factory ?


Reply With Quote



Bookmarks