Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.6k Posts
  • Restart App

    3
    0 Votes
    3 Posts
    5k Views
    L
    [quote author="rohanpm" date="1288016351"] from within the app, use QProcess::startDetached to start another instance of the app, then exit (the parent) immediately[/quote] I would suggest an improvement for that: fork. in parent: terminate the app. in child: make a delay, so your app gets enough time to terminate and use QProcess as offered above.
  • Symbian^3, Qt 4.7.0 and UiTools

    3
    0 Votes
    3 Posts
    4k Views
    D
    checklib: error: library \Nokia\devices\Nokia_Symbian3_SDK_v0.9\epoc32\release\ARMV5\urel\QtUiTools.lib is incompatible with standard C++.
  • Indian Languages in Qt for WINCE

    2
    0 Votes
    2 Posts
    3k Views
    P
    I will be very happy if you add "Kannada":http://en.wikipedia.org/wiki/Kannada also to the supported list.
  • UI Extensions and symbian^4

    10
    0 Votes
    10 Posts
    5k Views
    A
    Oh yeah, after last week's announcement, things changed :-)
  • Nokia N8 showFullScreen() don't work

    32
    0 Votes
    32 Posts
    16k Views
    M
    i think, that the app gets to low storeage for use from the device. so it cant show all these icons at the same time, but thats just an assume.
  • Need help in getting data after pressing pushbutton

    3
    0 Votes
    3 Posts
    3k Views
    T
    This looks like a great place to use a "QSignalMapper":http://doc.trolltech.com/4.7/qsignalmapper.html.
  • How do we rearrange widgets added to a Grid Layout at runtime?

    11
    0 Votes
    11 Posts
    10k Views
    ?
    [quote author="QtK" date="1287741731"]Thank you, I was looking for something like QLayout::removeWidget()[/quote] you could alternatively use QLayout::removeItem(), and then add them back with QLayout::addItem().. you probably already also know this by now :)
  • QObject creating in one thread using in other

    13
    0 Votes
    13 Posts
    6k Views
    S
    well i have tried it, i have two objects which take about 2 sec for constructing each of them, i wanted improve on it, so that the objects gets constructed in parallel. -Sriky
  • Controlling Flash Light

    2
    0 Votes
    2 Posts
    2k Views
    D
    Maybe "camera API":http://doc.qt.nokia.com/qtmobility-1.1.0-beta2/qcameraexposure.html#FlashMode-enum could help you
  • Undefined symbol while using QDeclarativeView on Maemo

    4
    0 Votes
    4 Posts
    3k Views
    A
    [quote author="Aleksei Mikhailichenko" date="1287746081"]Did you tried setContextProperty? [/quote] Yes. Just tested again here, working nicely. This kind of error used to happen when the binary was created with a different version than the one installed on N900, due to internal changes in QtDeclarative during the development of Qt 4.7.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    5 Posts
    3k Views
    K
    So even in future releases its not expected.
  • QWidget and setVisible() problem

    3
    0 Votes
    3 Posts
    5k Views
    A
    Maybe it's bug, can you write test application?
  • Newby needs help building QMediaPlayer Example

    5
    0 Votes
    5 Posts
    11k Views
    ?
    danilocesar says that you have to add these in your .pro file manually @ CONFIG += mobility MOBILITY = multimedia @ There is a media player mobility example, you can check for it in the Qt assistant
  • How do I assign a function to a key on phones key board?

    6
    0 Votes
    6 Posts
    3k Views
    ?
    [quote author="chriadam" date="1287643765"]Try "this":http://wiki.forum.nokia.com/index.php/CS001352_-_Listening_for_Symbian_key_events_in_Qt instead. [/quote] thanks chriadam
  • How to handle scalable UI in Qt for Symbian?

    2
    0 Votes
    2 Posts
    3k Views
    D
    Maybe qml or graphics framework with anchor layout?
  • QT Newbie ( how to open widget from mainwindow )

    2
    0 Votes
    2 Posts
    5k Views
    ?
    hi syed, there are a whole bunch of examples in the Qt installation folder with sources, try to run one of them and walk through the code, you will be able to solve this on your own :) Also can you markup your code by enclosing them within @ tags, easier to read
  • What benefit should I have using Qt under VS?

    8
    0 Votes
    8 Posts
    5k Views
    F
    The answer is that M$ does NOT permit it. Thanks. "http://developer.qt.nokia.com/forums/viewthread/1351/":http://developer.qt.nokia.com/forums/viewthread/1351/
  • Can I write code for windows mobile 6.5 without VS?

    7
    0 Votes
    7 Posts
    6k Views
    F
    I understand. MS = M$$$$ Thank you all.
  • QFtp strange behavior on ARM (angstrom)

    2
    0 Votes
    2 Posts
    3k Views
    W
    If I lookup the IP Address using an ACE_INET_addr and use the IP Address returned by this object, the connection is working. Regards Wolfgang Hauser