[Interest] Android menu button QWidget app

2019-04-09 Thread Roman Wüger
Hello, I use a QWidget app on Android. I noticed that a menu button (button with 3 white lines on it) is created without my knowledge. How can I hide/remove this menu button? Because when I tip with my finger on this button then the application crash. Thanks in advance Regards Roman __

[Interest] QTableWidget Excel-like fill handle

2019-04-09 Thread Kevin Wang
Hi all, I was wondering if anyone has implemented an excel-like fill handle for cells to be able to drag and increment numbers in the table? I haven't been able to find anything on Google, or the Qt docs. Thanks, Kevin ___ Interest mailing list In

Re: [Interest] Multiple Qt3DExtras::Qt3DWindow instances in one application doesn't work

2019-04-09 Thread Andy
I would highly recommend you avoid relying on the classes in Qt3DExtras. That code is in a grey area - not really "official & supported". It seems to exist only for the examples (which also don't work in some cases) and it's not "real-world" ready. We were told at the beginning that they would be

[Interest] Multiple Qt3DExtras::Qt3DWindow instances in one application doesn't work

2019-04-09 Thread Marcin Musial
Hi, I tried to use multiple instances of Qt3DExtras::Qt3DWindow, but it looks like it doesn't work. Only last one created/activated/shown is rendering. Is it like that in Qt3D? Or maybe I have to do some extra steps to make it work. For a little bit of context: I'm *not* creating multiple "views"