On Sat, Dec 29, 2012 at 12:10 AM, Thiago Macieira <[email protected]> wrote: > 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 > > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest >
That makes sense, thank you for elaborating. _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
