Forrest logo
back to context overview

qtcreator

List of commands for qtcreator:

  • qtcreator:tldr:6417c qtcreator: Start Qt Creator in presentation mode with pop-ups for keyboard shortcuts.
    $ qtcreator -presentationMode
    try on your machine
    explain this command
  • qtcreator:tldr:6d396 qtcreator: Start Qt Creator but don't load the specified plugin.
    $ qtcreator -noload ${plugin}
    try on your machine
    explain this command
  • qtcreator:tldr:a3f09 qtcreator: Start Qt Creator.
    $ qtcreator
    try on your machine
    explain this command
  • qtcreator:tldr:a47cb qtcreator: Start Qt Creator and restore the last session.
    $ qtcreator -lastsession
    try on your machine
    explain this command
  • qtcreator:tldr:bc0a9 qtcreator: Start Qt Creator and show the diff from a specific commit.
    $ qtcreator -git-show ${commit}
    try on your machine
    explain this command
back to context overview