SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ConfigurationDialogs.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2011 by Stephen Allewell *
3  * sallewell@users.sourceforge.net *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  ********************************************************************************/
10 
11 
18 #ifndef ConfigurationDialogs_H
19 #define ConfigurationDialogs_H
20 
21 
22 #include "ui_EditorConfigPage.h"
23 
24 
28 class EditorConfigPage : public QWidget, public Ui::EditorConfigPage
29 {
30  Q_OBJECT
31 
32 public:
33  explicit EditorConfigPage(QWidget *parent = 0, const char *name = 0);
34 };
35 
36 
37 #endif