Re: [Interest] [Development] Linux: Qt support with ZeroMQ..

2014-01-26 Thread Sze Howe Koh
On 27 January 2014 15:11, Rahul Mathur wrote: > I am newbie and looking for Qt support with ZeroMQ on Linux for desktop > application. > > Can I have some links to perform below - > > 1. Qt bindings support to ZeroMQ > 2. Installation > 3. Executing ZeroMQ PUB-SUB with Qt enabled user inputs on it

[Interest] Strange socket problem. QTcpSocket. Windows/Linux

2014-01-26 Thread Guido Seifert
Hi all. I have again a very strange problem. And again no sufficient information to share here or to google. It might only be peripherally related to Qt. But perhaps someone recognizes this problem and can give me a hint. I am writing a UPnP application for Samsung TVs. This application writes U

Re: [Interest] Darker disabled icon state

2014-01-26 Thread William Hallatt
You can also change the appearance of widgets (not sure if you're using widgets or QML...and I know nothing about QML) with stylesheets: http://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet.html http://qt-project.org/doc/qt-5.0/qtwidgets/stylesheet-reference.html On 26 January 2014 23:41, Et

[Interest] Darker disabled icon state

2014-01-26 Thread Etienne Sandré-Chardonnal
Dear all, I have a nice "dark" theme in my app now, except that disabled icons appear too bright. I would like to make them darker automatically (without setting a dark disabled state image manually for all icons). Is writing a QIconEngine subclass the only choice here? >From the docs, the only e

Re: [Interest] QSqlQuery

2014-01-26 Thread Mark Brand
On 01/26/2014 09:24 PM, Igor Mironchik wrote: Igor Mironchik schreef op 26-1-2014 16:29: Hi. I have some questions about database support in Qt 5. First of all, is it safe to transfer a QSqlQuery instance from one thread to another to process him in another thread. I.e. I want to execute

Re: [Interest] QSqlQuery

2014-01-26 Thread Mark Brand
On 01/26/2014 07:45 PM, arno wrote: > Hi Igor, > > On 26-Jan-14 4:29 PM, Igor Mironchik wrote: >> I have some questions about database support in Qt 5. >> >> First of all, is it safe to transfer a QSqlQuery instance from one >> thread to another to process him in another thread. I.e. I want to >>

[Interest] Qt 5 porting + OpenGL

2014-01-26 Thread QbProg
Hello Qt Devs/Users, I'm evaluating the porting of an OpenGL based application from Qt 4 to Qt 5. I'd like to introduce QtQuick 2 Controls usage, so I have some concerns on Windows/ANGLE. Suppose the application uses it's own non-Qt based rendering engine, which scales from OpenGL 1 to OpenGL 3.x

Re: [Interest] libeay32.dll - The Ordinal 4369 could not be located

2014-01-26 Thread Thiago Macieira
On sexta-feira, 24 de janeiro de 2014 18:47:33, Till Oliver Knoll wrote: > ... which on its turn - or whatever Qt component in the end - seems to > search for an OpenSSL.dll in the PATH (according to the OP the program > folders of "Tortoise" and "CMake" were scanned!). And PATH is clearly /not/ >

Re: [Interest] QSqlQuery

2014-01-26 Thread Thiago Macieira
On domingo, 26 de janeiro de 2014 22:24:58, Igor Mironchik wrote: > > No, that is not safe. You can use database access from threads, but > > every thread needs it own QSqlDatabase instance of the database > > connection. The documentation states: > > "A connection can only be used from within the

Re: [Interest] Code Formatting with Artistic Style in Qt Creator

2014-01-26 Thread Thiago Macieira
On sexta-feira, 24 de janeiro de 2014 23:11:36, Soroush Rabiei wrote: > On Fri, Jan 24, 2014 at 7:59 PM, Lorenz Haas wrote: > > Since I made them by hand and not with a build server or similar, I won't > > support 2.4 with precompiled packages. I am sorry but you have to build it > > on your own f

Re: [Interest] QSqlQuery

2014-01-26 Thread Igor Mironchik
Igor Mironchik schreef op 26-1-2014 16:29: Hi. I have some questions about database support in Qt 5. First of all, is it safe to transfer a QSqlQuery instance from one thread to another to process him in another thread. I.e. I want to execute SELECT query on "DB" thread and return a QSqlQu

Re: [Interest] QSqlQuery

2014-01-26 Thread Igor Mironchik
> Hi Igor, > > On 26-Jan-14 4:29 PM, Igor Mironchik wrote: >> I have some questions about database support in Qt 5. >> >> First of all, is it safe to transfer a QSqlQuery instance from one >> thread to another to process him in another thread. I.e. I want to >> execute SELECT query on "DB" thread

Re: [Interest] QSqlQuery

2014-01-26 Thread Andre Somers
Igor Mironchik schreef op 26-1-2014 16:29: Hi. I have some questions about database support in Qt 5. First of all, is it safe to transfer a QSqlQuery instance from one thread to another to process him in another thread. I.e. I want to execute SELECT query on "DB" thread and return a QSqlQuery

Re: [Interest] QSqlQuery

2014-01-26 Thread arno
Hi Igor, On 26-Jan-14 4:29 PM, Igor Mironchik wrote: > I have some questions about database support in Qt 5. > > First of all, is it safe to transfer a QSqlQuery instance from one > thread to another to process him in another thread. I.e. I want to > execute SELECT query on "DB" thread and return

Re: [Interest] Qt Plugins for Visual Studio

2014-01-26 Thread William Hallatt
http://qt-project.org/wiki/QtVSAddin On Sunday, 26 January 2014, Michael Jackson wrote: > I have some questions about the QtPlugins for Visual Studio. Where is the > appropriate place to ask those questions? Basically (and this has probably > beed asked before) is the source for the plugins op

Re: [Interest] Multi language/font display in qt4

2014-01-26 Thread Till Oliver Knoll
Am 26.01.2014 um 14:04 schrieb Simone : > One thing, i saw that exactly the same application i can run on windows and > see also chinese fonts (with dejavu sans as application font). On my embedded > target with the same font chinese chars are not displayed (i can see an empty > white square).

[Interest] Qt Plugins for Visual Studio

2014-01-26 Thread Michael Jackson
I have some questions about the QtPlugins for Visual Studio. Where is the appropriate place to ask those questions? Basically (and this has probably beed asked before) is the source for the plugins open-source? and if so where is the repository? I tried looking through the repositories at qt-pro

[Interest] QSqlQuery

2014-01-26 Thread Igor Mironchik
Hi. I have some questions about database support in Qt 5. First of all, is it safe to transfer a QSqlQuery instance from one thread to another to process him in another thread. I.e. I want to execute SELECT query on "DB" thread and return a QSqlQuery from that thread to the GUI thread, where

Re: [Interest] Multi language/font display in qt4

2014-01-26 Thread Simone
Thank you Oliver, One thing, i saw that exactly the same application i can run on windows and see also chinese fonts (with dejavu sans as application font). On my embedded target with the same font chinese chars are not displayed (i can see an empty white square). Why? Isn't working with the sa

Re: [Interest] Multi language/font display in qt4

2014-01-26 Thread Till Oliver Knoll
Am 26.01.2014 um 12:57 schrieb Simone : > ... > Are you sure of that? > I read some article about fontconfig and seems that there is a solution, but > i have not understood how it work. Basically your problem is the following: * If the character to be displayed is in the "Latin 1" Unicode range

Re: [Interest] Unit test with multiple data

2014-01-26 Thread Jan Kundrát
On Saturday, 25 January 2014 20:22:16 CEST, Soroush Rabiei wrote: > testname [options] [testfunctions[:testdata]]... The "test data" are for data-driven testing, not for passing arbitrary arguments to the test case binary. See [1] for details. I don't think that fighting with QtTest's CLI ar

Re: [Interest] Multi language/font display in qt4

2014-01-26 Thread Simone
Hello Bo, Thank you for your reply. Are you sure of that? I read some article about fontconfig and seems that there is a solution, but i have not understood how it work. Maybe someone have experience with fontconfig and qt embedded? Thanks Simone > Il giorno 26/gen/2014, alle ore 12:08, Bo

Re: [Interest] Multi language/font display in qt4

2014-01-26 Thread Bo Thorsen
Den 25-01-2014 22:05, Simone skrev: > Hello all, > In my application I need to display text in more then one language > simultaneously. > No problem if the language are english and french for example, the > problem is when needed to display english and chinese or korean or others. > > The font we u