Re: [Interest] QCommandLine parser: why can't value() return positional arguments?

2015-01-31 Thread Thiago Macieira
On Saturday 31 January 2015 20:55:45 Jason H wrote: > Couldn't it be more though? I don't see why if you do use > addPositionalArgument, that it couldn't provide the mapping of name to > position. By definition of "positional argument", you access it by position. If you accessed it by name, it wo

Re: [Interest] QExifImageHeader source

2015-01-31 Thread Tom Isaacson
Nothing? QExifImageHeader was part of Qt Extended but this was discontinued in 2009. It became Qt Extended Improved (http://wiki.openmoko.org/wiki/Qt_Extended_Improved) but this website hasn't been updated since 2011 and the git repository doesn't exist. The only recent code I can find is here:

Re: [Interest] QCommandLine parser: why can't value() return positional arguments?

2015-01-31 Thread Jason H
> On Friday 30 January 2015 16:59:45 Jason H wrote: > > This is my first use of the new class and I think it's missing a rather > > obvious feature. > > > > If I parser.addPositionalArgument("key", ...) why can't I then return it > > with parser.value(key)? > > > > When I try to use .value(key) I

Re: [Interest] [QML] Different behaviour between QML Scene and QQmlApplicationEngine when using getContext("2d")

2015-01-31 Thread Alejandro Exojo
El Thursday 29 January 2015, Christoph Petzold escribió: > qrc:/NotWorkingRectangle.qml:7:5: QML Canvas: Unable to use getContext() at > this time, please wait for available: true (...) > NotWorkingRectangle.qml: > --- > import QtQuick 2.3 > import QtQuick.Controls