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

From KDE TechBase
(Created page with "<tt>fileName.clear()</tt> define a QString <tt>fileName</tt> como vazio para refletir o fato de que este documento ainda não tem presença no armazenamento. <tt>textArea->cle...")
 
No edit summary
 
Line 1: Line 1:
<tt>fileName.clear()</tt> define a QString <tt>fileName</tt> como vazio para refletir o fato de que este documento ainda não tem presença no armazenamento. <tt>textArea->clear()</tt> limpa a área do texto central usando a mesma função à qual conectamos o <tt>clear</tt> <tt>KQction</tt> no tutorial 3.
<tt>fileName.clear()</tt> define a QString <tt>fileName</tt> como vazio para refletir o fato de que este documento ainda não tem presença no armazenamento. <tt>textArea->clear()</tt> limpa a área de texto central usando a mesma função à qual conectamos o <tt>clear</tt> <tt>KQction</tt> no tutorial 3.

Latest revision as of 17:20, 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)
<tt>fileName.clear()</tt> sets the <tt>fileName</tt> QString to be empty to reflect the fact that this document does not yet have a presence on storage. <tt>textArea->clear()</tt> then clears the central text area using the same function that we connected the <tt>clear</tt> <tt>KQction</tt> to in tutorial 3.

fileName.clear() define a QString fileName como vazio para refletir o fato de que este documento ainda não tem presença no armazenamento. textArea->clear() limpa a área de texto central usando a mesma função à qual conectamos o clear KQction no tutorial 3.