Hello,
I have 2 forms created with QT Creator ( example MainWindow and an Importdialog ). Both have a treewidget and I would like to be able to copy treewidgetitems from the Import dialog to the mainwindow. How do I make the items I copy in the import dialog available to the MainWindow ( scope ? ) ?
Thank you
newbie