[Interest] kwallet open icon sticks to mouse pointer after updating to Qt 4.8.7?

2015-04-18 Thread René J . V . Bertin
Hi, Since a couple of days I have a kwallet is open icon stuck to my mouse pointer after having unlocked a KWallet, disappearing only when the wallet gets a timeout and is closed. There have been no updates to the KDE libraries involved with KWallet management, but I did install the Qt 4.8.7

Re: [Interest] Visual Studio integrated help

2015-04-18 Thread Bob Hood
I'm using qt-vs-addin-1.2.3-opensource.exe http://download.qt.io/official_releases/vsaddin/qt-vs-addin-1.2.3-opensource.exeright now with VS2013 Update 2, and unless I'm mistaken, that is Qt5-based. There's also a newer 1.2.4 version available. On 4/18/2015 10:00 AM, Scott Aron Bloom wrote:

Re: [Interest] Visual Studio integrated help

2015-04-18 Thread Scott Aron Bloom
That was it.. thanks! From: Bob Hood [mailto:bho...@comcast.net] Sent: Saturday, April 18, 2015 11:11 AM To: Scott Aron Bloom; interest@qt-project.org Subject: Re: [Interest] Visual Studio integrated help I'm using

[Interest] Visual Studio integrated help

2015-04-18 Thread Scott Aron Bloom
With Qt4 and the Visual Studio add in, besides the type/debugging visualizers, we also got integrated help. Is there a Qt5/Vs 2013 replacement for the help? Scott ___ Interest mailing list Interest@qt-project.org

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 say

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 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: RCC

Re: [Interest] Problem with QPixmap.

2015-04-18 Thread Igor Mironchik
Hi, On Sun, 19 Apr 2015 00:04:08 +0300, Thiago Macieira thiago.macie...@intel.com 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