[PyQt] Texturing using PyQt/PySide

šãñ niceguysan at gmail.com
Sun Feb 3 10:23:42 GMT 2013


you can use QImage !!!

or QScene or I have not played with it yet..

On Sun, Feb 3, 2013 at 3:50 PM, the lily <the.1.lily at hotmail.com> wrote:

>
> thanks but I do not wanna show the image on button I wanna show it on a
> window
>
> ------------------------------
> From: niceguysan at gmail.com
> Date: Sun, 3 Feb 2013 15:35:56 +0530
> Subject: Re: [PyQt] Texturing using PyQt/PySide
> To: the.1.lily at hotmail.com
> CC: pyqt at riverbankcomputing.com
>
>
> Do you mean Image ? if so , you can display an image like this
>
> *self.btn1 = QtGui.QPushButton("")
> img_mIcon = QtGui.QPixmap(":images/icon_maya-small.png")
> self.btn1.setIcon(QtGui.QIcon(img_mIcon))*
>
>
> On Sun, Feb 3, 2013 at 3:26 PM, the lily <the.1.lily at hotmail.com> wrote:
>
>  Hi
>
> I'm new to pyside/pyqt
> I would like to apply a texture and displays it into a window using one of
> them
> I found only one example that is listed in the Qt website but it is
> complicated since I got lost between the different functions
>
> I just want to know if I have an image called A for example how can I
> display it as a texture in a pyqt window
>
>
> thanks
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
>
>
> --
> ** [image: San's personal blog]<http://feeds.feedburner.com/SanLuthraBlog>
>
> *
> *
>



-- 
**

[image: San's personal blog] <http://feeds.feedburner.com/SanLuthraBlog>

*
*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20130203/7f354503/attachment.html>


More information about the PyQt mailing list