Re: [Interest] QJsonObject::value() - Undefined or Null upon non-existing key

2014-06-26 Thread Wiebe Cazemier
- Original Message - From: Wiebe Cazemier wi...@halfgaar.net To: interest@qt-project.org Sent: Wednesday, 25 June, 2014 2:31:49 PM Subject: [Interest] QJsonObject::value() - Undefined or Null upon non-existing key Hi, The docs for QJsonObject::operator[] say [1

[Interest] QJsonObject::value() - Undefined or Null upon non-existing key

2014-06-25 Thread Wiebe Cazemier
, Wiebe Cazemier [1] http://qt-project.org/doc/qt-5/qjsonobject.html#operator-5b-5d ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Subclassing QIODevice and passing it to QXMLStreamReader

2014-05-24 Thread Wiebe Cazemier
I'm trying to use a subclassed QIODevice for parsing XML with QXMLStreamreader, but no matter what I do, the data is not read. The docs say: Subclasses of QIODevice are only required to implement the protected readData() and writeData() functions. But no matter what I do, the code in my

Re: [Interest] Subclassing QIODevice and passing it to QXMLStreamReader

2014-05-24 Thread Wiebe Cazemier
- Original Message - From: Wiebe Cazemier wi...@halfgaar.net To: interest@qt-project.org Sent: Saturday, 24 May, 2014 8:08:02 PM Subject: [Interest] Subclassing QIODevice and passing it to QXMLStreamReader I'm trying to use a subclassed QIODevice for parsing XML

Re: [Interest] Process started with QProcess::startDetached is still a child, and is killed when parent quits

2014-03-06 Thread Wiebe Cazemier
(CET) schrieb Wiebe Cazemier wi...@halfgaar.net: So, how do I really start a detached process? Is there a similar way to how Linux parents orphaned processes to init? i have a process to restart a service at a given time, and i do it this way: QProcess* batchProcess=new QProcess

Re: [Interest] Process started with QProcess::startDetached is still a child, and is killed when parent quits

2014-03-06 Thread Wiebe Cazemier
- Original Message - From: Bo Thorsen bthor...@ics.com To: interest@qt-project.org Sent: Thursday, 6 March, 2014 12:56:00 PM Subject: Re: [Interest] Process started with QProcess::startDetached is still a child, and is killed when parent quits For this reason, I don't use

[Interest] Process started with QProcess::startDetached is still a child, and is killed when parent quits

2014-03-05 Thread Wiebe Cazemier
I'm trying to get my auto-updater to work for my Qt 5.1 project (running on Windows 7 32 bit, but Windows XP has the same problem). It downloads an installer, starts it, and quits itself. The problem is that when the application quits, the installer is killed along with it, regardless of the

Re: [Interest] Qt installer framework: maintenance tool update fails silently

2014-02-27 Thread Wiebe Cazemier
- Original Message - From: Karsten Heimrich karsten.heimr...@digia.com To: interest@qt-project.org Sent: Thursday, 27 February, 2014 1:04:24 PM Subject: Re: [Interest] Qt installer framework: maintenance tool update fails silently Did you bump the version number of the component

[Interest] Qt installer framework: maintenance tool update fails silently

2014-02-26 Thread Wiebe Cazemier
Hi, I created an installer for our Qt application with the Qt Installer framework (1.5 on Windows 7). I'm trying to install an update, and so I uploaded new files to the repository created by repogen. When I start the maintenance tool (called uninstall.exe...) and choose update, nothing

[Interest] Qt Installer framework: installer that installs updates, not only new installs

2014-02-25 Thread Wiebe Cazemier
Hello, I'm creating installers for my current project (online and offline) with Qt Installer Framework 1.5. The installer works, but I'm having problems with using the installer to install updates. I have these issues: [1] when running the offline or online installer again for a new