i have QListWidget that load from file strings , each string in the file converted to item in the QListWidget.
now i need to be able copy from text numbers of line to clipbord and paste them into the QListWidget
and it will add items into the QListWidget .
how can i do the copy / paste function is there any tutorial or example that show this kind of action ?
thanks
i have QListWidget that load from file strings , each string in the file
Share
If I rightly understood your actions, you want to copy from file, to paste in global clipboard and to insert data from clipboard to QListWidget.
Then, you should read about QClipBoard http://doc.crossplatform.ru/qt/4.7.x/qclipboard.html