-2

After some developing QT app, I need to reorganize my QActions in some different menus. I know, I can do it manually through editing generated ui_mainwindow.h, but it's not the right way. (As I would need to do it every rebuild). Is there a possible way to reorder menu actions using a designer interface? I'm sure the answer is simple.

Parisa.H.R
  • 3,303
  • 3
  • 19
  • 38
Ksantor
  • 1
  • 2

1 Answers1

0

I'm a really overcomplicated the problem. I don't know why I thought that action actually deleted when deleted from menu, but it's possible to reorganize it by deleting and inserting to correct place again.

So simple.

Ksantor
  • 1
  • 2