is struggled a while to get the web interface running on MAC. The Info in the manual also states that its quite difficult on MAC ond that you need to open the package in the Terminal etc...
I found this solution:
open the apple script editor, and simply create a new app with the following code:
Code: Select all
do shell script "/Applications/QLC+.app/Contents/MacOS/qlcplus -w"
If you save it as a standalone app, you can simply open this app and the -w flag is set!