My testing result:
Qt 5.3.0 + Nexus 5 (4.4.2)
primaryScreen()->physicalDotsPerInch() 443.934
Qt 5.3.0 + Samsung Galaxy Note 2
primaryScreen()->physicalDotsPerInch() 264.903
Qt 5.3.1 + Nexus 5 (4.4.2)
primaryScreen()->physicalDotsPerInch() 453.754
Qt 5.3.1 + Samsung Galaxy Note 2
primaryScreen()->
After upgrading from Qt 5.3.0 to Qt 5.3.1 I have found that the
QScreen::physicalDotsPerInch function called for the primary screen (as
qApp->primaryScreen()->physicalDotsPerInch()) in an Android application
always yields infinity (tested in emulator (x86) and on Samsung Galaxy
Tab 2 tablet). I
On 06/30/2014 03:30 PM, Alejandro Exojo wrote:
> El Sunday 29 June 2014, Jonathan Wilkes escribió:
>> I know this is an extremely inefficient design (especially for a realtime
>> audio environment), but there are enough UX quirks that changing the
>> design and porting at the same time without brea
El Sunday 29 June 2014, Jonathan Wilkes escribió:
> I know this is an extremely inefficient design (especially for a realtime
> audio environment), but there are enough UX quirks that changing the
> design and porting at the same time without breaking anything would be
> more work than we have reso
Hi,
I've created a bugreport for this:
https://bugreports.qt-project.org/browse/QTBUG-39971
I have found out that QVariant Signal is working in Qt5.3 if I change the
QML Signal from:
signal qmlSignal2(var anObject)
to:
signal qmlSignal4(variant anObject)
Best Regards,
railwaycoder
2014-0
Hi Adam,
thank you very much. This function is exactly what I need and it works fine.
Best regards,
Andre
Am 30.06.2014 14:58, schrieb Adam Light:
>
>
>
> On Mon, Jun 30, 2014 at 2:36 AM, André Hartmann
> mailto:andre.hartm...@iseg-hv.de>> wrote:
>
> Hello all,
>
> I'd like to have a QCo
On Mon, Jun 30, 2014 at 2:36 AM, André Hartmann
wrote:
> Hello all,
>
> I'd like to have a QComboBox with the available serial ports on my
> system. Populating the box at program start is easy, but I'd like to
> detect USB serial ports that are connected during run time.
>
> The only think I foun
Hello all,
I'd like to have a QComboBox with the available serial ports on my
system. Populating the box at program start is easy, but I'd like to
detect USB serial ports that are connected during run time.
The only think I found is focusInEvent, but it seems my port list is
updated twice, on