Re: [Interest] BUG Qt 4.8.1: /tmp/qt-stuff-85167/source/ not found (again)

2012-05-09 Thread Till Oliver Knoll
Am 09.05.12 19:52, schrieb Till Oliver Knoll: > Hello, > > after upgrading to Qt 4.8.1 on OS X and recompiling my project I noticed > the following warnings at link stage: > ... > I will re-open the existing issue (or create a new one, if that doesn't > work). https://bugreports.qt-project.org/br

[Interest] BUG Qt 4.8.1: /tmp/qt-stuff-85167/source/ not found (again)

2012-05-09 Thread Till Oliver Knoll
Hello, after upgrading to Qt 4.8.1 on OS X and recompiling my project I noticed the following warnings at link stage: ld: warning: directory '/usr/local/pgsql/lib' following -L not found ld: warning: directory '/tmp/qt-stuff-85167/source/qt-everywhere-opensource-src-4.8.1/Desktop/Qt/4.8.1/gcc/lib

Re: [Interest] QTreeView and collapsing nodes

2012-05-09 Thread Stephen Kelly
On Wednesday, May 09, 2012 08:50:38 Andreas Pakulat wrote: > Unless you did so already, I'd connect a dummy-object to all the signals a > model can emit to verify > which are being emitted while you add your rows. Or use modeltest, which is in the qt git repo. -- Stephen Kelly | Software Engin

Re: [Interest] Qt5 qml only and qfiledialog, qfontdialog, ... crash

2012-05-09 Thread Stephen Kelly
On Monday, May 07, 2012 15:09:33 qtnext wrote: > Hi, > > I have started a new desktop application trying to use only qml with > Qt5 : I need to choose file. There is now no ready to use components to > open, choose a file, so I have tryed to add widgets module in the pro > file, and use Qfiledia

Re: [Interest] Need help

2012-05-09 Thread Jason H
Honestly I'd cheat and lay it our in a UI, then take the UIC code, or just use the UI file, starting with all initially hidden and when they hit the button, unhide one. Assuming of course there is a reasonable max of columns. From: Sujan Dasmahapatra To: inte