[Development] Can the "hidden" QML properties please be documented?

2013-11-30 Thread Mark Gaiser
Hi, Recently i was searching for a way to influence the "dragDistance" in QML. The documentation (i even looked at dev snapshot docs) didn't provide any clue, but the code did. Turns out there is a hidden property: drag.threshold (it is underlined in red in QtCreator, but works just fine!). For

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Nurmi J-P
On 01 Dec 2013, at 00:42, Mark Gaiser wrote: > Hi, > > Recently i was searching for a way to influence the "dragDistance" in > QML. The documentation (i even looked at dev snapshot docs) didn't > provide any clue, but the code did. Turns out there is a hidden > property: > > drag.threshold (i

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Mark Gaiser
On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P wrote: > > > On 01 Dec 2013, at 00:42, Mark Gaiser wrote: > >> Hi, >> >> Recently i was searching for a way to influence the "dragDistance" in >> QML. The documentation (i even looked at dev snapshot docs) didn't >> provide any clue, but the code did. Tu

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-01 Thread Alan Alpert
On Sun, Dec 1, 2013 at 4:25 AM, Mark Gaiser wrote: > On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P wrote: >> >> >> On 01 Dec 2013, at 00:42, Mark Gaiser wrote: >> >>> Hi, >>> >>> Recently i was searching for a way to influence the "dragDistance" in >>> QML. The documentation (i even looked at dev s

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-02 Thread Smith Martin
rg Subject: Re: [Development] Can the "hidden" QML properties please be documented? On Sun, Dec 1, 2013 at 4:25 AM, Mark Gaiser wrote: > On Sun, Dec 1, 2013 at 11:09 AM, Nurmi J-P wrote: >> >> >> On 01 Dec 2013, at 00:42, Mark Gaiser wrote: >> >&g

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-02 Thread Mark Gaiser
On Mon, Dec 2, 2013 at 10:06 AM, Smith Martin wrote: > For a QML type in a .qml file, qdoc reports an error if it sees a QML > property it thinks should be in the public API for that QML type and there is > no \qmlproperty comment immediately preceding that property in the .qml file. > > But for

Re: [Development] Can the "hidden" QML properties please be documented?

2013-12-02 Thread Alan Alpert
On Mon, Dec 2, 2013 at 1:06 AM, Smith Martin wrote: > For a QML type in a .qml file, qdoc reports an error if it sees a QML > property it thinks should be in the public API for that QML type and there is > no \qmlproperty comment immediately preceding that property in the .qml file. > > But for