[Interest] android emulator - qtcreator

2016-07-11 Thread Arno
va:117) ~~ It's an archlinux VM with X11Forwarding to another linux box, if that helps. -- Thanks, Arno ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QSqlQuery

2014-01-26 Thread arno
"DB" thread and return a QSqlQuery from that > thread to the GUI thread, where I will navigate and show users the > result of the query. Hmm, why do you want to return the Query to the GUI thread? Update the Model from the thread executing the Query and let QT take c

Re: [Interest] Unique Database connection name

2013-09-04 Thread arno
Hi again, On 04-Sep-13 7:32 PM, arno wrote: > A local ThreadPool in another Thread. Actually, it's my own > implementation of a QFilesystemModel that can be refreshed, and does > some other things... Just to be clear: It's not derived from QFilesystemModel, it's

Re: [Interest] Unique Database connection name

2013-09-04 Thread arno
5.0 assistant at the time and didn't see it, if that helps. Dunno if I'm the first one having this problem. If not, maybe it would be a good idea to implement something like: ~~ static QSqlDatabase::cloneDatabase(defaultdatabase || namedDatabase, bool open = true) ~~ creating a unique s

Re: [Interest] Unique Database connection name

2013-09-04 Thread arno
ctions between threads or creating queries from a different thread is not supported. ~~ [1] http://qt-project.org/doc/qt-5.0/qtcore/threads-modules.html#threads-and-the-sql-module -- Gruß, Arno. ___ Interest mailing list Interest@qt-project.org http://li

Re: [Interest] Unique Database connection name

2013-09-04 Thread arno
On 04-Sep-13 6:33 PM, Jan Kundrát wrote: > On Wednesday, 4 September 2013 18:23:17 CEST, arno wrote: >> Seems it's only a class for representing a UUID, not for generating >> one, right? > > Wrong [1]. That said, in this case, a simple autoincremented integer pass

[Interest] Unique Database connection name

2013-09-04 Thread arno
but the documentation is scarce. Seems it's only a class for representing a UUID, not for generating one, right? Anything obvious I missed? -- Gruß, Arno. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt5 - my hopes for when the dust settles...

2012-08-16 Thread Arno Rehn
obably benefit more from an approach without any lookups done at runtime. We are looking to improve Smoke for Qt5, so maybe we can come up with something that improves this situation. -- Arno Rehn ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest