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

From KDE TechBase
(Created page with "Dessa forma, podemos chamar <tt>openFile()</tt> se quisermos exibir uma caixa de diálogo, ou podemos chamar <tt>openFile(QUrl)</tt> se já sabemos o nome do arquivo. Que ser...")
 
(No difference)

Latest revision as of 15:02, 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)
This way, we can call <tt>openFile()</tt> if we want to display a dialog, or we can call <tt>openFile(QUrl)</tt> if we know the name of the file already. Which will be the case when we feed the file name through the command line.

Dessa forma, podemos chamar openFile() se quisermos exibir uma caixa de diálogo, ou podemos chamar openFile(QUrl) se já sabemos o nome do arquivo. Que será o caso de quando alimentarmos o nome do arquivo através da linha de comando.