Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.5k Posts
  • [SOLVED] Building Qt for WinRT with DBus support

    dbus windows phone windows rt
    7
    0 Votes
    7 Posts
    3k Views
    A
    @SGaist Okay, thanks :)
  • QPushButton and QLabel font size

    8
    0 Votes
    8 Posts
    5k Views
    Awadhesh MauryaA
    I have tried for Arial Black, Times Roman etc but all are same. confButton = new QPushButton(); QFont* font1 = new QFont("Verdana"); //QFont* font1 = new QFont("Arial Black"); //QFont* font1 = new QFont("Times Roman"); //font1->setItalic(true); font1->setBold(true); font1->setPixelSize(60); font1->setPointSize(100); confButton->setStyleSheet("QPushButton {background-color : lightblue; color : black;}"); confButton->setFont(*font1); confButton->setText("conf"); //confButton->setMinimumWidth(68); confButton->setMinimumHeight(80);
  • 0 Votes
    4 Posts
    2k Views
    L
    @benlau said: Finally , I can not find any way to fix with QQuickPaintedItem. I just changed to use QQuickItem. Hi, thank you for your response. Since you used QQuickItem instead, did you used updatePaintNode() in painting and didn't used QPainter? Can you please provide me a simple code in implementing QQuickItem? Actually, I tried creating rectangles using QSGGoemetryNode however i can't find any example on how to draw text using QSG without using QPainter. Sorry i'm still new to integrating c++ in QML. TIA.
  • Qt Multi Language Application on imx6 board (wandboard)

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    I'd check with QFontDatabase that the font can be found
  • Would qt 3.3.8 be compatible with the latest qt creator ?

    5
    0 Votes
    5 Posts
    2k Views
    W
    @JKSH Hi, i found the post of someone using the same kind of device than me who used the source 4.4.3 but when trying the "make" it i have a new issue, i created a thread dedicated to this error here : http://forum.qt.io/topic/52755/error-from-obj-release-shared-emb-arm-qfutureinterface-o-when-crosscompiling-qt4-4-3-for-arm
  • 0 Votes
    1 Posts
    517 Views
    No one has replied
  • Android apps built using Qt

    android google play google
    5
    0 Votes
    5 Posts
    2k Views
    p3c0P
    @mbnoimi Ok. Regarding the searching, if you want to find open source projects better to check it on source code collaboration sites like Github, SourceForge or BitBucket etc.. directly.
  • QtActivity and LinearLayout

    2
    0 Votes
    2 Posts
    2k Views
    A
    Hello ! Could you tell us about your solution if you found it ? I've been looking for any way to position a banner on the screen. Is it possible to put it at the bottom of the screen ? Maybe someone knows how to do that. Thank you.
  • Qt 5.1.1, Linux Framebuffer and gestures.

    1
    0 Votes
    1 Posts
    687 Views
    No one has replied
  • Undefined reference when cross compiling for Tegra2?

    4
    0 Votes
    4 Posts
    2k Views
    T
    @SirLollington I got the same issue, have you found the way to bitbake qt5 toolchain for toradex?
  • Building Qt Android app with an external lib (Assimp)

    android libraries libs
    7
    0 Votes
    7 Posts
    4k Views
    S
    Almost yes. Now I use $$PWD/../3rdparty/assimp-3.1.1/include(2x '$') for all platforms, including Android, but I still can't build my .pro for it. For using $PWD I should set it to the right value in Projects->Build Environment, for each kit separately, right?
  • addText on QPainterPath issue

    3
    0 Votes
    3 Posts
    1k Views
    L
    @koahnig yes, it is. Thanks.
  • [SOLVED] QQuickView not appearing on Android

    2
    0 Votes
    2 Posts
    970 Views
    C
    Solved, upgraded to version 5.4.1 and QQuickView now appears OK.
  • Android License Verification Library

    1
    0 Votes
    1 Posts
    388 Views
    No one has replied
  • [SOLVED] QML equivalent for qApp->aboutQt

    3
    0 Votes
    3 Posts
    2k Views
    S
    Yes, probably better to invoke standard qApp->aboutQt from C++ class. Thanks.
  • Best practice on building Qt on Freescale i.MX platforms...

    freescale
    1
    0 Votes
    1 Posts
    645 Views
    No one has replied
  • "I'm sorry Dave, I can't do that" on Android

    2
    0 Votes
    2 Posts
    1k Views
    A
    Most likely the message comes from gdb. error (_("I'm sorry, Dave, I can't do that. Symbol format '%s' unknown."), bfd_get_target (abfd)); Could you verify that you trying to start your app using correct platform. The phrase comes from "2001: A Space Odyssey". Here is a quote
  • 0 Votes
    4 Posts
    1k Views
    M
    Refer to this to understand what and how to deploy
  • example using a custom ios launch image

    examples ios
    3
    0 Votes
    3 Posts
    2k Views
    clogwogC
    @mcosta thanks. i am using a custom info.plist and that is where i set the UILaunchImageMinimumOSVersion as described in http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images i just can't get it to work, so i am wondering if anyone else has got this working ? also looked at the weather app example but that one is done manually in xcode after the xcode project file has been created ( https://qt.gitorious.org/qt-labs/weather-app/source/e2c92d9d1e978aacc6a541e175dbd9931ca3470f:ios/readme.txt ) i guess this is a fallback option.. but i am still hopeful that http://doc.qt.io/qt-5/platform-notes-ios.html#launch-images can be used.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied