[Interest] Strange behaviour with QtextCodec::toUnicode

2012-08-03 Thread arnaud but
Hello, i have reported last year on the tracker a strange behaviour with this function : https://bugreports.qt-project.org/browse/QTBUG-23139. in fact a string empty is also null. For exemple : #include #include #include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv)

Re: [Interest] Suddenly can't access sql database

2012-08-03 Thread Thales Lange
Hi Robert. The QSqlDatabase didn't find the mysql plugin ("libqsqlmysql.so"). I think you updated your system (desktop) and the path to "libqsqlmysql.so" was lost. Maybe, QT was compiled without mysql plugin. Please, check if your QT has the mysql plugin enabled. On my linux (Gentoo), the path

[Interest] Suddenly can't access sql database

2012-08-03 Thread Robert Wood
I have a Qt program I use for talking to my sql database which has been working for about three years through various versions of [Mandriva/Mageia] Linux. Today, on my desktop only, it has suddenly stopped working. Fortunately it still works on my laptop so I can at least access it to get at da

[Interest] Flush mouse events to a disabled widget!

2012-08-03 Thread Lata Agrawal
Hi all, I have a Dialog with few buttons. When I disable the dialog, and I click on a child button, nothing happens. But as soon as I enable the Dialog again, the mouse event for the button is handled. *Does disabling a Dialog simply delays handling of any mouse events for its child widgets until

Re: [Interest] Speaking about Qt

2012-08-03 Thread Turunen Tuukka
If you want, you could also mention how great Qt is for creating devices e.g. on embedded Linux, Windows Embedded, and INTEGRITY, QNX or VxWorks RTOS. -- Tuukka Yuvraaj Kelkar kirjoitti 3.8.2012 20:28: If your audience is app developers: Point the Android people to http://sourcef

Re: [Interest] Speaking about Qt

2012-08-03 Thread Yuvraaj Kelkar
If your audience is app developers: Point the Android people to http://sourceforge.net/p/necessitas/home/necessitas/ and the IOS people to the twitter feed of Qt4IOS: http://twitter.com/Qt4iOS and the website (still under construction): http://mediator-software.com/ and tell them about RIM's BB1

Re: [Interest] Maybe a problem with the include on windows

2012-08-03 Thread arnaud but
Le 03/08/2012 17:19, Sean Harmer a écrit : > On Friday 03 August 2012 16:41:18 arnaud but wrote: >> Hello everybody, >> >> during my work on phonon, i remark that include >> does not reference opengl on windows plattform(msvc2010) (it seems good >> on linux and mac). >> >> in the order : >> >> #in

[Interest] Speaking about Qt

2012-08-03 Thread Sivan Greenberg
Hi All, I am going to give a talk this Tuesday about extreme re-use with QML and Qt in the first ever Israeli Qt Meetup in Tel Aviv, and demo an app as a gentle introduction to Qt the Quick way. Now, as the Israeli crowd is quite iOS and Android oriented, I will surely be asked "why invest" et

Re: [Interest] Maybe a problem with the include on windows

2012-08-03 Thread Sean Harmer
On Friday 03 August 2012 16:41:18 arnaud but wrote: > Hello everybody, > > during my work on phonon, i remark that include > does not reference opengl on windows plattform(msvc2010) (it seems good > on linux and mac). > > in the order : > > #include that include : > > #include "qgl.h" : into

[Interest] Maybe a problem with the include on windows

2012-08-03 Thread arnaud but
Hello everybody, during my work on phonon, i remark that include does not reference opengl on windows plattform(msvc2010) (it seems good on linux and mac). in the order : #include that include : #include "qgl.h" : into this file #if defined(Q_WS_WIN) # include #endif #if

Re: [Interest] when using QtDBus

2012-08-03 Thread Thiago Macieira
On sexta-feira, 3 de agosto de 2012 13.20.21, Duan, Lin wrote: > When I broadcast a group of data to more than 10 receivers(all on a same > bus), then how DBus perform it? It send the data one by one or there have a > mechanism for delivering? The data leaves your application only once. The D-Bus