TabView, Tab invalid property name
-
The TabView is complaining about a width property and the Tab components are flagging the source property.
This happened after I had dropped a MessageDialog and BusyIndicator in the QML file. I have commented out those components and the issue still remains. The app fails to connect when trying to debug on Ubuntu and the screen remains black on an Android device.
I am using Qt5.6 on Ubuntu 15.10.
Any thoughts?
Cory