How to copy a text file (.txt, .doc,.odt,.pdf etc) contains USB Drive / Pen drive in Linux By creating a QT Application.
Unsolved
General and Desktop
-
How to copy a text file (.txt, .doc,.odt,.pdf etc) contains USB Drive / Pen drive in Linux By creating a QT Application.
-
Hi,
Please search the documentation: QFile::copy.
-
@SGaist said in How to copy a text file (.txt, .doc,.odt,.pdf etc) contains USB Drive / Pen drive in Linux By creating a QT Application.:
Hi,
i
Please search the documentation: QFile::copy.Hi , I want to mount the USB drive /Pen Drive, using a QT application, from there, wants to copy a .text file's content into an edit text
-
@Rahul-Samanta Why do you want to mount it in your app? Mounting is usually an job for your OS.
To read a file please read http://doc.qt.io/qt-5/qfile.html