On Wednesday 11 March 2015 23:50:52 Nikos Chantziaras wrote:
> On 10/03/15 21:07, Scott Aron Bloom wrote:
> > When building Qt for distribution via LGPL of a closed source product
> > using shared libraries.
> >
> > What is the best method to make sure the plugins pickup the Qt libraries
> > you a
On 11/03/15 23:31, Nikos Chantziaras wrote:
> On 11/03/15 22:52, Michael Jackson wrote:
>> So if i have my executable in [install]/bin and libQt5Core.so.5 in
>> [install]/lib then I should be able to just generate a package by copying
>> the Qt libraries from the Qt 5.4.1 installation location. I
On 11/03/15 23:50, Nikos Chantziaras wrote:
>[...]
> To do that, link with:
>
> -Wl,-rpath=\$ORIGIN/lib,--enable-new-dtags
>
> This will look in the lib subdirectory first for libraries and only
> consider default locations if a library is not found in lib. So if you
> install your main binary
On 10/03/15 21:07, Scott Aron Bloom wrote:
> When building Qt for distribution via LGPL of a closed source product
> using shared libraries.
>
> What is the best method to make sure the plugins pickup the Qt libraries
> you are shipping?
As Thiago mentioned, you can use RPATH. However, RPATH is ov
On Wednesday March 11 2015 22:19:22 Alejandro Exojo wrote:
> Yes, this is it. Cool.
Exactly what I was thinking too - esp. if the example implementation in Qt
Creator (where, where? :)) provides a saner UI where one can lay out editor
windows next to each other (or at least their tabs)...
> I
El Wednesday 11 March 2015, André Pönitz escribió:
> On Wed, Mar 11, 2015 at 07:22:37PM +0100, Alejandro Exojo wrote:
> > El Wednesday 11 March 2015, Bernhard escribió:
> > > However currently both sites seem unusable. gitbounty says nothing more
> > > than "Coming Soon..." and bountysource display
Sizing in QSvgRenderer class is set by the function convertToPixels() in
qsvghandler.cpp, which I have pasted below. That function always converts to
units of 1/90 inch.
I wonder why; it seems from the name that it should be converting to screen
resolution, or whatever the resolution is of the
On Mar 11, 2015, at 9:54 AM, Koehne Kai wrote:
>> -Original Message-
>> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
>> [...]
>>> The usual approach on unix based systems is to ship a script that runs
>>> the executable with the proper library path set. This way you
I did not say that we *cannot* continue with Qt. What I say is that it gets
more painful and difficult.
For our current projects there are no options anyway.
But there may be projects in the future at other companies where I will get
asked again "What would do you think about Qt?". And I will ne
What are your options outside of QT if you cannot continue with QT?
md
On 3/11/2015 4:37 AM, Bernhard wrote:
> Hi!
>
> We are a very small startup company (having part time Qt developers only).
> We are experiencing that non-fatal bugs as well as suggestions pile up
> infinitely or simply are ign
El Wednesday 11 March 2015, Bernhard escribió:
> However currently both sites seem unusable. gitbounty says nothing more
> than "Coming Soon..." and bountysource display an effectively empty page
> when clicking on some Qt issue (on both Firefox and IE).
Bountysource has some Qt entries, and one h
Not a bad idea...
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Bo Thorsen
Sent: Wednesday, March 11, 2015 3:18 AM
To: interest@qt-project.org
Subject: Re: [Interest] Is t
Just a note on the MouseArea for AItem, I tried both
preventStealing: true
propagateComposedEvents: true
Without much success
On Wed, Mar 11, 2015 at 10:57 AM, Jérôme Godbout wrote:
> Hi,
> I'm running into multiple problems with QmlMouseArea when superposed to
> each other (running with Qt 5.3
Hi Michael,
Voted.
Thank for suggestion! Change the code to use canvas is a reasonable method
. Just the work load is huge.. I have an arrow component in QML and linked
with a lots of images in different size with text arranged in grid.
So before go into the canvas approach, I would like to try
Hi,
I'm running into multiple problems with QmlMouseArea when superposed to
each other (running with Qt 5.3.0).
The mouse area under containsMouse get stick to true and mouseX, mouseY are
incorrect, click does not always (sometime does and sometime don't) get
through.
Here's a simple explain.
AI
> -Original Message-
> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> [...]
> > The usual approach on unix based systems is to ship a script that runs
> > the executable with the proper library path set. This way you can
> > support multiple install locations which rpat
QQuickItem::grabToImage() not working on iOS for me either in 5.4.0 and 5.4.1.
Here’s a bug report, please up-vote if it’s important to you:
https://bugreports.qt.io/browse/QTBUG-44450. Regarding work-around: perhaps get
a 2D context in a Canvas object and paint the object in onPaint()? This is
On Wednesday March 11 2015 13:19:16 René J.V. Bertin wrote:
> As said, this works for a native build. To do a 32bit build, the build script
> adds `-spec macx-clang-32` to the qmake arguments, but it is like that mkspec
> is ignored. The command is executed in a virgin source tree that was just
On Mar 11, 2015, at 5:56 AM, Bo Thorsen wrote:
> Den 10-03-2015 kl. 20:07 skrev Scott Aron Bloom:
>>
>> When building Qt for distribution via LGPL of a closed source product
>> using shared libraries.
>>
>> What is the best method to make sure the plugins pickup the Qt
>> libraries you are s
Hi,
The installation workflow I'm working on installs Qt (5.4.1) in a single pass,
minus the QtWebEngine component, and minus all database plugins (and minus the
docs and examples but that's irrelevant I hope).
The database plugins are to be provided as individual packages (MacPorts
"ports"), l
Den 11-03-2015 kl. 11:37 skrev Bernhard:
> Hi!
>
> We are a very small startup company (having part time Qt developers only).
> We are experiencing that non-fatal bugs as well as suggestions pile up
> infinitely or simply are ignored or don't have caretaker at all. Votes seem
> to be ignored most t
Interesting...
However currently both sites seem unusable. gitbounty says nothing more than
"Coming Soon..." and bountysource display an effectively empty page when
clicking on some Qt issue (on both Firefox and IE).
--
Kind Regards
Bernhard Lindner
> -Ursprüngliche Nachricht-
> Von: M
> Hi Guido,
Hi back :-)
> I think the main disadvantage in this is that it would surprise Qt
> developers. There is knowledge in you writing "slots" in the .h file,
> just like there is in using emit.
Yes, but if there was a compelling reason not to use 'slots' I would mark
my slots, but co
On 17 October 2014 at 10:11, Brian Dentino wrote:
> Has anyone had any success using QQuickItem::grabToImage on iOS? I'm using
> it successfully on OSX and android, and it works perfectly fine in the iOS
> simulator (iOS 7 and 8), but when I run on an iOS device, the images come
> up empty. I've
Hi!
We are a very small startup company (having part time Qt developers only).
We are experiencing that non-fatal bugs as well as suggestions pile up
infinitely or simply are ignored or don't have caretaker at all. Votes seem
to be ignored most time too and personal severity does not matter anyway
Oops. Sorry. One link should lead to a SO thread that came to the result
that binding only works reliable when used with SSPs (still with a lot of
restrictions) but not with normal statements like SELECT. But in the moment
I can't find it anymore.
Due to these problems we do not use prepare/bind a
The error message is totally worthless (to me at least).
> "ERROR: syntax error at or near \"(\"\nLINE 1: EXECUTE (33)\n
> ^\n(42601)"
Does not make any sense since the same syntax works without bound values. It is
even the same error when I remove the subquery
and there is n
Den 10-03-2015 kl. 20:07 skrev Scott Aron Bloom:
>
> When building Qt for distribution via LGPL of a closed source product
> using shared libraries.
>
> What is the best method to make sure the plugins pickup the Qt
> libraries you are shipping?
>
In this case you mean this as a help to the user
Hmm... how are those links supposed to help me? They are both about QSql::In
and QSql::Out and stored procedures.
Not applicable to my use case and problem. At least not in a way, which is
obvious to me. :-)
Guido
On Wed, 11 Mar 2015 08:49:36 +0100
"Bernhard" wrote:
> Maybe these are interest
Den 04-03-2015 kl. 02:48 skrev Scott Aron Bloom:
>
> In my migration from Qt4 to Qt5, some of the machines the new
> application is installed on, the print functionality is not working,
> the print button is live and is connected fine.
>
> However, on some machines, the print dialog doesn’t work.
Am Wed, 11 Mar 2015 10:29:41 +0100
schrieb Guido Seifert :
>
> > works at my side, qt4.8.6:
> > query.prepare("CREATE TEMP TABLE selectseriestable AS SELECT title FROM
> > titlegroup,title "
> > "WHERE titlegroup.seriesID=(SELECT seriesid FROM series WHERE
> > series=:series AND version=:
> works at my side, qt4.8.6:
> query.prepare("CREATE TEMP TABLE selectseriestable AS SELECT title FROM
> titlegroup,title "
> "WHERE titlegroup.seriesID=(SELECT seriesid FROM series WHERE
> series=:series AND version=:version) AND titlegroup.titleID=title.titleID;");
> QString series="bl
Maybe these are interesting for you:
http://stackoverflow.com/a/26451395/1421332
http://stackoverflow.com/q/26448906/1421332
--
Kind Regards
Bernhard Lindner
> -Ursprüngliche Nachricht-
> Von: interest-bounces+private=bernhard-lindner...@qt-project.org
> [mailto:interest-bounces+private
Is there some example code you can share so that others can reproduce the
problem?
--
Shantanu Tushar(UTC +0530)
shantanu.io
On Tue, Mar 10, 2015 at 9:58 PM, Harri Pasanen wrote:
> ListView currentIndex behavior is bit of a mystery to me.
>
> I have a StackView where one page has a ListVi
Am Tue, 10 Mar 2015 20:06:57 +0100
schrieb Guido Seifert :
> Hi,
> just 'discovered' that bindValue does not seem to work with CREATE TABLE
> statements. One could ask, why would anyone want to use
> a bound value in a CREATE TABLE statement. Here my query:
>
> > CREATE TEMP TABLE selectseriesta
35 matches
Mail list logo