Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. virtual Keybord example of basic segmentFault

virtual Keybord example of basic segmentFault

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 168 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    test_song
    wrote on last edited by
    #1

    this is my Code ,thanks,nend your help
    int main(int argc, char *argv[])
    {
    qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));

    QApplication a(argc, argv);
    MainWindow w;
    w.show();
    return a.exec();
    

    }

    7f704688-e3b7-46fd-af83-c142c8aa621a-image.png

    051835ed-0161-494b-9dcf-e64cf8bec623-image.png

    1 Reply Last reply
    0
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on last edited by
      #2

      Which Qt version and compiler are you using? Do you get any debug output?

      Director R&D, The Qt Company

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved