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 context menu, cannot switch to a new menu smoothly
Forum Updated to NodeBB v4.3 + New Features

linux context menu, cannot switch to a new menu smoothly

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 621 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.
  • X Offline
    X Offline
    xiaofeng
    wrote on last edited by xiaofeng
    #1

    Under Linux, when pop up a menu on one item(like, tree item), you have to right click another item twice(one for hide previous menu, and one for new menu?) to pop up a new menu.
    But with windows, it only need one single right click.

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      I don't think this is related to Qt. This behaviour is defined by the window manager. On my Ubuntu even Nautilus (which does not use Qt) behaves like this. Maybe you can change this if you use a custom event filter, but usually your application should behave like any other on the given platform, else it can irritate the user.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      X 1 Reply Last reply
      1
      • jsulmJ jsulm

        I don't think this is related to Qt. This behaviour is defined by the window manager. On my Ubuntu even Nautilus (which does not use Qt) behaves like this. Maybe you can change this if you use a custom event filter, but usually your application should behave like any other on the given platform, else it can irritate the user.

        X Offline
        X Offline
        xiaofeng
        wrote on last edited by
        #3

        @jsulm, just realized that, same behaviour of Nautilus on RHEL 6 and 7. But this seems very strange.

        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