Re: [Interest] Qt Quick 2.0 Desktop Components ScollBar

2013-03-01 Thread Nils Jeisecke
Hi Jens, > I am afraid not. Thanks for the info. I think I'm going to move to 5.1 too. Best regards Nils ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Quick 2.0 Desktop Components ScollBar

2013-03-01 Thread Bache-Wiig Jens
> Hi, > > thanks, but the following code does not work: > > import QtQuick 2.0 > import QtDesktop 1.0 as Desktop > > Rectangle { > width: 360 > height: 360 > > Desktop.ScrollArea { >anchors.fill: parent >ListView { > anchors.fill: parent > model: 10 > delegate: Text {

Re: [Interest] Qt Quick 2.0 Desktop Components ScollBar

2013-03-01 Thread Nils Jeisecke
Hi, thanks, but the following code does not work: import QtQuick 2.0 import QtDesktop 1.0 as Desktop Rectangle { width: 360 height: 360 Desktop.ScrollArea { anchors.fill: parent ListView { anchors.fill: parent model: 10 delegate: Text { text: modelData } }

Re: [Interest] Qt Quick 2.0 Desktop Components ScollBar

2013-03-01 Thread Nurmi J-P
> -Original Message- > From: interest-bounces+jpnurmi=digia@qt-project.org [mailto:interest- > bounces+jpnurmi=digia@qt-project.org] On Behalf Of Nils Jeisecke > Sent: 1. maaliskuuta 2013 17:55 > To: interest@qt-project.org > Subject: [Interest] Qt Quick 2.0 Desktop Components Scoll

[Interest] Qt Quick 2.0 Desktop Components ScollBar

2013-03-01 Thread Nils Jeisecke
Hi, I've just discovered that ScrollBar was recently made private within the Desktop Components (change id Ifeaa4aeaa01c0c274eed7c794e7bed273d40092c). What's the best way to get a standard ListView decorated with scrollbars now? Thanks, Nils ___ Inter

Re: [Interest] qt5, angle and d3dcompiler dll

2013-03-01 Thread Thiago Macieira
On sexta-feira, 1 de março de 2013 13.33.18, Mojmír Svoboda wrote: > Hello again, > > I ported successfully my app to qt5 and I am running it > for a week or more without problems. Thank you for your help. > > There is a small but: I am using static build, and new dll > dependency emerged from angl

Re: [Interest] qApp desktop weirdness

2013-03-01 Thread Sensei
On 3/1/13 3:14pm, Dom wrote: > Hey, > > It seems that the compiler is right. :) > > As QCoreApplication does not have a member called desktop. > But QApplication does! > > http://qt-project.org/doc/qt-4.8/qcoreapplication.html > http://qt-project.org/doc/qt-4.8/qapplication.html > > It was a long t

[Interest] QSqlDatabase segfault - me or Qt5?

2013-03-01 Thread Mark Summerfield
Hi, I've got a release version of Qt that's giving this on 64-bit linux: Program received signal SIGSEGV, Segmentation fault. 0x77bb35ea in QSqlDatabase::close() () from /home/mark/opt/qt501/lib/libQt5Sql.so.5 (gdb) bt #0 0x77bb35ea in QSqlDatabase::close() () from /home/mark/opt

Re: [Interest] qApp desktop weirdness

2013-03-01 Thread Dom
Hey, It seems that the compiler is right. :) As QCoreApplication does not have a member called desktop. But QApplication does! http://qt-project.org/doc/qt-4.8/qcoreapplication.html http://qt-project.org/doc/qt-4.8/qapplication.html It was a long time ago when I was developing in Qt using C++.

[Interest] qApp desktop weirdness

2013-03-01 Thread Sensei
Dear all, I am looking through this for quite some hours, I turn to you to let me see my error... it seems I can't spot that... I'm probably tired. I have a very easy class hSettings that must store the window size, and to init that, I use QRect desktop = qApp->desktop()->geometry();

[Interest] qt5, angle and d3dcompiler dll

2013-03-01 Thread Mojmír Svoboda
Hello again, I ported successfully my app to qt5 and I am running it for a week or more without problems. Thank you for your help. There is a small but: I am using static build, and new dll dependency emerged from angle library (i think), namely d3dcompiler_46.dll I wonder - do I ever need shad

Re: [Interest] Qt VS Addin

2013-03-01 Thread Duane
On 12/10/2012 02:41 AM, Haataja Ismo wrote: > Hi! > >> Will there be a VS addin for VS 2012 and Qt4? I've asked this before >> but with no response. Is there a better place to ask this question? > > Sorry about no response to the question earlier... > > There will be a VS-addin release for Qt4/VS