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
  • Qtmobility

    2
    0 Votes
    2 Posts
    3k Views
    K
    Answer is "here":http://developer.qt.nokia.com/forums/viewthread/264/
  • How to call window media player from qt window mobile application?

    2
    0 Votes
    2 Posts
    4k Views
    D
    If it is acceptable for you to open external application (not software component) than you can use QProcess. If you want to use WMP as software component than you should look for phonon plugins working with WMP.
  • QFileDialog::getOpenFileName on maemo not browsing entire directory tree

    2
    0 Votes
    2 Posts
    4k Views
    H
    Qt uses the native file dialog on Maemo 5 ("Maemo docs":http://maemo.org/api_refs/5.0/5.0-final/hildonfm/HildonFileChooserDialog.html), which disallows browsing anything but the home dir and the memory card. To browse the entire file tree (and risk being rejected from the Ovi store), you can use a QFileSystemModel on a QTreeView?
  • QAudio support missing

    3
    0 Votes
    3 Posts
    5k Views
    C
    That was exactly it, thank you
  • Example code for Qt Mobility

    2
    0 Votes
    2 Posts
    4k Views
    H
    All code is available on "gitorious.org":http://qt.gitorious.org/qt-mobility
  • Mobility APIs for dealing with task management

    4
    0 Votes
    4 Posts
    4k Views
    D
    I think that launching can be done via QProcess class, but killing them and checking RAM only via native Symbian code (or by running some system utilities via QProcess and parsing their output)
  • Qt && gps favorites

    18
    0 Votes
    18 Posts
    12k Views
    L
    Ok thanks.
  • Does anybody have any experience in using Qt with OpenCV?

    6
    0 Votes
    6 Posts
    6k Views
    A
    Guys, feel free to edit Wiki page here: http://developer.qt.nokia.com/wiki/OpenCV_with_Qt Add you questions and suggestions there too.
  • Macro for Qt Simulator in .pro and source files.

    5
    0 Votes
    5 Posts
    8k Views
    K
    [quote author="silvansky" date="1278666566"]for now there is QT_SIMULATOR macro for source files (in the latest Nokia Qt SDK) but I don't know if there is somethong for .pro files UPD: in .pro files you can use simulator { # do something }[/quote] Thank you
  • Building libraries for symbian

    3
    0 Votes
    3 Posts
    5k Views
    D
    I found something interesting about it: http://bugreports.qt.nokia.com/browse/QTBUG-5312
  • Timing diagram like a things.....

    4
    0 Votes
    4 Posts
    5k Views
    A
    Yes, indeed. And don't be fooled, the KDAB stuff, including KD Charts, are available under GPL, even if KDAB does not advertise it that way. My experiences with KD Chart are pretty decent. There are some weird inconsistencies, but all in all its not bad at all.
  • SVG && fast update

    12
    0 Votes
    12 Posts
    8k Views
    L
    I found a possible solution but I don't know how to use it... The solution consist in using QSvgRenderer::boundsOnElement . It seems that it's possible to render only a part of the svg identified by the Id. The step should be: render the svg in a QImage update the element in the original svg render the changed part (with boundsOnElement) in the same QImage Now I must study how to put the changed element in the same place of the background image to cover the old element.
  • Nokia Qt SDK && Linux

    2
    0 Votes
    2 Posts
    4k Views
    L
    I tried Nokia QT SDK for Linux online version and now qtcreator works: @luca@slack131:~$ cd NokiaQtSDK/ luca@slack131:~/NokiaQtSDK$ ./QtCreator/bin/qtcreator@ so I think there are some problem in offline version...
  • Nokia Qt SDK released

    14
    0 Votes
    14 Posts
    11k Views
    L
    [quote author="QtK" date="1277479535"]Never tried it on Linux yet. But note that you cannot develop applications for Symbian Platform using Nokia Qt SDK linux version.[/quote] This is a big limitation... I hope to have soon a complete linux sdk version.
  • Development for Nokia devices

    Locked
    1
    0 Votes
    1 Posts
    9k Views
    No one has replied
  • QT && AVR32 embedded

    6
    0 Votes
    6 Posts
    7k Views
    L
    YES, now it works. The problem has been solved. Thanks!
  • 0 Votes
    7 Posts
    6k Views
    T
    [quote author="maurizio.moriconi" date="1274699465"]Qt also run on other mobile platforms (openmoko for example).[/quote] It does indeed and it also runs on embedded platforms that are not related to phones at all, like coffee machines and printers. :)