Dear mailing list,
I would like to ask for a bit of support or for a hint maybe.
I used to use Building_Qt_5_from_Git article (
https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code) on wiki
page and haven't experienced any issues compiling Qt framework until now.
But recently I've fac
Same question here...
Le 03-09-2015 23:46, Edward Sutton a écrit :
> I am receiving this also on a recent TestFlight build with Qt 5.5.
>
>> MISSING PUSH NOTIFICATION ENTITLEMENT - Your app appears to include API used
>> to register with the Apple Push Notification service
>
> However I
I am receiving this also on a recent TestFlight build with Qt 5.5.
Missing Push Notification Entitlement - Your app appears to include API used to
register with the Apple Push Notification service
However I had published to the app store in July using Qt 5.5 and had not seen
that message.
I wo
We work fine under 5.4.1 and 5.5.0. Though 5.5.0 has "Done" on the correct side and 5.4.1 does not.
Sent: Wednesday, September 02, 2015 at 12:01 PM
From: "Nuno Santos"
To: interest
Subject: [Interest] ComboBox on iOS
Hi,
I’m trying to use a QtQuickControls combobox on a iOS app.
I've been publishing our app to the iOS app store for a while, and I don't
remember seeing this with our previously Qt 5.5.0-compiled version. We aren't
using anything.
While it is only a warning, I was wondering what changed that might have
brought this on? We aren't using any push notificatio
On same subject, is drag and drop from application external (files for
example) suppose to work into the current application context:
- *QMainWindow *
- can have the drag n drop event if *setAcceptDrops(true)*;
- getting the url list here just right if enabled but it's not what is
want
On Thursday 03 September 2015 15:29:05 André Somers wrote:
> QMAKE_EXTRA_TARGETS=version
>
> OTHER_FILES=make_version.bat\
>
> make_version.sh
>
>
> This used to work great up to Qt 5.4.2. Now, we upgraded to Qt 5, and we
> see that the version file is no longer regenerated and recompiled. That
On Thursday 03 September 2015 16:45:58 Berkay Elbir wrote:
> Therefore, application can take input from user correctly and my console is
> hided. I wanted to mention If someone may face this problem. But I still do
> not know why QApplication does not take argument when close the console.
Because
Hello,
I found the solution. The problem is that when console is closed in project
properties in Visual Studio, Project -> Properties -> Linker -> System ->
SubSystem.
When the Windows Console is turned on so console of my application is
closed then QApplication does not take input from Windows C
Hi,
I am wondering: did something change in QMake in Qt 5.5? We are using
this .pro file to generate some code that contains version and build
information at compile time:
QT-=gui
TARGET=Version
TEMPLATE=lib
CONFIG+=staticlib
SOURCES+=version.cpp
HEADERS+=version.h
version.target=versio
Hello All,
I have a problem about command prompt. I have a C++/Qt GUI desktop
application on windows 7. But I also need to run this application from
command prompt for example:
myApp.exe -l myfile -ic.
I can launch and use my app functionality from command prompt successfully
but if I need to ta
Did image url opens in browser and displays the image? If so, it can be
only http headers related problem - may be your server rejects some headers
or user agents
Also, look at server logs for error details
2015-09-03 13:53 GMT+03:00 Shantanu Tushar :
> Hi,
>
> On Sun, Aug 30, 2015 at 8:13 PM, Ni
Hi,
On Sun, Aug 30, 2015 at 8:13 PM, Nicola De Filippo <
nic...@nicoladefilippo.it> wrote:
> Hi,
> loading a image :
> Img {
>
Isn't this supposed to be `Image' instead?
> source: “http://server/image.jpg”
> }
>
> i have this error "server replied: AW Special Error”.
>
If there is a publ
Andre,
Thank you. It's indeed very interesting.
My application is a very memory hungry one.
So, I'm looking at how to save memory and not to use QML.
QWidgets are fine, but they are non-native in many cases,
lack some important features,
and there integration with native objects has some open bug
Op 3-9-2015 om 09:00 schreef André Somers:
> Op 3-9-2015 om 07:38 schreef Robert Iakobashvili:
>> Gentlemen,
>> To overcome various issues and not-nativeness of Qt on iOS,
>> I was thinking about the following combination:
>>
>> 1. Swift-written native GUI;
>> 2. Internals supported by Qt-container
Op 3-9-2015 om 07:38 schreef Robert Iakobashvili:
> Gentlemen,
> To overcome various issues and not-nativeness of Qt on iOS,
> I was thinking about the following combination:
>
> 1. Swift-written native GUI;
> 2. Internals supported by Qt-containers, QString, networking, IPC
> from QtCore, QtN
16 matches
Mail list logo