Seamly2D
Code documentation
preferencesgraphicsviewpage.h
Go to the documentation of this file.
1 /************************************************************************
2  **
3  ** @file PreferencesGraphicsViewPage.h
4  ** @author DS Caskey
5  ** @date 10.17.2020
6  **
7  ** @brief
8  ** @copyright
9  ** This source code is part of the Valentine project, a pattern making
10  ** program, whose allow create and modeling patterns of clothing.
11  ** Copyright (C) 2017 Seamly2D project
12  ** All Rights Reserved.
13  **
14  ** Seamly2D is free software: you can redistribute it and/or modify
15  ** it under the terms of the GNU General Public License as published by
16  ** the Free Software Foundation, either version 3 of the License, or
17  ** (at your option) any later version.
18  **
19  ** Seamly2D is distributed in the hope that it will be useful,
20  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
21  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  ** GNU General Public License for more details.
23  **
24  ** You should have received a copy of the GNU General Public License
25  ** along with Seamly2D. If not, see <http://www.gnu.org/licenses/>.
26  **
27  *************************************************************************/
28 
29 #ifndef PREFERENCES_GRAPHICSVIEWPAGE_H
30 #define PREFERENCES_GRAPHICSVIEWPAGE_H
31 
32 #include <QWidget>
33 
34 namespace Ui
35 {
37 }
38 
39 class PreferencesGraphicsViewPage : public QWidget
40 {
41  Q_OBJECT
42 
43 public:
44  explicit PreferencesGraphicsViewPage (QWidget *parent = nullptr);
46 
47  void Apply();
48 
49 protected:
50 
51 private:
52  Q_DISABLE_COPY(PreferencesGraphicsViewPage )
62 };
63 
64 #endif // PREFERENCES_GRAPHICSVIEWPAGE_H
PreferencesGraphicsViewPage(QWidget *parent=nullptr)
Ui::PreferencesGraphicsViewPage * ui