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
  • How to add new font on Windows

    3
    0 Votes
    3 Posts
    1k Views
    SGaistS
    Hi, This is not the right subforum for your question unless you're talking about Windows CE/Mobile editions. Either case, the answer will be the same as in "this":http://qt-project.org/forums/viewthread/28925/ thread. You have to use platform specific code. Look on the Microsoft Developer Network site
  • QT5 Examples on Android

    7
    0 Votes
    7 Posts
    6k Views
    S
    [quote author="Moster" date="1371454089"]The camera is not supposed to work yet as far as I know[/quote] Thanks, that means we have to wait for Qt5.2 or Qt5.1.x I hope QtQuick control can work, some components are pretty useful even on mobile
  • Qt5 and blackberry10

    1
    0 Votes
    1 Posts
    631 Views
    No one has replied
  • External Libraries With Android & iOS

    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS
    Qt 5.1 is in beta stage right now, actually nearing a release candidate. I think the merge window for 5.2 is still open, so don't expect it to be released before Q4 this year.
  • Eglfs vs wayland with qgraphicsview

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Undefined reference to QIconvCodec during embedded make?

    2
    0 Votes
    2 Posts
    1k Views
    C
    I cross-posted this problem to StackOverflow and solved the problem myself. My answer can be found "here":http://stackoverflow.com/questions/17050177/undefined-reference-to-qiconvcodec-during-qt-embedded-make But to sum up my answer, you need Gnome if you're trying to install Qt Embedded for Linux with a Virtual Framebuffer on Ubuntu. Install Gnome for your version of Ubuntu, uninstall your previous Qt Embedded attempts, and reinstall Qt Embedded. Hope this helps!
  • 0 Votes
    12 Posts
    11k Views
    C
    To anyone looking to solve a similar issue, I am on Ubuntu so I had to install gnome. I uninstalled my embedded Qt and started over again and it worked just fine.
  • 0 Votes
    2 Posts
    1k Views
    GianlucaG
    I solved the problem. The solution is to get the QAbstractDocumentLayout from the QTextDocument returned by QGraphicsTextItem::document. With the QAbstractDocumentLayout there are various method to check the content under a point. One of them is anchorAt. So, in the handler for TapAndHold the following lines of code do the work: @ QString mayUrl = contacts->document()->documentLayout()->anchorAt( contacts->mapFromScene(tap->position()) ); if ( !mayUrl.isEmpty() ) { qDebug() << "TRY TO OPEN" << mayUrl; QDesktopServices::openUrl( mayUrl ); } @
  • Android basics: how to run a QT app on Android?

    7
    0 Votes
    7 Posts
    4k Views
    K
    Thank you. I really wonder new Qt version.
  • Do I still need to download Necessitas when using QtSDK 5.1?

    12
    0 Votes
    12 Posts
    6k Views
    M
    Excuse me I was talking about ministro, not necessitas Ministro seems to be loading wrong/old libs. Of course my post does not fit into here anymore :P
  • Problem with QextSerialport Receive in BeagleboardXM

    2
    0 Votes
    2 Posts
    2k Views
    B
    Sorry guys, that was a problem with the hardware and now its working properly!!
  • Android : NFC (and Bluetooth) access

    5
    0 Votes
    5 Posts
    4k Views
    A
    Symbian? The only NFC backends currently in the unreleased libQtNfc (part of the qtconnectivity repository) are for Harmattan and Blackberry.
  • Developing iOS under Windows

    11
    1 Votes
    11 Posts
    16k Views
    G
    Ok thanks for reply
  • 0 Votes
    3 Posts
    5k Views
    R
    Okay the issue was that multimedia stuff basically is not available for android.
  • I am getting error as "module Qtwebkit is not installed.

    4
    0 Votes
    4 Posts
    2k Views
    K
    so do me
  • [SOLVED] QClipboard::mimeData() returns null

    4
    0 Votes
    4 Posts
    2k Views
    C
    Hi Bootchk you' re right, In N9 device it works as expected, I thought it would work in emulators. Thank you
  • [Solved] What do I need to try iOS development with Qt5.1beta ?

    5
    0 Votes
    5 Posts
    2k Views
    S
    [quote author="JaviCervera" date="1370714649"]Hopefully for the RC1.[/quote] So, we will just have to wait for it! :-)
  • Building Qt for Windows Mobile

    16
    0 Votes
    16 Posts
    11k Views
    S
    Dear getsasha: how to fix this issue? i meet same issue when i build qt source code c:\Qt\4.7.3\src\corelib\io\qtextstream.cpp(3398) : fatal error C1083: Cannot open include file: ‘qtextstream.moc’: No such file or directory.
  • Translation phrase book access from C++

    2
    0 Votes
    2 Posts
    1k Views
    B
    Hi, Maybe this is what u need? "http://qt-project.org/doc/qt-4.8/linguist-manual.html":http://qt-project.org/doc/qt-4.8/linguist-manual.html
  • KMS software cursor support

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied