Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-13 Thread Emmanuel Bourgerie
(compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) If I understand correctly, I miss those /ade/* libs, right? Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus

Re: [Interest] saving data using QtSql during shutdown

2013-11-11 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is the closeEvent called when the application shuts down? That would be my first guess. Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec BEGIN PGP SIGNED MESSAGE ? http://weusepgp.info/fr Confused

[Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
do to compile it: qmake-5.1 INCLUDEPATH+=/usr/include LIBS+=-L/usr/lib -lclntsh make And I get: ld: library not found for -lclntsh I guess there is something obvious that I miss here... - -- Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /usr/lib/libclntsh.dylib.11.1 /usr/lib/libclntsh.dylib The second is a symlink to the first. - -- Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec BEGIN PGP SIGNED MESSAGE ? http://weusepgp.info/fr

Re: [Interest] Use Oracle 11g with Qt5.1 on MacOS

2013-11-08 Thread Emmanuel Bourgerie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 They are fine AFAIK. Is there a command to double-check? Emmanuel Bourgerie Web developer Dublin, Ireland (+353) 8 144 5278 http://bourgerie.fr/ Confus avec BEGIN PGP SIGNED MESSAGE ? http://weusepgp.info/fr Confused with BEGIN PGP SIGNED MESSAGE

[Interest] mouseReleaseEvent on a QGraphicsItem

2012-12-17 Thread Emmanuel Bourgerie
Hi ! I have an issue with a subclassed QGraphicsItem, I try to re-implement mouseReleaseEvent but it is never triggered. I read on Google that I wasn't the first one having this issue, but I found several leads and no one did work. So, I did setAcceptHoverEvents(true); in the constructor to