> True, or no, that'd rather be "/usr/bin/open [-n] -W -a
> appbundle|bundle-exec". It wouldn't always be trivial to get the invocation
> just right, as that is a wrapper to LSOpenURLWithRole() whereas we'd probably
> use something more simple, with less ambiguous specification of the
> argum
https://codereview.qt-project.org/#/c/140650/
-Richard
Fra: Development på vegne av Edward Sutton
Sendt: 12. november 2015 15:24
Til: Heikkinen Jani
Kopi: development@qt-project.org
Emne: Re: [Development] New Qt 5.6.0 Beta snapshot available
I installed Qt
Fra: development-bounces+richard.gustavsen=digia@qt-project.org
[development-bounces+richard.gustavsen=digia@qt-project.org] på vegne
av Thiago Macieira [thiago.macie...@intel.com]
Sendt: 16. juni 2014 21:19
Til: development@qt-project.org
Emne: R
When building a static application on iOS, Qt currently scans the project
folder for all qml files and tries to figure out which imports they use. The
result is used to copy and link the needed resources into the application.
This means that currently your qml files needs to be inside your applic
Hi!
Native menus are on the todo list, but currently not implemented on iOS. You
can take a look at this example (https://github.com/richardmg/qtdd13_qmlapp) to
get an idea on how you can make use of native view controllers (like a
UIPopoverController ) in your app.
-Richard
___
This bug report contains some extra information:
https://bugreports.qt-project.org/browse/QTBUG-36891
-Richard
Fra: development-bounces+richard.gustavsen=digia@qt-project.org
[development-bounces+richard.gustavsen=digia@qt-project.org] på vegne av
Derek
> Most of the day-to-day discussion happens on IRC: Android developers hang out
on #necessitas on freenode, but mainly during European working hours. I'm not
really sure where the iOS developers hang out, but you can find some of them on
#qt-labs, #qt-platforms or #qt-lighthouse :)
#qt-ios
-Richa
To shed some more light,
QtCreator has extra logic on top of QMake to let it create different
shadowbuilds (and different XCode projects with different build settings) for
device and simulator. The config variables "iphoneos" and "iphonesimulator" is
set by QtCreator.
But QMake alone does not d
On Mar 13, 2013, at 12:58 PM, Frank Hemer
wrote:
> On Wednesday 13 March 2013 04:46:43 joao morgado wrote:
>> I really don't understand why QtWidgets are not suitable for mobile
>> plataforms. What is the technicall reason ? Following the Qt "code once
>> deploy everywhere" I have apps with pra