Hi, I have something like this:
Image {
id : myimage
source: mysource
width : 20; height : 20
}
State {
name : "unscaled"
PropertyChanges{ target: myimage; width: default height: default }
}
Setting the properties to default does not work.
Is there any way to unset properties in qml?
All the best,
Steve.
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
