SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
ConfigurationDialogs.cpp
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 
24 #include "ConfigurationDialogs.h"
25 
26 
33 EditorConfigPage::EditorConfigPage(QWidget *parent, const char *name)
34  : QWidget(parent)
35 {
36  setObjectName(name);
37  setupUi(this);
38 }