[Interest] QClipboard from QCoreApplication?
Mark
markg85 at gmail.com
Sat Dec 29 01:04:14 CET 2012
On Sat, Dec 29, 2012 at 12:10 AM, Thiago Macieira
<thiago.macieira at intel.com> 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
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
That makes sense, thank you for elaborating.
More information about the Interest
mailing list