[Interest] qt mac buildkey and pkg-config

2012-08-15 Thread Justin Karneges
Hi, I noticed that the buildkey of the official Qt Mac binary package is: "macosx macx-cocoa g++-4 full-config" However, when I built Qt Mac from source, I ended up with: "macosx macx-cocoa g++-4 no-pkg-config" Two questions: 1) Why would the existence of pkg-config during build have anythi

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Sascha Cunz
On Wednesday, August 15, 2012 08:06:08 AM Atlant Schmidt wrote: Atlant: > And the "indirect sales value" matters not a > whit to the owner of the software (or the > shareholders of the owner) unless the owner > is actively reaping a significant fraction > of that "indirect sales value" (w

Re: [Interest] floating table in graphics view

2012-08-15 Thread Josiah Bryan
To get "regular" items movable, you have to set ItemIsMovable flag on the item - e.g. item->setFlag(QGraphicsItem::ItemIsMovable, true) - not sure if you have to do the same thing with a widget item or not On Wed, Aug 15, 2012 at 11:43 AM, Nehemiah Dacres wrote: > is there a way to create a f

[Interest] floating table in graphics view

2012-08-15 Thread Nehemiah Dacres
is there a way to create a floating table widget that you can move around on a QGrahicsView. Just using addWidget gets you an immobile table in the view. I tried embedding it in a QFocusFrame but when i add it, I dont' know how to make it render. Here's the code void MainWindow::on_actionAddTable_

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Karl Ruetz
Hey now. I'm not "paranoid" or "idiotic", just lazy enough to be willing to pay for a commercial license so I don't have to worry about staying LGPL compliant. Karl On 2012-08-15 08:12, Konrad Rosenbaum wrote: > You are missing my point: there are only a few areas where you can't use > (L

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Konrad Rosenbaum
On Wednesday 15 August 2012 14:06:08 you wrote: > Konrad: > > Wrong: it decreases the direct sales value, but > > hugely increases the use value and with that the > > indirect sales value. > > And the "indirect sales value" matters not a > whit to the owner of the software (or the > sharehol

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Rui Maciel
On 08/15/2012 01:06 PM, Atlant Schmidt wrote: > Konrad: > >> Wrong: it decreases the direct sales value, but >> hugely increases the use value and with that the >> indirect sales value. > >And the "indirect sales value" matters not a >whit to the owner of the software (or the >sharehold

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread R. Reucher
On Wednesday 15 August 2012 14:06:08 Atlant Schmidt wrote: > I'm sorry; the FOSS folks have argued for years > that they have a workable financial model but > I see no evidence that this is true for anything > other than individuals and relatively small-scale > commercial operations. Well

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Atlant Schmidt
Konrad: > Wrong: it decreases the direct sales value, but > hugely increases the use value and with that the > indirect sales value. And the "indirect sales value" matters not a whit to the owner of the software (or the shareholders of the owner) unless the owner is actively reaping a sig

Re: [Interest] Qt5 font rendering is wrong

2012-08-15 Thread Christoph Feck
On Wednesday 15 August 2012 01:55:08 Nikos Chantziaras wrote: > When building apps against Qt5 (current Git), the font rendering is > off. It doesn't seem to obey my system's font configuration, like > Qt4 does. Fonts appear thin and washed out. > > This is on Linux with KDE 4.9. Am I missing som

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-15 Thread Konrad Rosenbaum
Hi, On Tuesday 14 August 2012 17:47:37 Atlant Schmidt wrote: > Chuck: > > Adding LGPL as a license option had an enormous impact on > > the commercial business but it also grew the number of users > > by an order of magnitude over the same time period. > > But all of those new LGPL users were *

Re: [Interest] Sqlite3 handler access

2012-08-15 Thread Sylvain Pointeau
Are you linked statically to Sqlite (included in Qt?) if yes then you try to use 2 different versions of Sqlite and that crashes. just recompile QtSqlite and if possible use the system dll, or link with the same version as you use in your app. cd src/plugins/sqldrivers/sqlite qmake "INCLUDEPATH+=