CCIMXDesktop
 
Loading...
Searching...
No Matches
TopSideBarWidgetConfigures.h
1#ifndef TOPSIDEBARWIDGETCONFIGURES_H
2#define TOPSIDEBARWIDGETCONFIGURES_H
3
4#include <QWidget>
5
6namespace Ui {
8}
9
12
19class TopSideBarWidgetConfigures : public QWidget {
20 Q_OBJECT
21
22public:
27 explicit TopSideBarWidgetConfigures(DesktopMainWindow* parent = nullptr);
28
33
34private:
35 Ui::TopSideBarWidgetConfigures* ui;
36 TopSideBarWidget* toolsidebar;
37};
38
39#endif // TOPSIDEBARWIDGETCONFIGURES_H
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition desktopmainwindow.h:33
Configuration widget for TopSideBarWidget.
Definition TopSideBarWidgetConfigures.h:19
~TopSideBarWidgetConfigures()
Destroys the configuration widget.
Definition TopSideBarWidgetConfigures.cpp:28
Top sidebar container widget.
Definition TopSideBarWidget.h:18