[Interest] Best choice for android/iOS/Windows/Mac

alexander golks alex at golks.de
Thu Sep 5 08:35:01 CEST 2013


Am Wed, 04 Sep 2013 23:45:08 +0200
schrieb Muhammad Bashir Al-Noimi <mbnoimi at gmail.com>:

> #if !defined(Q_OS_ANDROID)
>      d->showFullScreen();
> #else
>      geometry = d->saveGeometry();
>      d->setFixedSize(qApp->desktop()->size());
>      d->setWindowFlags(Qt::FramelessWindowHint);
>      d->setWindowState( d->windowState() | Qt::WindowFullScreen);
>      d->show();
>      d->activateWindow();
> #endif

i think it's meant to be the other way around:

#if defined(Q_OS_ANDROID)
// rest of your code

-- 
/*
 *  printk ("scsi%d : Oh no Mr. Bill!\n", host->host_no);
 *          linux-2.6.6/drivers/scsi/53c7xx.c
 */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130905/56dab5cd/attachment.sig>


More information about the Interest mailing list