Product manual

Command-Line Parameters
-c or --closebutton
Description:Define a place for a close button in virtual console. The button can be used to
close QLC+. Has effect only in kiosk mode (see -k) and is most useful when in fullscreen mode
without a window manager.
Parameters: x,y,w,h
Examples:
Create a button at (x400, y500) whose size is (w70, h50):
qlcplus -c 400,500,70,50
qlcplus --closebutton 400,500,70,50
-d or --debug
Description: Enable debug mode and optionally set the output level.
Parameters: Level (see QtMsgType)
Examples:
Enable debug mode and set debug level to 0:
qlcplus -d
qlcplus --debug
Enable debug mode and set debug level to 3:
qlcplus -d 3
-f or --fullscreen
Description: Start the application in fullscreen mode
Parameters: Method (either 'normal' or 'resize')
Examples:
Tell the window manager to give the whole screen space to QLC+:
qlcplus -f
qlcplus --fullscreen
qlcplus -f normal
qlcplus --fullscreen normal
Resize QLC+ to take up the whole screen space (useful in custom X11 sessions without a
window manager):
qlcplus -f resize
qlcplus --fullscreen resize
-h or --help
Description: Display command-line help (only in Linux & OS X)
Parameters: None
Examples:
Display the command-line help:
Page 105