Re: [Interest] Standardized StackView navigation

2016-01-18 Thread Ben Lau
Beside those signals, transition effect should be able to set per view. In fact, I have already did similar thing in QuickAndroid project. I call it PageStack. https://github.com/benlau/quickandroid/blob/master/QuickAndroid/Page.qml https://github.com/benlau/quickandroid/blob/master/QuickAndroid/

Re: [Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-18 Thread Bo Thorsen
Den 18-01-2016 kl. 19:36 skrev Edward Sutton: When the QComboBox drop-down is activated, the icons overlay the text making it hard to read. Is there a property or style sheet to adjust this? For the currently selected its, the icon and text have good spacing QComboBox. Item icon overlays text.

[Interest] Add margin spacing between QComboBox item icon and text ?

2016-01-18 Thread Edward Sutton
When the QComboBox drop-down is activated, the icons overlay the text making it hard to read. Is there a property or style sheet to adjust this? For the currently selected its, the icon and text have good spacing QComboBox. [cid:329FA5E8-77C2-4F8C-8849-96D4DEB58A7A@ditchwitch.cmw.internal] It

[Interest] Standardized StackView navigation

2016-01-18 Thread Jason H
What are your thoughts with extending StackView (maybe a derived class called 'ScreenStack' or 'ActivityStack') I've done a number of mobile-paradigm based apps, and seem to be convergently evolving the same pattern. main.qml { ScreenStack {} Screen1 {} Screen2 {} Screen3 {} Screen4 {} } Scree

Re: [Interest] Are there fixes for QWebEngine?

2016-01-18 Thread Joerg Bornemann
On 17-Jan-16 19:12, NoRulez wrote: I used the official Beta installer. I've just checked the beta installer. Building the demobrowser example works fine here. If you still feel that you've found a bug, please create a bug report. BR, Joerg ___

Re: [Interest] invalidated copies of QString in QCommonStyle::cachedOption

2016-01-18 Thread Igor Mironchik
On 18.01.2016 13:46, Mojmír Svoboda wrote: On 18.1.2016 10:21, Igor Mironchik wrote: Can you reset model on closing of your table view, drop any data, etc... And then close view. Yes i am doing that. I am trying to close everything i know i created (models, proxy models, context menus, dele

Re: [Interest] invalidated copies of QString in QCommonStyle::cachedOption

2016-01-18 Thread Mojmír Svoboda
On 18.1.2016 10:21, Igor Mironchik wrote: Can you reset model on closing of your table view, drop any data, etc... And then close view. Yes i am doing that. I am trying to close everything i know i created (models, proxy models, context menus, delegates). But the problem persists. While inpec

Re: [Interest] invalidated copies of QString in QCommonStyle::cachedOption

2016-01-18 Thread Igor Mironchik
Hi, I'm not sure that this will help, but... Can you reset model on closing of your table view, drop any data, etc... And then close view. If I understood your correctly you are loading model again on new show? On 18.01.2016 11:40, Mojmír Svoboda wrote: Hello, i have a crash in QCommonStyl

[Interest] invalidated copies of QString in QCommonStyle::cachedOption

2016-01-18 Thread Mojmír Svoboda
Hello, i have a crash in QCommonStyle::subElementRect case SE_ItemViewItemDecoration: case SE_ItemViewItemText: case SE_ItemViewItemFocusRect: if (const QStyleOptionViewItem *vopt = ...) { if (!d->isViewItemCached(*vopt)) { d->viewItemLayout(...);