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
  • Slow BLE Beacon Discovery/Communication

    Unsolved
    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • How to make a widget recieve mouseevent?

    Unsolved
    6
    0 Votes
    6 Posts
    503 Views
    SGaistS
    @wohehe said in How to make a widget recieve mouseevent?: @SGaist Hi , do you need the code? By the way, I face this issue on embeded system, when I use this code on PC, seems everything works well. A minimal compilable example would be good. Embedded device ? Which device ? Which OS ? Which QPA backend ?
  • Qt5.15.2 configure for arm Debian 10

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    michaelLM
    So i manage to make a workaround. I just set the variable to empty in the file: qtbase/mkspecs/common/gcc-base.conf #QMAKE_CFLAGS_SHSTK = -mshstk QMAKE_CFLAGS_SHSTK =
  • Qt5.12.10 iOS QDrag pixmap transparency

    Unsolved ios ipad drag and drop transparency pixmap
    1
    0 Votes
    1 Posts
    656 Views
    No one has replied
  • opensource boot2qt qtcreator kit with no device or qt version

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    P
    my goal was to test performance of boot2qt vs raspbian, since I want my raspberry just for my app, it will boot and go straight to my app. Since boot2qt is a custom image to run Qt apps I thought it was my best option. Thanks for your time!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • How to communicate with FTDI with Qt Android

    Unsolved ftdi android
    10
    0 Votes
    10 Posts
    2k Views
    K
    @Kyeiv , I think yes, because a lot time ago, a mr. Mike Goza tried to add the QtSerialPort support to android (for FTDI, CP, PL and other chips): https://codereview.qt-project.org/c/qt/qtserialport/+/83480 (but unsuccessfull). There are used the USB API, directly. But, you can take the FTDI example provided by @Pablo-J-Rogina , if it will be simpler.
  • Qt5 +weston +keyboard on embedded device (IMX6)

    Unsolved
    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Configure qt with -opengl for jetson tx2 fails.

    Unsolved
    4
    0 Votes
    4 Posts
    472 Views
    SGaistS
    If you have it working now please mark the thread as solved so that other forum users may know a solution as been found :-)
  • Qt OPC UA Client and Codesys OPC UA Server: Problems with Writing

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    ODБOïO
    You're welcome :)
  • Qt 6 fresh installation - can't launch QtCreator

    Solved
    7
    0 Votes
    7 Posts
    621 Views
    J
    @jsulm It worked! I already had libxcb-util0 installed but that didn't work with Qt6, so I manually installed libxcb-util1 and it works perfectly, thanks!
  • Setting "focus" true in multiple elements

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    jsulmJ
    @qcoderpro said in Setting "focus" true in multiple elements: I need to know that process The process is called "cross compiling". You can for example tale a look at this: https://stackoverflow.com/questions/897289/what-is-cross-compilation
  • 0 Votes
    1 Posts
    480 Views
    No one has replied
  • QLineEdit is overwriting the first input character (bug?)

    Unsolved android qlineedit widget bug
    3
    0 Votes
    3 Posts
    849 Views
    aha_1980A
    @jsulm That is correct, but I'd first try with the latest Qt 5 version 5.15.2 Regards
  • Qml Text shows only partly.

    Solved
    6
    0 Votes
    6 Posts
    608 Views
    F
    hah, I found the solution now. There is something wrong with distance field text rendering. This probleam occurs in my embedded system, and behaves well on PC. After setting "export QML_DISABLE_DISTANCEFIELD=true", the probleam is solved. see more:https://www.qt.io/blog/2011/07/15/text-rendering-in-the-qml-scene-graph The article is hard to understand, does anyone has other introductions about text rendering?
  • QT + adb Android remote debugging

    Unsolved
    6
    0 Votes
    6 Posts
    733 Views
    V
    bump up still looking for solution
  • QT cross compile for Raspberry - build environment setup

    Unsolved
    6
    0 Votes
    6 Posts
    508 Views
    D
    I would need assistance as well regarding this topic. I have been struggling for days now to get the cross compile to work so I am giving up. All guides I followed (around 10 different ones) led me back to the starting point. Nothing worked. Is it possible to just develop in Linux or Windows using QtQuick and then just use dependencies on Rpi to make it work? Is it really that complicated? When I run a demo QtQuick app on my Rpi I get that QtQuick is not installed. Before that it was PySide2 but that was easily solved by installing dependencies. Does anyone know what dependencies are required for QtQuick so that an app using QtQuick can run on Rpi? Me and my fellow students are under huge pressure with our senior project and we could really use some help. Thank you! We are even considering installing Ubuntu in Rpi to make it run.... :(
  • Android Keyboard window panning

    Unsolved
    2
    0 Votes
    2 Posts
    224 Views
    bunjee207B
    Looks like I can do something like this: var rectangle = Qt.inputMethod.keyboardRectangle; var keyboardPanning = rectangle.height - (view.height - rectangle.y);
  • How to use state machine to avoid overlapping of 2 popup in qt ?

    Unsolved
    8
    0 Votes
    8 Posts
    844 Views
    Q
    @jsulm No because its waiting for user to click on ok . and at same time due to shutdown button clicked the shutdown label came . this both situation need to show at same time
  • Change the text in a menu item at run-time

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    C
    @JonB JonB Thanks heaps!! ... you really helped greatly ... needless to say that I would like to contribute to these forums in return for the help that I have acquired from them.