Re: [Interest] CLion to replace QtCreator?

2016-04-05 Thread Christian Quast
On Sunday 03 April 2016 14:41:51 Bob Hood wrote: > But be aware that you're talking to somebody who has written whole > applications using nothing but vi and a command prompt. I'm certainly > not a /connoisseur/of IDEs. ;) and I think this is the most important difference in ones opinion about

Re: [Interest] [Mingw-w64-public] Compiling Qt (4 or 5) with "-std=c++11"

2013-03-21 Thread Christian Quast
Hi... On Thursday 21 March 2013 22:07:54 Thiago Macieira wrote: > On quinta-feira, 21 de março de 2013 16.52.29, K. Frank wrote: [...] > > As I understand it, using "-std=c++11" causes abi breakage, so to do > > this, I will have to recompile the various libraries I use. > > Not with Qt. Qt has

Re: [Interest] [Qt-4.8] Subclassing QAbstractItemModel

2013-02-09 Thread Christian Quast
tlenecks, but views itself are. [...] Yes I would be using profiler if I indeed I had performance problem. For now, I didn't have any (very small test data set) and as said above I wanted to make sure that my model is working correctly. Thanks again (and to all a nice Weekend). Christian

[Interest] [Qt-4.8] Subclassing QAbstractItemModel

2013-02-09 Thread Christian Quast
Dear All, I currently get to know the Qt Model/View classes. So I went on and created a subclass of QAbstractItemModel to provide the data for the different views in Qt. As my structure is tree like, I followed the SimpleTreeModel example that comes with Qt. At first, I had some problems imple

Re: [Interest] Compiling Qt 4.8.0 on Windows 7 with NTFS folder mounts

2012-03-02 Thread Christian Quast
On Monday 16 January 2012 14:33:39 Joerg Bornemann wrote: > On 11/01/2012 23:14, ext Christian Quast wrote: > > I am trying to compile Qt 4.8.0 on Windows. > > My set-up is: > > - Windows 7 (64 bit) fully updated > > - mingw32 provided by Qt Creator 2.4.0 > &

[Interest] Compiling Qt 4.8.0 on Windows 7 with NTFS folder mounts

2012-01-11 Thread Christian Quast
Dear all, I am trying to compile Qt 4.8.0 on Windows. My set-up is: - Windows 7 (64 bit) fully updated - mingw32 provided by Qt Creator 2.4.0 - install path c:\Development\Libraries\Qt-4.8.0mingw32-src c:\Development is actually the mount point of a second NTFS formatted hard drive not just a

Re: [Interest] QtSVG deprecated

2012-01-10 Thread Christian Quast
Dear all, (QSvgGenerator is part of the SVG module isn't it? Otherwise my question is rendered mute.) I am also using SVG in my application which is a desktop application that presents the user with a graphical representation of their data. I use a QGraphicsScene to do on-screen rendering. T