Get a property that is an object
Bug #1318829 reported by
Tim Peeters
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Autopilot Qt Support |
New
|
Undecided
|
Unassigned |
Bug Description
Item {
id: parentItem
property Item complexProperty
}
We have a lot of code where inside an Item we define a complex property (such as an Item) that we need to access in autopilot, and of which the value can be set by other components. Currently I know of no way that we can use autopilot to get complexProperty from parentItem.
To post a comment you must log in.
Hi Tim,
Thanks for the bug report. What is 'complexProperty' in the Qml snippet? If
you have time, providing a self-contained .qml file that runs within
qmlscene would make it much easier for us to reproduce, and fix this
problem.
Cheers,
On Tue, May 13, 2014 at 9:53 AM, Tim Peeters <email address hidden>wrote:
> Public bug reported: /bugs.launchpad .net/bugs/ 1318829 /bugs.launchpad .net/autopilot- qt/+bug/ 1318829/ +subscriptions
>
> Item {
> id: parentItem
>
> property Item complexProperty
> }
>
> We have a lot of code where inside an Item we define a complex property
> (such as an Item) that we need to access in autopilot, and of which the
> value can be set by other components. Currently I know of no way that we
> can use autopilot to get complexProperty from parentItem.
>
> ** Affects: autopilot-qt
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of Autopilot
> Hackers, which is subscribed to Autopilot Qt Support.
> https:/
>
> Title:
> Get a property that is an object
>
> Status in Autopilot Qt support:
> New
>
> Bug description:
> Item {
> id: parentItem
>
> property Item complexProperty
> }
>
> We have a lot of code where inside an Item we define a complex
> property (such as an Item) that we need to access in autopilot, and of
> which the value can be set by other components. Currently I know of no
> way that we can use autopilot to get complexProperty from parentItem.
>
> To manage notifications about this bug go to:
> https:/
>
--
Thomi Richards
<email address hidden>