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
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
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
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
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
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
>>
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
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/
>
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
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
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
> 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
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
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
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
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).
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
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
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
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
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
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
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
23 matches
Mail list logo