GUI app designer: how to create the toolbar
7 次查看(过去 30 天)
显示 更早的评论
Hey, I think my problem sounds simple. But I am new to the matlab app designer.
I want to create an application using the app designer, the GUI should have 3 pages namely main menu, guideline, and evaluation. How to make this on top of my GUI? im not sure the exact name, i think it is called toolbar. So, how to create the toolbar?
0 个评论
回答(1 个)
Shreshth
2024-10-8
Hi Nurul,
It looks like you want to have a title bar or Menu bar at the top of your GUI.
In app designer you can utilise the widget component called "toggle button group" if you have three different pages. This will allow you to swap between the different pages without difficulty. Here is a screenshot of how it might look using the toggle button group.
Hope it helps !
Regards.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!