Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Linux Virtual Keyboard will not set to visible
Qt 6.11 is out! See what's new in the release blog

Linux Virtual Keyboard will not set to visible

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 710 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.
  • C Offline
    C Offline
    CptN3m0
    wrote on last edited by
    #1

    Hello every one,

    Im trying to get a virtual keyboard from ubuntu (onboard), set hidden and visible in my application, but I have some issue.

    1. When I start my application using full screen
    QMainWindow::showFullScreen();
    

    the virtual keyboard isnt visible on a second widget, which I open using a button from mainwindow.
    If I start my application without full screen, every thing works fine.

    for hiding my keyboard Im using

    system("dbus-send --type=method_call --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.Hide");
    

    for show it

    system("dbus-send --type=method_call --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.ToggleVisible");
        system("dbus-send --type=method_call --dest=org.onboard.Onboard /org/onboard/Onboard/Keyboard org.onboard.Onboard.Keyboard.Show");
    

    How can I fix this issue? Is there another option to get the full screen on ubuntu of an application?

    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