[Interest] QHeaderView equivalent of QTableView::setSpan?

2018-03-12 Thread Murphy, Sean
I'm trying to figure out how to have a horizontal QHeaderView's sections span multiple columns. I know that within the table itself, table cells can be merged via QTableView::setSpan(int row, int column, int rowSpanCount, int columnSpanCount), but as far as I can tell, that functionality doesn't

Re: [Interest] Embedding Qt on Existing Android App

2018-03-12 Thread Jason H
I haven't tried it, but there's a QtActivity which the Qt app inherts, so yes. > Sent: Monday, March 12, 2018 at 5:37 PM > From: "paulovictor.pinhe...@gmail.com" > To: interest@qt-project.org > Subject: [Interest] Embedding Qt on Existing Android App > > Is it possible to Render Qt within an And

[Interest] Bug of the QpixmapCache ?

2018-03-12 Thread hizoka
Hi every one :) I use python 3.6.3 with Qt 5.9.1 on my Kubuntu 17.10 and I like that :) But I have a probleme who smells like a bug... I use a QpixmapCache for a big gain of time, I load 650 thumbnail jpg files for a size of 8mo. I increased the cache's limit to 1go. When I launch my soft, it'

[Interest] Embedding Qt on Existing Android App

2018-03-12 Thread paulovictor.pinhe...@gmail.com
Is it possible to Render Qt within an Android View or Fragment? I failed to find any documentation on that aspect. The Idea is to have an Android View or Fragment that I can insert an existing Activity and display a QML file. It's just for a prototype, not production code, so it is fine if the on

[Interest] Qt Quick Controls 2 Combo Box - search behavior

2018-03-12 Thread Tomasz Olszak
Hi, Is it intended that, when ComboBox popup is visible, typing text changes currentIndex instead of highlighted index? Additionally is it possible to implement custom search/highlight (e.g possibility to type a few letters and search after short delay)? I'm asking because highlight is not writabl