[Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-03 Thread mark diener
Hello List: Anybody run into problems with gradle from qt 5.5.1 projects? qt5.6 beta projects: Lots of problems with Gradle not knowing which way is up by opening gradle.build. Error:(37, 0) Could not find property 'androidCompileSdkVersion' on com.android.build.gradle.AppExtension_Decorated@4f

[Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-03 Thread mark diener
Hello List: Anybody run into problems with gradle from qt 5.5.1 projects? qt5.6 beta projects: Lots of problems importing Gradle. Error:(37, 0) Could not find property 'androidCompileSdkVersion' on com.android.build.gradle.AppExtension_Decorated@4f513134. Open File I am trying various combinat

[Interest] QStyledItemDelegate's sizeHint() height being ignored by QTableWidget?

2016-01-03 Thread Bob Hood
I'm using a QTableWidget (Qt 5.4.2) to display QImages in each cell of the table. I'm using a QStyledItemDelegate for the table, and it overrides paint() and sizeHint(). Each QImage has been already been scaled from the original to 160x120, resulting in 160x108 due to maintaining aspect. I'm

[Interest] Displaying a QQuickWidget inside a QOpenGLWidget

2016-01-03 Thread Jean-Michaël Celerier
Is it possible in any way ? My screen becomes completely garbled when I do this : - QGraphicsView on a QOpenGLWidget viewport - QGraphicsProxyWidget - QQuickWidget inside the QGraphicsProxyWidget Best, Jean-Michaël ___ Interest mailing list Interest@qt-

[Interest] Crashes related to QAccessibleWidget on OSX

2016-01-03 Thread Adam Light
We've had a few crash reports from users of our application that seem to be caused by QAccessibleWidget. I've experienced it myself once or twice as well. In all cases it's happened on OSX, but some reports are on 10.10 and some on 10.11. We've seen the crash with both Qt 5.5.1 and 5.6 beta. Here

Re: [Interest] Qt ListView Christmas Bug

2016-01-03 Thread Andrej Kacian
On Thu, 24 Dec 2015 13:56:10 -0600 mark diener wrote: > There is nothing obvious to call in the docs when you are NOT > inserting or removing rows, but changing the data the of rows already > displayed. I might be completely off the mark, but have you tried calling QWidget::repaint() or QWidget: