1 MenuBar{                    //菜单栏
 2     Menu{                    //菜单
 3         MenuItem{            //菜单项
 4         }
 5 
 6         MenuItem{
 7         }
 8 
 9         MenuItem{
10         }
11     }
12 }
13                 

QML之菜单栏工具栏

ToolBar {                        //工具栏
    RowLayout{                //横向
        ToolButton{}            //工具按钮
        ToolButton{}
        ToolButton{}
        ToolButton{}
    }
}    

QML之菜单栏工具栏

相关文章:

  • 2021-10-20
  • 2021-11-23
  • 2022-01-17
  • 2022-12-23
  • 2021-06-18
  • 2021-11-05
  • 2022-12-23
  • 2021-11-02
猜你喜欢
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案