[Qt-interest] Adding arbitrary depth to Graphics Scene & Friends
Jason H
scorp1us at yahoo.com
Wed Apr 27 18:47:20 CEST 2011
In theory no, but in practice yes.
You'll have to make a QAppliction instance, but you [probably] won't have to
call app.exec().
main ()
{
QApplication app;
QGraphicsView gv...
/* do your manipulation here */
/* do your output here */
/* no need for exec (most likely) */
return 0;
}
________________________________
From: Javier Urien <javierurien at gmail.com>
To: Jason H <scorp1us at yahoo.com>
Cc: qt-interest at trolltech.com
Sent: Wed, April 27, 2011 10:43:29 AM
Subject: Re: [Qt-interest] Adding arbitrary depth to Graphics Scene & Friends
On Tue, Apr 26, 2011 at 18:28, Javier Urien <javierurien at gmail.com> wrote:
>
>
>On Tue, Apr 26, 2011 at 16:20, Jason H <scorp1us at yahoo.com> wrote:
>
>Yes. a Qt Image IO plugin.
>>
>>http://doc.qt.nokia.com/qq/qq17-imageio.html
>>
>>
>Excellent!!!
>
>
>Thanks for all your answers!
One more question. Does all this depend on the application loop or can it be
used without a QApplication instance?
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110427/3da636ad/attachment.html
More information about the Qt-interest-old
mailing list