I'd like to have a wide-aspect composition span 2 different
monitors, and still be able to hide the menu-bar and dock like
fullscreen-mode. Is this possible within QC? Or does it require
a cocoa app? If it is the latter, do I have to use two QCViews
and somehow split my composition?
If the monitors are driven from the same video card, you can create a
cocoa app that displays a window covering the 2 screens and has a
QCView inside.
Note that most video cards are limited to rendering up to a maximum
of 2048x2048 pixels.