Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qt embedded
    Log in to post

    • UNSOLVED virtualKeyboard not sending events to qt application in Embedded Linux i.MX6 platform
      Mobile and Embedded • qt5.5.1 virtualkeyboard qt embedded engine • • T_Eng  

      2
      0
      Votes
      2
      Posts
      858
      Views

      @T_Eng Also to say that my GUI is Qt Quick Qml code and I am trying to fill a TextField qml type
    • UNSOLVED QTOPIA_ADD_APPLICATION(QTOPIA_TARGET,Dialog1 )
      Mobile and Embedded • qtcreator qt 5.4 qt application qt embedded • • rondi  

      4
      0
      Votes
      4
      Posts
      1040
      Views

      What PDA device ?
    • UNSOLVED Semi-transparency of QDialog as Popup doesn't work
      Mobile and Embedded • linux qdialog transparency qt embedded qt5.3.2 • • niko  

      1
      0
      Votes
      1
      Posts
      523
      Views

      No one has replied

    • unable to download the QT source code
      Mobile and Embedded • build source code qt embedded • • vk41286  

      4
      0
      Votes
      4
      Posts
      3028
      Views

      I have faced the same issue, however I resolved it by following the instructions from the below link: http://pifuge.com/ubuntu/cPB-error-gnutls-handshake-failed-when-connecting-to-https-servers
    • Support QT/E ARGB1555 Framebuffer?
      Mobile and Embedded • framebuffer qt embedded • • Sung Sean  

      3
      0
      Votes
      3
      Posts
      1497
      Views

      @SGaist Thank you for reply. As you said, we shall optimize Qt and DFB. Thank you.
    • How to add qt libraries to embedded board.
      Mobile and Embedded • embedded linux libraries qt embedded librarypath • • Vijaykumar Ponugoti  

      15
      1
      Votes
      15
      Posts
      8961
      Views

      Cross-compiling is one thing, how did you install Qt on your board ?
    • [SOLVED] How to add qt-gfx-transformed driver/plugin to Qt for Embedded 4.8.5 project
      Mobile and Embedded • yocto qt 4.8.5 qt embedded bitbake • • admd91  

      2
      0
      Votes
      2
      Posts
      1732
      Views

      I finally got to solve this by myself. I only had to add 'libqgfxtransformed.so' to my target's /usr/lib/qtopia/plugins/gfxdrivers folder. I then ran my app using the '-qws -display transformed:rot90' switch and I got my rotation done!