Re: [Interest] Problem with QPixmap.

2015-04-19 Thread Igor Mironchik
Hi, On Sun, 19 Apr 2015 13:28:30 +0300, Till Oliver Knoll wrote: > > >> Am 19.04.2015 um 06:54 schrieb Igor Mironchik >> : >> >> Hi, >> >> On Sun, 19 Apr 2015 00:04:08 +0300, Thiago Macieira >> wrote: >> On Friday 17 April 2015 19:53:01 Igor Mironchik wrote: I have one problem: pi

Re: [Interest] Problem with QPixmap.

2015-04-19 Thread Till Oliver Knoll
> Am 19.04.2015 um 06:54 schrieb Igor Mironchik : > > Hi, > > On Sun, 19 Apr 2015 00:04:08 +0300, Thiago Macieira > wrote: > >>> On Friday 17 April 2015 19:53:01 Igor Mironchik wrote: >>> I have one problem: pixmap "usb-disconnected.png" doesn't draws >>> correctly. >>> Draws absolutely n

Re: [Interest] Problem with QPixmap.

2015-04-18 Thread Igor Mironchik
Hi, On Sun, 19 Apr 2015 00:04:08 +0300, Thiago Macieira wrote: > On Friday 17 April 2015 19:53:01 Igor Mironchik wrote: >> I have one problem: pixmap "usb-disconnected.png" doesn't draws >> correctly. >> Draws absolutely nothing. And if click on this button application >> crashes. >> What

Re: [Interest] Problem with QPixmap.

2015-04-18 Thread Syam Krishnan
On 04/18/2015 10:33 AM, Igor Mironchik wrote: > Hi, William. > > On Sat, 18 Apr 2015 01:54:27 +0300, william.croc...@analog.com > wrote: >> Have you added the .png file to your .qrc file. > Yes, I have. I have a similar usage in my project and my qrc file is like this: images/pic

Re: [Interest] Problem with QPixmap.

2015-04-18 Thread Thiago Macieira
On Friday 17 April 2015 19:53:01 Igor Mironchik wrote: > I have one problem: pixmap "usb-disconnected.png" doesn't draws correctly. > Draws absolutely nothing. And if click on this button application crashes. > What is the problem? Thank you. Hi Igor You're not a newbie. You know better than to

Re: [Interest] Problem with QPixmap.

2015-04-17 Thread Igor Mironchik
Hi, On Sat, 18 Apr 2015 08:03:13 +0300, Igor Mironchik wrote: > Hi, William. > > On Sat, 18 Apr 2015 01:54:27 +0300, william.croc...@analog.com > wrote: > >> On 04/17/2015 12:53 PM, Igor Mironchik wrote: >>> Hi, guys. >>> >>> I have one problem: pixmap "usb-disconnected.png" doesn't draws

Re: [Interest] Problem with QPixmap.

2015-04-17 Thread Igor Mironchik
Hi, William. On Sat, 18 Apr 2015 01:54:27 +0300, william.croc...@analog.com wrote: > On 04/17/2015 12:53 PM, Igor Mironchik wrote: >> Hi, guys. >> >> I have one problem: pixmap "usb-disconnected.png" doesn't draws >> correctly. Draws >> absolutely nothing. And if click on this button applica

Re: [Interest] Problem with QPixmap.

2015-04-17 Thread william.croc...@analog.com
On 04/17/2015 12:53 PM, Igor Mironchik wrote: > Hi, guys. > > I have one problem: pixmap "usb-disconnected.png" doesn't draws correctly. > Draws > absolutely nothing. And if click on this button application crashes. What is > the > problem? Thank you. > Have you added the .png file to your .qrc

[Interest] Problem with QPixmap.

2015-04-17 Thread Igor Mironchik
Hi, guys. I have one problem: pixmap "usb-disconnected.png" doesn't draws correctly. Draws absolutely nothing. And if click on this button application crashes. What is the problem? Thank you. -- Best Regards, Igor Mironchik. usb_button.cpp Description: Binary data usb_button.hpp Descript

[Interest] Problem with QPixmap using framebuffer with omapfb. Works with qt 4.x, but dosn’t work using qt 5.x

2014-01-20 Thread Georg . Brand
Hello As 'SGaist' from qt-project Forum suggested, I will send this Problem to this Mailing List: Hello The subject describes the Problem. Platform is a Debian armel Linux (Wheezy). Using omapfb as display driver to the framebuffer. Hardware is an AM3517. Th