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
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
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
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_
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
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
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
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
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
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
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 *
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+=
12 matches
Mail list logo