The list doubled from yesterday to today!
From: Jonathan Greig
To: Дмитрий Козлов
Cc: Interests Qt
Sent: Tuesday, December 31, 2013 3:29 AM
Subject: Re: [Interest] Qt5/Android examples on the Play store?
Here is the search list of android apps that use
Hello again, everyone.
Ok, that's the solution : do not forget to include the following "magic"
statement in the .PRO file :
QTPLUGIN += qgenericbearer
Best Regards,
Cezar.
- Original Message -
From: "Cezar Menezes"
To: interest@qt-project.org
Sent: Thursday, January 2, 2014 10:51:5
Probably was meant to be sent to the list...
;)
Cheers,
Oliver
Anfang der weitergeleiteten E‑Mail:
> Von: Joe Liu
> Datum: 2. Januar 2014 08:43:23 MEZ
> An: till.oliver.kn...@gmail.com
> Betreff: Re: [Interest] Can I Build Qt5.2 with /MT (/MTd) Options on Windows?
>
> Thanks Oliver,
>
> T
Constantin- Thank you for your quick reply.
> Also the case when both minimum and maximum are both set to zero is mentioned
> in QProgressBar's description and I'm not sure it's really necessary to
> duplicate that information for QProgressDialog which is built on top of
> QProgressBar
>
Oops.
That works, thank you so much! I just set the value under Project > Run
Environment and took out the -plugin tslib and it works like a charm.
Nate
From: interest-bounces+nate.rogers=raymondcorp@qt-project.org
[mailto:interest-bounces+nate.rogers=raymondcorp@qt-project.org] On Behalf
Hello, everyone.
I'm trying to instantiate the class "QNetworkConfigurationManager()" for
accessing the method "QNetworkConfigurationManager::isOnline()" , which is
supposed to return the network connection state (online/offline) of a device.
It works nicely on Android devices, but fails on iO
On Thu, 2 Jan 2014, Rémi Faitout wrote:
See http://qt-project.org/doc/qt-4.8/richtext-html-subset.html
I suppose the tag is here to ease rich text recognition by the QTextEdit
Yes. There is a built-in recognition checking for other tags iirc but it
may fail.
Harri._
See http://qt-project.org/doc/qt-4.8/richtext-html-subset.html
I suppose the tag is here to ease rich text recognition by the QTextEdit
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
2013/12/20 Rogers Nate
> I am having an issue where sometimes certain letters of one of the fonts
> I am using are getting corrupted. It is not always the same letter, each
> time I do a build it changes, one time it may be a W then next time it’s a
> c or an h, sometimes it is none. Anyway th