On Sun, Jul 06, 2014 at 03:39:29PM -0400, Jonathan Wilkes wrote:
> QGraphicsView looks like it has what I need to do this. Qt Quick looks
> like it has a lot of great features but is conspicuously missing Bezier
> curves, ellipses, or even line primitives. (I see it has an HTML5-style
> canvas
On 07/07/2014 06:23 AM, Dmitriy Purgin wrote:
> Hello,
>
> btw have you considered upgrading to Qt 5? I have done such a
> migration in February this year for the sake of...
>
I am stuck on RHEL 5 on which it is/was difficult to build Qt 5.
I also think I will let Qt 5 mellow a little longer.
Tha
Hello,
btw have you considered upgrading to Qt 5? I have done such a
migration in February this year for the sake of JSON parser and PCRE
backend for regular expressions. The whole process took about two
weeks with extensive testing, there isn't really much to do if you
didn't use Qt3-compatibilit
On 07/06/2014 10:19 PM, Thiago Macieira wrote:
> On Sunday 06 July 2014 19:46:25 Bill Crocker wrote:
>> #0 0x083ff8ef in QResourceFileEngineHandler::create(QString const&) const
>> ()
>> #1 0x0848ffdf in QAbstractFileEngine::create(QString const&) ()
>
> These functions no longer exist in Qt 5 or
On 6 July 2014 21:39, Jonathan Wilkes wrote:
> Hello,
> Is QGraphicsView eventually going to get replaced by QML/Graphics
> Scene?
Definitely not in Qt 5 lifetime, and I have not heard about any plans
to remove it in Qt 6. You can safely use it for your project.
Am 07.07.2014 um 09:59 schrieb Till Oliver Knoll :
> ...
>
>> and I had added to mi .pro this line:
>>
>> ICON = adviser.icns
>
> This however looks fine and should set the /desktop/ icon
Related to the *.icns topic on OS X (but somewhat unrelated to Qt): You might
also want to read the Appl
Am 07.07.2014 um 09:17 schrieb Freddy Martinez Garcia :
> ...
>
> I had generate a XCode project to put there my icons and it doesn't work...
Just to clarify: are you now using qmake or Xcode (possibly generated from a
*.pro file)?
What is your tool of choice?
> app.setWindowIcon(QIcon(":/
Hi guys...
I had develop my app using QtQuick and I can't put the app icon
I had look over internet but the advises does not fix my problem...
I had generate a XCode project to put there my icons and it doesn't work...
i had read this http://qt-project.org/doc/qt-5/appicon.html but I can't put