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
  • Touchscreen calibration on linuxfb embedded application

    4
    0 Votes
    4 Posts
    3k Views
    L
    [quote author="agocs" date="1403705071"]If this is a resistive, single touch only touchscreen, you could try using the tslib plugin instead of evdevtouch. [/quote] Running apps with tslib plugin the TS doesn't works... I don't know why.
  • 0 Votes
    4 Posts
    4k Views
    EddyE
    symbian is no supported for Qt5. You need to use Qt4. see "supported platforms":http://qt-project.org/wiki/Support-for-Symbian for more details. You are out of luck if you want to stick with Symbian.
  • Usb camera integration in qt4

    6
    0 Votes
    6 Posts
    3k Views
    SGaistS
    You should contact the original author of Qt-GStreamer
  • Help with using Qt 5.3.0 REALLY CONFUSED!

    8
    0 Votes
    8 Posts
    3k Views
    B
    Thanks!! Greatly appreciate your response. I will download and study both sets of documents. Hopefully they will remedy my "what version" problem! Bob
  • Load items when that need

    8
    0 Votes
    8 Posts
    2k Views
    p3c0P
    Hi, Is you model c++ based ? And you have subclassed QAbstractListModel or QAbstractItemModel ?
  • Qt 4.8 and license

    2
    0 Votes
    2 Posts
    739 Views
    sierdzioS
    No, you do not need to buy the commercial license.
  • [SOLVED] Change iOS launch icon name

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    :) Don't forget to update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • IOS 7 + OpenGL/ES 1.x

    1
    0 Votes
    1 Posts
    504 Views
    No one has replied
  • Tablet Menus

    2
    0 Votes
    2 Posts
    712 Views
    C
    Something else that could be a clue. I currently add the menus through code. If I add them via the creator then a native menu does appear. Here is an example of what I do: @ QMenu* menuFile = menuBar()->addMenu("&File"); menuFile->addAction(actionMenuFileExit); @
  • Best way to implement a nested menu?

    3
    0 Votes
    3 Posts
    1k Views
    H
    /update I just used ListModels and a ScrollView+ListView to implement my menu. Currently I am using a delegate "menuItemDelegate" and a "editItemDelegate". If I use the first one, everytime I click on a ListElement of a ListModel, I read a property "menuModelId" & "menuDelegateId" and then I set the current ListView-model to that new model and delegate. So I am switching trough the menu. Second delegate displays the ListElement-properties and give the possibility to open a text editor and change the property values. (After changing, I use the QStorage Class to save the value on harddisk) I'm sure that is NOT the best approach, but it works fine for the moment. (My menu only needs to be replaced at the same position. If you need a menu like in iOS with the "swipe animation to the left", my approch will not meet your requirements) I would be very thankful if someone could post a better approach for this.
  • Error in building of Qt-generated iOS project in Xcode

    4
    0 Votes
    4 Posts
    1k Views
    M
    I have changed the date of macs, 2014 to 2013. Now I change them back. It somehow worked. Interesting.
  • Beaglebone Black and Qt 4.8.6

    3
    0 Votes
    3 Posts
    3k Views
    raven-worxR
    sorry i can't help you with your initial problem. But just out of curiosity: what is your hardware setup for reading the CAN data. Can you also share some code?
  • QtQuick Combobox issue on iOS

    2
    0 Votes
    2 Posts
    994 Views
    J
    warning: "me too" post I agree, this default behaviour is counter-intuitive.
  • [SOLVED] Qt Android "install_target error 1"

    5
    0 Votes
    5 Posts
    4k Views
    SGaistS
    Special characters and spaces are evil ;) Happy coding !
  • Add advertisement issue

    1
    0 Votes
    1 Posts
    551 Views
    No one has replied
  • QProgressDialog not showing in the center of the screen.

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Then it might be a bug on android, you should check the "bug report system":http://bugreports.qt-project.org
  • Android: How can i access the android's functions in QT?

    4
    0 Votes
    4 Posts
    1k Views
    p3c0P
    Hi, I think "this":http://deuteria.blogspot.in/2014/02/calling-androids-text-to-speech-from-qt.html would be useful to you.
  • Clarification about using Qt for TI Sitara AM335x

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, The Texas Instruments forum would probably be a better place to ask that question. However from a quick look it seem they provide pre-built Qt libraries for their board.
  • Android serialport.

    3
    0 Votes
    3 Posts
    1k Views
    SGaistS
    See the answer "here":http://qt-project.org/forums/viewthread/44037/
  • Which mobile device is best for Qt playing around?

    4
    0 Votes
    4 Posts
    1k Views
    S
    And in case of doubt you can mix Java code with C++ code. Therefor it should be possible to work around any issue that might occur.