Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
settingsdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  settingsdialog.h
3  ------------------
4  begin : Mon Oct 20 2003
5  copyright : (C) 2003 by Michael Margraf
6  email : michael.margraf@alumni.tu-berlin.de
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  ***************************************************************************/
17 
18 #ifndef SETTINGSDIALOG_H
19 #define SETTINGSDIALOG_H
20 
21 #include <QDialog>
22 #include <QVBoxLayout>
23 
24 class Schematic;
25 class QLineEdit;
26 class QTextEdit;
27 class QCheckBox;
28 class QComboBox;
29 class QVBoxLayout;
30 class QRegExpValidator;
31 
32 
33 class SettingsDialog : public QDialog {
34  Q_OBJECT
35 public:
38 
39 private slots:
40  void slotOK();
41  void slotApply();
42 
43 public:
45 
46  QComboBox *Combo_Frame;
47  QTextEdit *Input_Frame0;
50  QLineEdit *Input_GridX, *Input_GridY;
52 
53  QVBoxLayout *all;
54  QRegExpValidator *valExpr;
55 };
56 
57 #endif
QLineEdit * Input_DataDisplay
QCheckBox * Check_GridOn
SettingsDialog(Schematic *)
QVBoxLayout * all
QComboBox * Combo_Frame
QLineEdit * Input_Frame3
QRegExpValidator * valExpr
QCheckBox * Check_OpenDpl
QCheckBox * Check_RunScript
QLineEdit * Input_Script
QLineEdit * Input_Frame2
QLineEdit * Input_Frame1
QTextEdit * Input_Frame0
Schematic * Doc
QLineEdit * Input_GridY
QLineEdit * Input_DataSet
QLineEdit * Input_GridX