Re: [Interest] Is QMfcApp still working ?

2013-04-07 Thread techabc
It sames that QMfcApp will support MFC 11.0 (msvc2012) against QT 5.1 because QTBUG-25643 (https://bugreports.qt-project.org/browse/QTBUG-25643) have been resolved, its'n it? 2012/10/11 Volker Enderlein vol...@ifm.tu-chemnitz.de On 11/10/2012 08:34, ynon perek wrote: Hi All, I'm looking

Re: [Interest] QSqlTableModel - table name issue in Postresql

2013-04-07 Thread M. Bashir Al-Noimi
Some how this issue is related but not directly. Does any one has an idea how to pass table name directly as string? On Sat, Apr 6, 2013 at 3:58 PM, Sviatoslav Feshchenko sviatos...@outlook.com wrote: See if your issue is related to

Re: [Interest] QSqlTableModel - table name issue in Postresql

2013-04-07 Thread Tony Rietwyk
Hi Muhammad, I don't know Postgresql at all. I believe it is based on Oracle. Your problem sounds like the table name was quoted in the create statement, leading to the mixed-case table name being stored in the database. After that you must always quote the table name in any sql,

[Interest] Debugging an OSX app bundle with Qt5

2013-04-07 Thread Glenn Ramsey
Hi, I am having some trouble with an OSX app built by PyInstaller using PyQt4 and Qt5. It used to work with PyQt4 + Qt4 so I assume that my issue is related to Qt5. I'm developing on OSX 10.8.3. My test app, hello.py, simply shows a message box: import sys from PyQt4.QtGui import