Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Josh Faust
Is this expected? Is custom styling not a supported feature? Did some more digging, it looks like I should now be extending from the specific control's style, which works fine. However, there are some styles that do not exist in the qmldir. Is that on purpose for specific styles, or should all

Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Bache-Wiig Jens
On May 16, 2013, at 11:44 PM, Josh Faust jfa...@suitabletech.com wrote: Is this expected? Is custom styling not a supported feature? Did some more digging, it looks like I should now be extending from the specific control's style, which works fine. However, there are some styles that

Re: [Interest] QtQuick Controls: custom styling

2013-05-16 Thread Josh Faust
Yes. Not everything will be style capable in the first release. But keep in mind that ToolButton is pretty much simply a custom styled Button, so there is not much point in exposing it when you can simply use a custom styled Button instead. The ToolBarStyle and StatusBarStyle is also