Re: [Interest] Binary file embedded in Resources to std::istream

2013-08-02 Thread Karl Ruetz
I'd try QDataStream. For input: QFile file("file.xxx"); file.open(QIODevice::ReadOnly); QDataStream in(&file); use >> operator or readBytes method to read for output: QFile file("file.xxx"); file.open(QIODevice::WriteOnly); QDataStream out(&file); use << operator or writeBytes() meth

Re: [Interest] Possible buf in QDialog

2013-08-02 Thread Philippe
This was in \4.8.5\src\gui\kernel\qapplication_win.cpp Philippe On Fri, 2 Aug 2013 14:54:05 + Graham Labdon wrote: Hi > In your bug report you make mention of the event SC_CONTEXTHELP not being > handled. In which file is it missing? > > Thanks > > From: interest-bounces+graham.labdon=av

Re: [Interest] Possible buf in QDialog

2013-08-02 Thread Philippe
Funnily enough, I entered the bug you describe in Jira, 5 min before reading your email! https://bugreports.qt-project.org/browse/QTBUG-32782 Philippe On Fri, 2 Aug 2013 14:02:42 + Graham Labdon wrote: Hello > I would be grateful if s

[Interest] Possible buf in QDialog

2013-08-02 Thread Graham Labdon
Hello I would be grateful if some one could confirm the following behaviour in Qt5 Create a dialog add some widgets for these widgets add a Whats This string. When the dialog is displayed and the '?' is pressed I get the whats this cursor but not what this is displayed. When compiled for Qt4.8.2

[Interest] qtifw : weird error creating offline installer

2013-08-02 Thread Jordi Pujol
Hi all, I'm stuck with a weird problem. I've been using qtifw to deploy my apps without many troubles, but suddenly it stopped working for one of them. The context : Windows 7 Qt 4.8.1 qtifw 1.3 ( downloaded from qt-project page ) && 1.4 ( last from git, homebrew compile ) App "DIP", installer O