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
  • Qt and Android 10 - Connect Wi-Fi network programmatically

    Unsolved
    1
    0 Votes
    1 Posts
    308 Views
    No one has replied
  • How to retrieve Bluetooth RSSI (signal strength) after connecting

    Unsolved
    6
    0 Votes
    6 Posts
    5k Views
    Pham HoangP
    any updates on this? almost 5 years, but seem it still hot. ^^! i found a ticket : https://bugreports.qt.io/browse/QTBUG-69747
  • Multi-platform OpenGL ES1.1 problem

    Unsolved
    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • QtMQTT iOS xcode build can't find some librarys

    Unsolved
    2
    0 Votes
    2 Posts
    195 Views
    SGaistS
    Hi and welcome to devnet, How did you build it for iOS ? What exact error are you getting ?
  • 0 Votes
    2 Posts
    400 Views
    C
    This issue could be fixed by remove the style part from the template html in API29, even the file is correct and validated. So guess there are webview exceptions happen in API29, webview dose not ignore own-identified exception and does not display content. Another QML testing in QT 5.15.2: QString htmlStr = "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">\n<html><head><meta name="qrichtext" content="1" /><style type="text/css">\np, li { white-space: pre-wrap; }\n</style></head><body style=" font-family:'.AppleSystemUIFont'; font-size:13pt; font-weight:400; font-style:normal;">\n<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> <span style=" color:#110d62;"> </span><span style=" font-weight:600; color:#110d62;">Welcome to set Android TargetSdkVersion as 29</span></p>\n<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>\n<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This is webview testing when set targetSdkVersion in QT. When set TargetSdkVersion as 29, if webview load content str has Qt-specific CSS properties like this, webview content display empty. Method is using webViewId.loadHtml(contentStr);</p></body></html>" webview.loadHtml(htmlStr); set Android target at API28 works, API29 and API30, webview does not show anything. Is this QT bug/issue?
  • Display Problems with Cross Compiling Qt 5.15.2 and Rasperry Pi 4

    Solved
    2
    0 Votes
    2 Posts
    509 Views
    M
    I solved the problem by switching the boot mode of the Raspberry Pi 4 from Desktop to CLI. Heureka :)
  • How can I add language translation for dynamic text

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    J.HilkJ
    @Rathore ok, so far so good, you should I assume you have read the documentation @Pablo-J-Rogina linked? So how do you access the strings in QML ? IIRC than Qt 5.6.3 does not yet have the automatic QML binding reevaluation when a language changes. And you'll have to do some trickery here See this blog post as an example on how its done before 5.10 and after https://embeddeduse.com/2017/11/12/new-in-qt-5-10-dynamic-language-change-in-qml/ if you assign a string instead of a binding, you can/have to recall the function, where the assignment happens, after the translation
  • Transparent texture using QT OpenGL

    Unsolved transparency qtopengl texture 3d model
    1
    0 Votes
    1 Posts
    468 Views
    No one has replied
  • Android service binding using jni

    Unsolved
    1
    0 Votes
    1 Posts
    473 Views
    No one has replied
  • how to enable word wrap on QRadio button ?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    jsulmJ
    @Qt-embedded-developer OK, I misunderstood your requirement. Not sure there is a simple way to do this. Take a look at https://doc.qt.io/qt-5/qfontmetrics.html#elidedText
  • Different flicking behavior per boot session

    Unsolved
    1
    0 Votes
    1 Posts
    160 Views
    No one has replied
  • Qtserialport polling method.

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    SGaistS
    Good Then please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)
  • Zynq Zedboard 7000

    Unsolved
    2
    0 Votes
    2 Posts
    391 Views
    SGaistS
    Hi and welcome to devnet, Depending on your project, you might want to consider the Qt for MCUs product to run your application.
  • how to print below statment in qt to get same result ?

    Unsolved
    2
    0 Votes
    2 Posts
    262 Views
    jsulmJ
    @Qt-embedded-developer What does that have to do with Qt? You can use exact this line of code in your Qt application as it is C++. Or do you want to put this text in a GUI? Please be more specific.
  • How to handle below problem ?

    Solved
    6
    0 Votes
    6 Posts
    703 Views
    jsulmJ
    @Qt-embedded-developer This has nothing to do with two apps (two processes). This has to do with an app using multiple threads...
  • QT virtual keyboard multiple page loading delay

    Unsolved
    1
    0 Votes
    1 Posts
    221 Views
    No one has replied
  • how to check build arch in qt .pro file?

    Unsolved
    2
    0 Votes
    2 Posts
    368 Views
    jsulmJ
    @Mozzie See https://doc.qt.io/qt-5/qmake-language.html#platform-scope-values https://doc.qt.io/qt-5/qmake-language.html#scopes-and-conditions
  • Ways to speed up QT Android debugging?

    Unsolved
    1
    0 Votes
    1 Posts
    131 Views
    No one has replied
  • Using QGraphicsOpacityEffect in same widget

    Unsolved
    1
    0 Votes
    1 Posts
    236 Views
    No one has replied
  • how to deploy a library for android

    Unsolved
    4
    0 Votes
    4 Posts
    364 Views
    SGaistS
    AFAIK, yes, but you have to deploy it as well.