Translations:Development/Tutorials/CommandLineArguments/15/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 07:31, 26 October 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.

This way, we can call openFile() if we want to display a dialog, or we can call openFile(QUrl) if we know the name of the file already. Which will be the case when we feed the file name through the command line.