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/
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.
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
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
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
___
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
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
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
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(...);