Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.2k Topics 62.7k Posts
  • A toolbar that looks like Android Action Bar

    5
    1 Votes
    5 Posts
    5k Views
    P
    s.frings74, thank you for sharing your project C++ code with the community. Not everyone who works with Qt mobile dev wants to jump on the Qt Quick bandwagon.
  • Example clocks wont run in emulator

    clocks emulator start run configure
    3
    0 Votes
    3 Posts
    2k Views
    ?
    ok, i will ask there. Thanks!
  • "QtBluetooth" plugin "declarative_bluetooth" not found

    7
    0 Votes
    7 Posts
    2k Views
    J
    @SGaist Hi, sorry for the delay, but I have already managed to solve the problem. Basically I uninstalled and went back to install QT. I think the error would be any files that the program couldn't find, maybe I have deleted or changed the directory unconscious. Now I have other problems to solve, but I hope to resolve alone for first step. :) Thanks for the help. :)
  • Intel Atom E6xx and WES7 deploying

    intel atom e6xx wes7 qt5.4
    1
    0 Votes
    1 Posts
    791 Views
    No one has replied
  • Load File from android and ios app

    4
    0 Votes
    4 Posts
    1k Views
    P
    If the file is on the Mac, you can include the file as a project resource and load with QFile @QFile inputfile( ":/data/yourfile.xml" );@ Then write to the data directory on the android or ios device.
  • GCM

    2
    0 Votes
    2 Posts
    920 Views
    SGaistS
    Hi and welcome to devnet, Do you mean an XMPP Qt client library ? A HTTP client like QNetworkAccessManager ?
  • VP8 encoding on Android

    2
    0 Votes
    2 Posts
    1k Views
    M
    After making some more research, I found that Qt doesn't read the system's codecs, but they are "hardcoded". Here is a link to the file which returns the available codecs in Android: https://qt.gitorious.org/qt/qtmultimedia/source/108dda7a90bd0f0337358b0db47ae55acd16dea6:src/plugins/android/src/mediacapture/qandroidvideoencodersettingscontrol.cpp#L62 I will continue posting here my updates on this topic.
  • About raspberry pi cross compile ?

    raspberry cross compile
    17
    0 Votes
    17 Posts
    9k Views
    SGaistS
    Just mount the Pi root file system before starting to work on your project
  • buildroot qt issue with tslib

    buildroot qt is
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Good ! Then please mark the thread as solved ("Topic Tools" -> Mark Solved)
  • [Solved]Printing on iOS

    ios printing objective-c
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    12 Posts
    4k Views
    F
    More complete log: http://pastebin.com/cagcpw49 Also created this: https://bugreports.qt.io/browse/QTBUG-44697
  • This topic is deleted!

    Locked
    0
    0 Votes
    0 Posts
    5 Views
    No one has replied
  • Build modify example code in QT

    2
    0 Votes
    2 Posts
    478 Views
    SGaistS
    Hi, If you want to modify the example directly you have to edit its sources directly. AFAIK you can open any example in Qt Creator and start toying with it
  • [Solved] Initial Screen drawing area on iOS Bug?

    1
    0 Votes
    1 Posts
    378 Views
    No one has replied
  • [SOLVED] iOS force landscape

    3
    0 Votes
    3 Posts
    1k Views
    K
    What about for a surface pro?
  • [SOLVED] Ressource Path to iOS

    ios ressource
    4
    0 Votes
    4 Posts
    1k Views
    patrikdP
    Hi guys, thx, will give it a try. best, patrik
  • Update Qt5.3 to Qt5.4.1 -> pixelated

    3
    0 Votes
    3 Posts
    900 Views
    M
    Thanks for your reply! My problem is partial related to mentioned bug-report. In my application I draw a plot with QPainter, even the plot line lost quality. Has abybody experience with this problem and can give me a hint to improve? THX
  • QtMultimedia Cross Compile Raspberry pi

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    No on the Raspberry Pi itself
  • Swipe gesture to changes pages

    2
    0 Votes
    2 Posts
    690 Views
    J
    Any ideas? Maybe this be done using StackViewDelegate... but how to set the transition to follow swipe (finger)?
  • QtWebView issue

    6
    0 Votes
    6 Posts
    4k Views
    SGaistS
    Hi, There's something that needs some clarification here: on iOS and Android, neither QtWebKit nor QtWebEngine are supported since both platforms enforces the use of their own provided web element. Here enters the QtWebView module which is not the same thing as the QtWebKit QWebView nor the QtWebEngine QWebEngineView. QtWebView provides a minimal wrapper around the native web view of both platforms.