CCIMXDesktop
Loading...
Searching...
No Matches
SlideSettings.h
1
#ifndef SLIDESETTINGS_H
2
#define SLIDESETTINGS_H
3
4
class
PageSwitchingLimiter
;
5
class
DesktopMainWindow
;
6
#include <QWidget>
7
namespace
Ui {
8
class
SlideSettings
;
9
}
10
11
class
SlideSettings
:
public
QWidget {
12
Q_OBJECT
13
14
public
:
15
explicit
SlideSettings
(
DesktopMainWindow
* parent =
nullptr
);
16
~SlideSettings
();
17
18
private
:
19
Ui::SlideSettings* ui;
20
DesktopMainWindow
* window;
21
PageSwitchingLimiter
* limitive_controller;
22
};
23
24
#endif
// SLIDESETTINGS_H
DesktopMainWindow
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition
desktopmainwindow.h:33
PageSwitchingLimiter
Definition
PageSwitchingLimiter.h:17
SlideSettings
Definition
SlideSettings.h:11
builtin
window
settings_window
config_items
slide_settings
SlideSettings.h
Generated by
1.9.8