Translations:Development/Tutorials/Saving and loading/11/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Também queremos acompanhar o nome do arquivo do arquivo aberto no momento, por isso declaramos um<tt>[http://doc.qt.io/qt-5/qstring.html QString] fileName</tt>.")
 
No edit summary
 
Line 1: Line 1:
Também queremos acompanhar o nome do arquivo do arquivo aberto no momento, por isso declaramos um<tt>[http://doc.qt.io/qt-5/qstring.html QString] fileName</tt>.
Também queremos acompanhar o nome de arquivo do arquivo aberto no momento, por isso declaramos um<tt>[http://doc.qt.io/qt-5/qstring.html QString] fileName</tt>.

Latest revision as of 15:25, 19 November 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Saving and loading)
We also want to keep track of the filename of the currently opened file so we declare a <tt>[http://doc.qt.io/qt-5/qstring.html QString] fileName</tt>.

Também queremos acompanhar o nome de arquivo do arquivo aberto no momento, por isso declaramos umQString fileName.