Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
vasettingsdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  vasettingsdialog.h
3  --------------------
4  begin : Sun Oct 26 2009
5  copyright : (C) 2009 by Stefan Jahn
6  email : stefa@lkcc.org
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 VASETTINGSDIALOG_H
19 #define VASETTINGSDIALOG_H
20 
21 #include <QDialog>
22 #include <QRegExp>
23 #include <QLabel>
24 
25 class TextDoc;
26 class QLineEdit;
27 class QPushButton;
28 class QRegExpValidator;
29 class QLabel;
30 class QCheckBox;
31 class QButtonGroup;
32 class QVBoxLayout;
33 
34 class VASettingsDialog : public QDialog {
35 Q_OBJECT
36 public:
39 
40  QLineEdit * IconEdit, * OutputEdit, * NameEdit, * ShortDescEdit,
41  * LongDescEdit;
42  QPushButton * BrowseButt;
43  QLabel * IconButt;
44  QCheckBox * RecreateCheck;
45  QButtonGroup * toggleGroupDev, * toggleGroupTyp;
46 
47 private slots:
48  void slotOk ();
49  void slotBrowse ();
50 
51 private:
53  QRegExp Expr;
54  QRegExpValidator * Validator;
55  QVBoxLayout *vLayout;
56 };
57 
58 #endif
QButtonGroup * toggleGroupTyp
QPushButton * BrowseButt
QRegExpValidator * Validator
QLineEdit * OutputEdit
QCheckBox * RecreateCheck
QLineEdit * ShortDescEdit
QVBoxLayout * vLayout
VASettingsDialog(TextDoc *)
QLineEdit * LongDescEdit
QLineEdit * IconEdit
The TextDoc class definition.
Definition: textdoc.h:49
QButtonGroup * toggleGroupDev
QLineEdit * NameEdit