Skip to content

Mobile and Embedded

The forum for developing everything embedded: Linux, WinCE, Symbian, MeeGo... you name it.
14.1k Topics 62.6k Posts
  • Qt 5.5 + iOS Versions

    1
    0 Votes
    1 Posts
    353 Views
    No one has replied
  • Get rid of QWS option

    3
    0 Votes
    3 Posts
    902 Views
    K
    @SGaist The MainApplication is not a Qt application. It is a parent process does few job of creating multiple child process. So, since it is not a Qt application, it doesn't makes sense to pass "-qws" to it. That's were I tried to manage "QWS" inside the code. Yesterday after posting this question, I have worked some more and got it working. Solution looks simple. But I dont know the consequences yet. While creating QApplication object, I pass "QApplication::GUIServer" to it. And just pass a dummy "argc" and "argv" to it. So far it works good. But, have not tested extensively.
  • Android libc++ runtime

    1
    0 Votes
    1 Posts
    632 Views
    No one has replied
  • GPS Location & Positioning Freeze Application

    positioning android gps
    2
    0 Votes
    2 Posts
    2k Views
    S
    Trace mobile number current location in google map with current location mobilenumbertrackr.com not only helps you to identify the unknown caller, but also their location. This exclusive feature comes in pretty handy when you want to identify the location of the caller or a specific person. Providing the current location with Google Maps ensure that the location is absolutely accurate and reliable. This feature can be pretty handy to recover or locate lost or stolen cell phones too.
  • QAccelerometer changes mode, but values are same.

    sensors android
    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • Get Image FileList from FTP server

    Solved widget mobile android iphone qt5.4
    13
    0 Votes
    13 Posts
    7k Views
    p3c0P
    @mkdh You're Welcome :) Also please surround your code with ``` (3 backticks) while posting it here. It looks more nicer. I have now added those in your previous post. Happy Coding ...
  • Display cursor on TextEdit box

    cursor qt4.8.5 textedit am335x
    2
    0 Votes
    2 Posts
    2k Views
    V
    Its something completely custom. It does not have package manager.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • QWebView for mobile

    qt5.5 android ios mobile
    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    QtWebView is not a wrapper around QtWebEngine, it's a wrapper around the platforms native web views. I don't know the roadmap for the module