Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. adding "action" to menu....
Forum Updated to NodeBB v4.3 + New Features

adding "action" to menu....

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 2 Posters 420 Views 2 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on last edited by
    #1

    Is there a compressive ":how to " add "action to existing menu ?

    Should I start in QDesigner "form" ?

    I cannot get the "in use " checked...

    and of course none of these changes show up in QCreator until fully coded...
    actually - u-tube would be nice - step by step....

    ?daa4978b-bbed-456a-b37d-b5a3cab8b7ac-image.png

    1 Reply Last reply
    0
    • Chris KawaC Offline
      Chris KawaC Offline
      Chris Kawa
      Lifetime Qt Champion
      wrote on last edited by
      #2

      There's only one step, so I don't think a video is necessary: drag&drop the action onto the menu you want to put it in.

      The "Used" column is only information that tells you if given action is used somewhere. It's not for you to check/uncheck.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        Anonymous_Banned275
        wrote on last edited by
        #3

        OK, let me do this
        how do I DELETE the TEST menu ?

        da3783c8-9d83-4971-8635-731f05e477d2-image.png

        After that - I want to delete "menuBluetooth and start over
        add new menu "Bluuetooth" .

        All I am getting is "TYPE here " and no way to say "save it " .

        There is no obvious "drag and drop" ...

        1 Reply Last reply
        0
        • Chris KawaC Offline
          Chris KawaC Offline
          Chris Kawa
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @AnneRanch said:

          how do I DELETE the TEST menu ?

          Right click on it in the object tree and select "Remove".

          I want to delete "menuBluetooth and start over

          Same. Right click on it in the object tree and select "Remove".

          That's how you delete menus. To delete an action right click on it in the actions window and select "Delete" (a bit of option naming inconsistency but whatever).

          add new menu "Bluuetooth" .
          All I am getting is "TYPE here " and no way to say "save it " .

          Double click on "Type Here", type the text you want to see and hit enter. If you do that on a menu bar it will add a menu. If you do that inside a menu it will add an action.

          There is no obvious "drag and drop" ...

          Drag & drop is for existing actions. They are listed in the actions window. You dag it from there and drop it in the preview window of your form onto the menu you want to put it in.
          If you want to create a new action that's not yet on the list you can use the "Type Here" method mentioned above. That will create a new action and add it to the menu. Alternatively you can create an action by clicking the "New" icon on the toolbar of the actions window and then drag&drop it onto a menu.

          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