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
  • How to start an Android activity in Java file from Qt

    4
    0 Votes
    4 Posts
    7k Views
    benlauB
    @Abin Check my example code to register native call via JNI: C++ : qtandroidexamplecode/qtandroidrunner.cpp at master · benlau/qtandroidexamplecode Java: qtandroidexamplecode/QtRunner.java at master · benlau/qtandroidexamplecode
  • MySQL plugin

    mysql mariadb android
    10
    0 Votes
    10 Posts
    4k Views
    SGaistS
    That message makes me think that the wrong compiler is used
  • Qt and DirectFB - linux_input events handling

    directfb input event qt 4.6.3 dfb 1.4.3
    13
    0 Votes
    13 Posts
    7k Views
    McLionM
    That doesn't really help. I know the difference between the 2 devices. The issue seems to be in the path and maybe the resulting timing Qt (QWS to be more precise) gets the XY position compared to the path over which it gets the click events. This seems not to travel the same way from DFB to QWS. Still have no solution for this.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt on iOS : 64-bit support?

    14
    0 Votes
    14 Posts
    6k Views
    L
    @SGaist I check it again, it did has both armv7 or arm64. i guess i was too tired to see the arm64 thank you!!!
  • QtWebView iOS C++

    ios webview
    1
    0 Votes
    1 Posts
    962 Views
    No one has replied
  • QtWebView Android C++

    webview android
    3
    1 Votes
    3 Posts
    1k Views
    W
    Thanks. I could not get that to work, however, with some digging I figured out that webview_private would work. In the end, it worked pretty well on my Android device.
  • QImage from file path

    Solved qimage uiimage qml
    3
    0 Votes
    3 Posts
    10k Views
    M
    Thank you so much. It is in fact a URL and you can use this to load it into a Image. void dataSender::fetchImage(QString filePath) { const QUrl url =filePath; if (url.isValid()) { qDebug() << "Valid URL: " ; QString test = url.path(); QImage myImage(test); qDebug() << "Image Size " << myImage.size(); } else{ qDebug() << "the url is invalid"; } }
  • Qt / Html 5

    12
    0 Votes
    12 Posts
    6k Views
    P
    @tobias.hunger was it using Qwebkit or Qwebengine ?? I am struggling to do the same, i.e. make js a bridge between my html and c++. I see a lot of examples using Qwebkit but none related to QwebEngine. As Qwebkit is deprecated, I can't use it.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    1 Posts
    844 Views
    No one has replied
  • Delete

    2
    0 Votes
    2 Posts
    632 Views
    K
    @karthi-shan In QTableWidget removeRow
  • Qt 5 on EPD (Electronic Paper Display)

    epd embedded linux qt 5.1.1 embedded
    3
    0 Votes
    3 Posts
    2k Views
    A
    @SGaist Thank you for your suggestion. I would like to know anyone particularly used Qt for Electronic paper Display. If yes, then I would like to get the difference if any. I believe the users can give suggestion. Meanwhile, I will post the same in interest mailing list also.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    45 Views
    No one has replied
  • Cursor and green square 16x16 at startup

    10
    0 Votes
    10 Posts
    3k Views
    McLionM
    You can not call update() in main before any widget is created. http://doc.qt.io/qt-4.8/qwidget.html#update I do turn off/on the cursor from code if needed. After turning it off, the update() is needed. On the application start, use the -nomouse and the application will start without cursor and there is no need to call update() at that point. So in your case, if you never need to see the cursor, you best start with -nomouse.
  • can´t see JSON docs outside the app´s folder (Android)

    2
    0 Votes
    2 Posts
    649 Views
    SGaistS
    Hi, You should try to use on the standard folder that you can get from QStandardPaths Hope it helps
  • Indie Mobile is dead

    18
    1 Votes
    18 Posts
    6k Views
    M
    @greenhouse said: 350$ a month? They said you can buy Indie Mobile at 25$/month until 31st August
  • Set QScrollerProperties::OvershootPolicy not working ?

    2
    0 Votes
    2 Posts
    2k Views
    S
    @Tsweti need QVariant cast. QScrollerProperties properties = QScroller::scroller(scrollWidget)->scrollerProperties(); QVariant overshootPolicy = QVariant::fromValue<QScrollerProperties::OvershootPolicy>(QScrollerProperties::OvershootAlwaysOff); properties.setScrollMetric(QScrollerProperties::VerticalOvershootPolicy, overshootPolicy); QScroller::scroller(scrollWidget)->setScrollerProperties(properties); http://stackoverflow.com/questions/24677152/qt-how-to-stop-dragging-viewport-of-qlistview-when-using-qscroller
  • Render more than 60 fps

    raspberry pi qpainter opengl fps
    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt App couldn't detect my usb sound card

    1
    0 Votes
    1 Posts
    368 Views
    No one has replied