On sexta-feira, 28 de dezembro de 2012 22.32.08, Mark wrote: > Hi Thiago, > > So that means that i can only use QGuiApplication::clipboard() if the > application process has a GUI running (either SceneGraph or QWidget)?
No. You can access it if you're connected to the windowing system. You don't have to show anything. That means the application type must not be QApplication::Tty. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
