#include "DLLInfo.h"
#include <NDEVR/RibbonLayoutMode.h>
#include <NDEVR/ContainerWidget.h>
#include <NDEVR/QCustomDockWidget.h>
#include <NDEVR/RibbonArea.h>
#include <NDEVR/String.h>
#include <NDEVR/BaseValues.h>
#include <NDEVR/Dictionary.h>
#include <QFrame>
Go to the source code of this file.
|
class | Ribbon |
| The UI ribbon is a horizontal menu bar typically located at the top of the application interface or along the side. It organizes commands and tools into tabs and groups for easy access. Each tab contains related functionality, categorized into sections such as File, Edit, View, etc. Within these sections, buttons, dropdowns, and other controls allow users to interact with the application features efficiently. The ribbon improves usability by presenting frequently-used commands in a visually organized manner. More...
|
|