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. Window
Qt 6.11 is out! See what's new in the release blog

Window

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.3k Views 1 Watching
  • 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.
  • S Offline
    S Offline
    S.ANAND
    wrote on last edited by
    #1

    i am making a application like notepad in menu bar there is file , edit and etc .

    But when i click Alt+F it is not opening File menu.Please Solve This Problem****

    Thank you.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Code_ReaQtor
      wrote on last edited by
      #2

      Use "&File" in the File Menu instead of using "File" only

      Please visit my open-source projects at https://github.com/Code-ReaQtor.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        S.ANAND
        wrote on last edited by
        #3

        Thank You Alot

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Code_ReaQtor
          wrote on last edited by
          #4

          BTW, just a reminder... using "&File" means your are "using" ALT+F" as a shortcut for the "File menu'... which also means that you can't use it again with other widgets on the same window (e.g. QMenu, QPushbutton, QLabel w/ buddy, etc.)

          For example, "Button1" and "Button2"... you might recklessly think of using "&Button1" and "&Button2" . It will result into "conflict"!

          use another letter instead (or character?) for the other button, like this:
          "&Button1" ----> ALT+B
          "B&utton2" ----> ALT+U

          Please visit my open-source projects at https://github.com/Code-ReaQtor.

          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