Qt-interest Archive, January 2008
Silly question: Colon in paths
Message 1 in thread
What does the colon mean in QPixmap(":/images/cheese.jpg")
--
[ signature omitted ]
Message 2 in thread
Hi,
It means that you want to access something in a resourcefile. Plenty of info
about them in the docs. Should look into that. :)
--
[ signature omitted ]
Message 3 in thread
BadKnees a écrit :
> What does the colon mean in QPixmap(":/images/cheese.jpg")
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>
>
this is used when embeded resources are used in Qt application.
http://doc.trolltech.com/4.3/resources.html
--
[ signature omitted ]