Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.3k Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • Password authentication using two different qml files

    Unsolved
    4
    0 Votes
    4 Posts
    718 Views
    dheerendraD
    First you should not have two different qml files for this task. Just create one QML file called LoginCheck.qml You create two objects of this LoginCheck.qml. Show one object at a time. Move from object to other object based on the user action. Set the properties of second object(SecondScreen) when moving from first object(first screen)
  • Windows 10 Tablet QNetworkConfigurationManager not online if WIFI

    Unsolved
    21
    0 Votes
    21 Posts
    4k Views
    ekkescornerE
    @J.Hilk thx - will try this
  • Qt and HERE Map API

    Unsolved
    1
    0 Votes
    1 Posts
    291 Views
    No one has replied
  • Error while cross compiling qtscxml module for raspberry pi

    Unsolved
    4
    0 Votes
    4 Posts
    737 Views
    dheerendraD
    Did the suggestion work ? Are you able to solve the issue ? Do you need help.
  • 0 Votes
    3 Posts
    428 Views
    SGaistS
    Hi, You might also be interested in KDE's Solid framework
  • How to Crosscompile Qt 5.2.1 to Arm toolchain

    Unsolved
    5
    0 Votes
    5 Posts
    784 Views
    lukeglukeL
    @RajkumarB I didn't face this issue, I've never used xcb, but did you copied cross compiled plugins/platforms dir to device? It contains libqxcb.so that app miss apparently. to set the path to platforms plugin use QT_QPA_PLATFORM_PLUGIN_PATH: QT_QPA_PLATFORM_PLUGIN_PATH=/opt/device/Qt-5.9.5/plugins/platforms Also there are such options that I use for eglfs QT_QPA_PLATFORM=eglfs QT_QPA_EGLFS_INTEGRATION=none Maybe xcb has something similar. Also to load a plugin on app startup use "plugin" opt: ./app -plugin tslib
  • How to move the cursor point from one Textfield to another Textfield?

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    T
    @JasmineSethi said in How to move the cursor point from one Textfield to another Textfield?: 16777219 Its an enum value of Qt.Key_Backspace. you can replace number with "Qt.Key_Backspace" Can you change the focus to false once you leave the text field. Maybe because of it, it is showing the cursor.
  • How can I integrate an existing Qt project in another Qt project

    Solved
    26
    0 Votes
    26 Posts
    5k Views
    aha_1980A
    @Robin-Hood So please mark this thread as SOLVED now. Thanks!
  • Rest Service

    Unsolved
    2
    0 Votes
    2 Posts
    588 Views
    SGaistS
    Hi, From the looks of it, JSON-Server is for mockup backend creation so it won't really help you here if you want to validate that your database is working as expected. You can go with cutelyst or the Django REST framework, Flask RESTFul. etc.
  • Cross-compiling for old ARM Embedded Linux. Lookup errors: undefined symbol

    Unsolved
    1
    0 Votes
    1 Posts
    381 Views
    No one has replied
  • Qt 5 Android development, QML properties to android element properties?

    Unsolved
    1
    0 Votes
    1 Posts
    324 Views
    No one has replied
  • QThread with Android

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    ashajgA
    Thank you sir @J-Hilk
  • QML plugins path in iOS

    Solved
    5
    0 Votes
    5 Posts
    867 Views
    dheerendraD
    Cool. You can move this issue to solved state.
  • UNDEFINED REFERENCES ERROR while adding DCMTK Libs in QT project..

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    ashajgA
    This problem is solved by: not setting ANDROID_TOOLCHAIN_NAME in cmake by compiling source code in RELEASE mode.
  • QtVirtualKeyBoard does not work after modal dialog exec in IMX6

    Unsolved
    5
    0 Votes
    5 Posts
    782 Views
    S
    @SGaist Hi, I have tested in Qt 5.9.7, the issue still exist.
  • QML + MYSQL

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    J
    @SGaist I will try the REST service. Thank you a lot. Regards, Jasur
  • text over a video

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    SGaistS
    Recent version of GStreamer should provide the qmlsink plugin. You could try to use that and write a QtQuick GUI with whatever you want to show.
  • Is it possible use QML Drawer and SwipeView types as QWidgets?

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    G
    @SGaist this could be very good addition for other desktop OSes not having this feature. Without this it is not possible create truly multiplatform software.
  • Chinese font issue with Qt 4.8.4 under CE 6

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    SGaistS
    Glad you found out and thanks for sharing ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)