Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiehwen/75911b701be0114b67c9 to your computer and use it in GitHub Desktop.
Save chiehwen/75911b701be0114b67c9 to your computer and use it in GitHub Desktop.

使用方法: qmlscene [參數選項] <檔案名稱>

參數選項:

  --maximized ............................... 執行時最大化 (Run maximized)
  --fullscreen .............................. 執行時全螢幕 (Run fullscreen)
  --transparent ............................. 使用透明化視窗模式 (Make the window transparent)
  --multisample ............................. 啟動多重採樣 (OpenGL 防鋸齒功能) (Enable multisampling) (OpenGL anti-aliasing)
  --no-version-detection .................... 不要去嘗試檢測 .qml 檔案的版本 (Do not try to detect the version of the .qml file)
  --slow-animations ......................... 使用慢動作模式運行所有動畫特效 (Run all animations in slow motion)
  --resize-to-root ..........................  (Resize the window to the size of the root item)
  --quit .................................... 啟動後立即關閉 (Quit immediately after starting)
  --disable-context-sharing .................  (Disable the use of a shared GL context for QtQuick Windows)
  -I <path> ................................. 增加 <路徑> 到引入的清單 (Add <path> to the list of import paths)
  -B <name> <file> ..........................  (Add a named bundle)
  -translation <translationfile> ............ 設定運行時的語言 (Set the language to run in)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment