Translations:Development/Tutorials/CommandLineArguments/12/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Aqui não fizemos nada além de adicionar uma nova função <tt>openFile</tt> que utiliza uma <tt>QUrl</tt>. Novamente, usamos uma QUrl em vez de uma QString para que também...")
 
(No difference)

Latest revision as of 14:58, 20 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/CommandLineArguments)
Here we have done nothing but add a new <tt>openFile</tt> function which takes a <tt>QUrl</tt>. Again, we use a QUrl instead of a QString so that we can also work with remote files as if they were local.

Aqui não fizemos nada além de adicionar uma nova função openFile que utiliza uma QUrl. Novamente, usamos uma QUrl em vez de uma QString para que também possamos trabalhar com arquivos remotos como se fossem locais.