Hi Elvis and Konstantin,
thanks for your suggestions.
I think I will take the SUBDIRS way.
Best regards,
André
Am 03.12.2015 um 13:04 schrieb Elvis Stansvik:
2015-12-03 13:02 GMT+01:00 Konstantin Tokarev :
03.12.2015, 15:00, "Elvis Stansvik" :
Hi André,
2015-12-03 10:51 GMT+01:00 André H
We have a number of places in our code where we draw into an image (QImage,
QPixmap, or a native image type) in order to improve performance.
On Macintosh, we can call QWindow::devicePixelRatio() to find a scale factor
for figuring out the dimensions of the image from the size of feature we need
Not sure but may worth a try, your scrollview anchors must be fighting your
height, try to only anchors left and right instead of fill. This may not solve
your problemes but could save you a warning at least.
> On Dec 3, 2015, at 7:07 PM, Mike Jackson wrote:
>
> I am trying to use a ScrollView
How about listview and a model?
On 12/3/2015 6:07 PM, Mike Jackson wrote:
ScrollView
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
I am trying to use a ScrollView in a QQuickWidget but the layout does not seem
to be honoring what I am wanting. I have a bunch of “Label/TextField” pairs to
the point where there are so many that I need them inside a scrollview. the
issue is that if I do that then the TextFields which are set t
On 3/12/2015 5:54 PM, Thiago Macieira wrote:
On Thursday 03 December 2015 08:45:34 Nesuan Taiso wrote:
Can you disable libqnmbearer.so and try again?
Find the file and, as root, chmod it to 0.
Yes this works, thank you!
Please file this as a bug against component "Bearer management" in Qt and
On Thursday 03 December 2015 20:22:46 Liang Jian wrote:
> When I start an qt-iOS app with network enabled(such as wifi
> enviroment) the app function well with all network operations. If I disable
> wifi in my iphone and then re-enable wifi after a while. The app will stop
> functioning with al
What would it take to get them implemented?
> Sent: Thursday, December 03, 2015 at 4:46 AM
> From: "Lopes Yoann"
> To: "Jason H"
> Cc: interest
> Subject: Re: [Interest] Do Camera.videoRecorder options matter?
>
>
> > On 02 Dec 2015, at 23:49, Jason H wrote:
> >
> > But I'm looking at the v
BTW: I have filed a bug https://bugreports.qt.io/browse/QTBUG-49751
On Thu, Dec 3, 2015 at 8:22 PM, Liang Jian wrote:
> When I start an qt-iOS app with network enabled(such as wifi
> enviroment) the app function well with all network operations. If I disable
> wifi in my iphone and then
When I start an qt-iOS app with network enabled(such as wifi
enviroment) the app function well with all network operations. If I disable
wifi in my iphone and then re-enable wifi after a while. The app will stop
functioning with all network operations. All QNetworkAccessManager request
will fai
2015-12-03 13:02 GMT+01:00 Konstantin Tokarev :
>
>
> 03.12.2015, 15:00, "Elvis Stansvik" :
>> Hi André,
>>
>> 2015-12-03 10:51 GMT+01:00 André Hartmann :
>>> Hello,
>>>
>>> I have a Qmake based project that is developed in Qt Creator (currently
>>> compiled with Linux/gcc and Windows/MinGW).
>>
03.12.2015, 15:00, "Elvis Stansvik" :
> Hi André,
>
> 2015-12-03 10:51 GMT+01:00 André Hartmann :
>> Hello,
>>
>> I have a Qmake based project that is developed in Qt Creator (currently
>> compiled with Linux/gcc and Windows/MinGW).
>>
>> Depending on a configuration variable the PRO file my
Hi André,
2015-12-03 10:51 GMT+01:00 André Hartmann :
> Hello,
>
> I have a Qmake based project that is developed in Qt Creator (currently
> compiled with Linux/gcc and Windows/MinGW).
>
> Depending on a configuration variable the PRO file my program links to one
> of two librarys:
>
> TARGET = my
Thanks Jason for your help
I have filtered out WM_DISPLAYCHANGE using a QAbstractNativeEventFilter
and indeed the problem disappeared...
I am now wondering what/if I broke something doing that...
I have opened a bug report (QTBUG-49745)
Thanks
Philippe Lelong
Le 02-12-2015 23:57, Jason H a
Hello,
I have a Qmake based project that is developed in Qt Creator (currently
compiled with Linux/gcc and Windows/MinGW).
Depending on a configuration variable the PRO file my program links to
one of two librarys:
TARGET = myProg
CONFIG += TESTLIB
CONFIG(TESTLIB): LIBS += libXXXtest
else
> On 02 Dec 2015, at 23:49, Jason H wrote:
>
> But I'm looking at the videoRecorder stuff and none of it seems to matter.
> I'm looking at:
> https://fossies.org/linux/qt-everywhere-opensource-src/qtmultimedia/src/plugins/avfoundation/camera/avfmediarecordercontrol.mm
>
> Line 225: void AVFMe
Hi,
I have written shell script file as per below.
#!/bin/sh
export LD_LIBRARY_PATH=`pwd`/QT_LIBRARIES
export QT_PLUGIN_PATH=`pwd`/plugins
export QML2_IMPORT_PATH=`pwd`/qml
./MyApp
*QT_LIBRARIES -* I have put all the dependencies libraries (which I have
found from ldd command) of MyApp into t
17 matches
Mail list logo