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
  • Z-order Assignment: is not a valid widget.

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    mrjjM
    @Keechu Hi Did that UI come from some old project or how did it start life ? I think its still a bit broken then. Maybe you did edit it before you tried in designer ?
  • Cross compiled Qt libs compatibility on Raspberry Pi 3

    Solved
    8
    0 Votes
    8 Posts
    711 Views
    A
    Looks like I've found some info: https://github.com/raspberrypi/tools/issues/81#issuecomment-358281044 He says there was an ABI change in GCC 5, so it looks like compatibility between 4.9.3 and 6.3.0 is not guaranteed. There's an issue in Raspberry Pi repo: https://github.com/raspberrypi/tools/issues/81. It is still open for now. While RPi foundation haven't provided an answer, a number of people have built their own toolchains, for example here: https://github.com/raspberrypi/tools/issues/81#issuecomment-541411881
  • Link with the static library of opencv by qmake on Android

    Unsolved
    1
    0 Votes
    1 Posts
    491 Views
    No one has replied
  • fatal error: 'type_traits' file not found - Qt 5.14 Preview Android

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS
    I have not tried 5.14 on Android yet, so I might be wrong. But I've seen this error before and it was usually caused wrong NDK API level. Make sure you're using recent enough SDK, NDK and try to bump the NDK platform (Qt Creator, for some reason, default to API level 16 which is too old).
  • Android QFileDialog returns nothing and code in background keeps running

    Unsolved
    2
    0 Votes
    2 Posts
    753 Views
    M
    I tried the native dialog in Qt 13.0 and had the same problem. I think it is likely that it just doesn¨t work.
  • Unknown module(s) in QT : qml quick

    Solved qml cross-compile linux qtcreator
    5
    0 Votes
    5 Posts
    5k Views
    A
    @bignumb It did help me too!!!!
  • Qt5 eglfs with dual display

    Unsolved
    2
    0 Votes
    2 Posts
    397 Views
    SGaistS
    Hi, AFAIK, you can use QT_QPA_EGLFS_FB to select which screen the application is going to be shown on.
  • android build failed

    Unsolved android buid build failed build error build apk
    5
    0 Votes
    5 Posts
    1k Views
    N
    @Davronito Yes many times.........
  • List of lists refreshing error

    Solved
    3
    0 Votes
    3 Posts
    334 Views
    DavronitoD
    I think I have found the solution)) from this link. https://doc.qt.io/qt-5/qtqml-javascript-dynamicobjectcreation.html and this link also helped me to understand the error: https://stackoverflow.com/questions/45387244/how-to-remove-a-dynamically-created-item-from-column-qml-element There was said: you should never rely on the garbage collector. It will only work relieably when you use component.createObject(null) and then it will relieably destroy your object at random times, most likely before you want it to be gone, as the reference counting is broken. If it runs to seldomly your application will crash as soon as it runs. If you use component.createObject(someParent) it won't work at all. Creating a Component Dynamically To dynamically load a component defined in a QML file, call the Qt.createComponent() function in the Qt object. This function takes the URL of the QML file as its only argument and creates a Component object from this URL. Once you have a Component, you can call its createObject() method to create an instance of the component. This function can take one or two arguments: ->The first is the parent for the new object. The parent can be a graphical object (i.e. of the Item type) or non-graphical object (i.e. of the QtObject or C++ QObject type). Only graphical objects with graphical parent objects will be rendered to the Qt Quick visual canvas. If you wish to set the parent later you can safely pass null to this function. ->The second is optional and is a map of property-value ... So, my mistake was at creating the group's ItemObject without parent. So I fixed that line as this: groups.append(groupItem.createObject(lvGroups)) // create a new group into Group's list (main list)
  • Why does the command 'touch -t' via QProcess only works for Android 7+?

    Unsolved
    8
    0 Votes
    8 Posts
    901 Views
    JonBJ
    @PowerNow ...which is exactly what I expected was happening, and hence why you always need to capture any output from commands run via QProcess...
  • OCR with QT

    Unsolved
    8
    0 Votes
    8 Posts
    4k Views
    B
    You may give this one a try. I have used it a lot with QT last year and had some success https://www.bisok.com/grooper-data-capture-method-features/multi-pass-ocr/. Hope this helps, good luck.
  • IOT sending data to remote server

    Unsolved
    5
    0 Votes
    5 Posts
    542 Views
    V
    @jsulm thanks for replay ...
  • Unable to detect touch key in qt

    Unsolved
    3
    0 Votes
    3 Posts
    882 Views
    Pablo J. RoginaP
    @jigarp you may want to take a look at QEvdevKeyboardHandler source code where the warning message is sent, and see if you could add the LEFT_META key event.
  • Qt on S60 5thEd inherits phone themes but Qt for Symbian^3 does not

    15
    0 Votes
    15 Posts
    6k Views
    jsulmJ
    @jonhanaley You're writing software for S60/Symbian in 2019?! This thread is 9 years old, I suggest you open a new one.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    146 Views
    No one has replied
  • 10bit surface with eglfs_kms_egldevice backend

    Unsolved
    1
    0 Votes
    1 Posts
    255 Views
    No one has replied
  • Chromebook has a activeFocus-related frame color where Android tablet does not have.

    Unsolved
    1
    0 Votes
    1 Posts
    137 Views
    No one has replied
  • Error QOpenGLShader: could not create shader

    Solved
    3
    0 Votes
    3 Posts
    4k Views
    S
    @abdussalam Thank you ! Really !
  • Help with meta-qt5 on embedded linux IMX.6 Quad Platform.

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    M
    @jsulm thanks for the help/pointers. Went out of town for thanksgiving. I tried building before I left by modifying a file. I am using the krogoth meta-qt5 but I am struggling to find where I can set that. I changed the qt5-git.inc file to 5.12 but had issues with qtenginio. Reading closing it says qt_modules so it must be some place else. Not sure where I can put the hash like you suggested for the commit on the newest (or newer) of qt 5.
  • QT5 on IMX6q - graphics stuttering after HDMI reconnect

    Unsolved
    2
    0 Votes
    2 Posts
    310 Views
    J.HilkJ
    hi @rickp and welcome, I don't think this is an issue that many user's have encountered. So I would suggest to bring this on the mailing list of Qt. You may have more luck there. https://lists.qt-project.org