[Interest] [Development] important:qt connect mssql on linux

2012-10-15 Thread 彭亮
Hi list, I have compiled libqsqlodbc.so on redhat64bit successfully. When I run the snippets bellow some error message occurred. QString Dsn = QString::fromLocal8Bit(Driver={sql server};server=172.2.2.2;database=Live;uid=an;pwd=an;); QSqlDatabase::addDatabase(QODBC); Error

[Interest] [Qt-interest] important:qt connect mssql on linux

2012-10-15 Thread 彭亮
Hi list, I have compiled libqsqlodbc.so on redhat64bit successfully. When I run the snippets bellow some error message occurred. QString Dsn = QString::fromLocal8Bit(Driver={sql server};server=172.2.2.2;database=Live;uid=an;pwd=an;); QSqlDatabase::addDatabase(QODBC); Error

Re: [Interest] Is QMfcApp still working ?

2012-10-15 Thread Volker Enderlein
On 11/10/2012 08:34, ynon perek wrote: Hi All, I'm looking to integrate some old code into Qt and found about the old QMfcApp that may solve my problem. I was wondering if anyone had any experience with it with recent versions of Qt ? Thanks In Advance, Ynon

[Interest] Post-doc research position at INRA/AgroParisTech (France) to work on a model using Qt

2012-10-15 Thread Antonello Lobianco
I forward the following announcement of a post-doc research position to work on an economic model that uses the Qt libraries. Those interested should contact Philippe Delacote (see the announcement). /Antonello *Post-doctoral position:* *The long term adequacy in the French Forest Sector

Re: [Interest] QML animation flicker

2012-10-15 Thread Samuel Rødal
On 10/12/2012 11:10 PM, Jarno Seppänen wrote: Hi, I'm trying out Qt 5.0.0-beta1, but I'm seeing some unexpected animation flicker. I have a rotating rectangle which starts to flicker during a simultaneous ColorAnimation, without it the rotation is smooth. Is this an issue with my setup and

Re: [Interest] [Qt-interest] important:qt connect mssql on linux

2012-10-15 Thread Jordi Pujol
Hi Ken, The message is clear : ODBC driver manager cannot find a data source name called sql server anywhere. It's not a Qt-related problem. Do you have any TDS driver installed ? Its name is sql server ? Take a look at odbcinst.ini, wherever its placed in your system, and ensure that a section

[Interest] How to #include QMacPasteboardMime using Qt 5

2012-10-15 Thread Adam Light
I have made my own build of Qt5 and passed the following flags (among others) to configure: -gui -widgets -qpa cocoa I have a few source files in my application that use the following #include: #include QMacPasteboardMime These files compile without any problems when I use Qt 4.8.3. However,

Re: [Interest] How to #include QMacPasteboardMime using Qt 5

2012-10-15 Thread Thiago Macieira
On segunda-feira, 15 de outubro de 2012 11.35.52, Adam Light wrote: I have made my own build of Qt5 and passed the following flags (among others) to configure: -gui -widgets -qpa cocoa I have a few source files in my application that use the following #include: #include QMacPasteboardMime

Re: [Interest] How to #include QMacPasteboardMime using Qt 5

2012-10-15 Thread Adam Light
On Mon, Oct 15, 2012 at 12:00 PM, Thiago Macieira thiago.macie...@intel.com wrote: On segunda-feira, 15 de outubro de 2012 11.35.52, Adam Light wrote: I have made my own build of Qt5 and passed the following flags (among others) to configure: -gui -widgets -qpa cocoa I have a few

Re: [Interest] How to #include QMacPasteboardMime using Qt 5

2012-10-15 Thread Thiago Macieira
On segunda-feira, 15 de outubro de 2012 12.15.07, Adam Light wrote: It looks like QWindowsMime is also missing from Qt 5. Are there any alternatives to these classes? I don't see any mention of them being deprecated. They aren't deprecated, most of them. The platform-specific classes are just

[Interest] Qt5 beta1 windows - can't get device notifications from a QWindow::winId() via RegisterDeviceNotification

2012-10-15 Thread Liam Staskawicz
Hi! I'm experimenting with porting a Qt 4.8 application I'm working on to Qt5 beta1. One task of my app is to monitor whether a particular USB device is connected or not. I'm working on my Win7 64bit dev machine, using MSVC Express 2010. In Qt 4.8.3 (and earlier), I have code that works nicely

Re: [Interest] Qt5 beta1 windows - can't get device notifications from a QWindow::winId() via RegisterDeviceNotification

2012-10-15 Thread Thiago Macieira
On segunda-feira, 15 de outubro de 2012 20.34.22, Liam Staskawicz wrote: In Qt5, I have tried the approach above, and do not see any events of type WM_DEVICECHANGE dispatched via QWidget::winEvent(). I don't know if you noticed, but there's no QWidget::winEvent. Are there any known changes