QML之菜单栏工具栏


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

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM