[Interest] Making a QML Dialog non-resizeable

2018-02-01 Thread Christopher Probst
Any easy way to make a QML Dialog non-resizeable? Thanks, Christopher ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] update to 5.10

2018-02-01 Thread Nuno Santos
This is a good starting point https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code > On 1 Feb 2018, at 18:34, Dimitrios Anagnostakis wrote: > > Hi all, > > Please could you let me know which repository do I need

Re: [Interest] update to 5.10

2018-02-01 Thread Thiago Macieira
On Thursday, 1 February 2018 10:47:33 PST Thiago Macieira wrote: > On Thursday, 1 February 2018 10:34:39 PST Dimitrios Anagnostakis wrote: > > Hi all, > > > > Please could you let me know which repository do I need to update qt to > > 5.10 version? > > All of them. After posting this, I realise

Re: [Interest] update to 5.10

2018-02-01 Thread Thiago Macieira
On Thursday, 1 February 2018 10:34:39 PST Dimitrios Anagnostakis wrote: > Hi all, > > Please could you let me know which repository do I need to update qt to > 5.10 version? All of them. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Cent

[Interest] update to 5.10

2018-02-01 Thread Dimitrios Anagnostakis
Hi all, Please could you let me know which repository do I need to update qt to 5.10 version? Thanks a lot. Dimis ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Custom SQLite and linking woes

2018-02-01 Thread mail
Hi, the QtCipherSqlitePlugin seems to be targeted also for fruit OSs. Works very well with Windows, fwiw. Perhaps looking into it might happen to help you in some way. Sebastian Am 01.02.2018 um 14:18 schrieb René Hansen: Hi list, I've run into a bit of a problem with the way, that I'd l

Re: [Interest] Qt 5.10, iOS and 32 bit iOS devices

2018-02-01 Thread Nuno Santos
Jake, Thanks for your feedback. I was just trying to old the train for a few of my loyal customers. I praise more for them then Apple for theirs! ;) But that’s fine with me. I won’t go back below Qt 5.10 now. Thanks once again for your prompt reply! Best, Nuno > On 1 Feb 2018, at 17:14, Jak

Re: [Interest] Qt 5.10, iOS and 32 bit iOS devices

2018-02-01 Thread Jake Petroules
32-bit iOS is dead (iOS 11 no longer supports it), so we dropped support for it. iOS 12 and iPhone 11 (or whatever it may be called) should be arriving within the year. Do you really expect many of your users to be running anything older than an iPhone 5s? That's *very* many versions behind by n

Re: [Interest] Custom SQLite and linking woes

2018-02-01 Thread Thiago Macieira
On Thursday, 1 February 2018 05:18:17 PST René Hansen wrote: > DEFINES -= SQLITE_OMIT_LOAD_EXTENSION > DEFINES += SQLITE_ENABLE_LOAD_EXTENSION > > And then recompiled and installed the plugin as advised in > http://doc.qt.io/qt-5/sql-driver.html: > > I'm on macOS, so I've been building against th

[Interest] Qt 5.10, iOS and 32 bit iOS devices

2018-02-01 Thread Nuno Santos
Hi, I have recently updated on of my apps to Qt 5.10 and I have also built it against iOS 11 SDK. I started having users complaining about not being able to run the app on 32 bit iOS devices. I thought the problem was compiling it with iOS 11. I have submitted another version where the binar

[Interest] Custom SQLite and linking woes

2018-02-01 Thread René Hansen
Hi list, I've run into a bit of a problem with the way, that I'd like to use SQLite in my application. I need to load an extension, which is turned off by default in Qt, so I've made the following change to `qtbase/src/plugins/sqldrivers/sqlite/ sqlite.pro`: DEFINES -= SQLITE_OMIT_LOAD_EXTENSIO