Qucs-GUI
0.0.18
Main Page
Related Pages
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qucs
dialogs
digisettingsdialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
digisettingsdialog.h
3
----------------------
4
begin : Sat Apr 01 2006
5
copyright : (C) 2006 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 DIGISETTINGSDIALOG_H
19
#define DIGISETTINGSDIALOG_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
QRadioButton;
31
32
33
class
DigiSettingsDialog
:
public
QDialog {
34
Q_OBJECT
35
public
:
36
DigiSettingsDialog
(
TextDoc
*);
37
~DigiSettingsDialog
();
38
39
QString
SimTime
;
40
QLineEdit *
TimeEdit
, *
LibEdit
, *
NameEdit
;
41
QLabel *
TimeLabel
, *
LibLabel
, *
NameLabel
;
42
QRadioButton *
simRadio
, *
comRadio
;
43
44
private
slots:
45
void
slotOk
();
46
void
slotChangeMode
(
int
);
47
48
private
:
49
TextDoc
*
Doc
;
50
QRegExp
Expr
;
51
QRegExpValidator *
Validator
;
52
};
53
54
#endif
DigiSettingsDialog
Definition:
digisettingsdialog.h:33
DigiSettingsDialog::Expr
QRegExp Expr
Definition:
digisettingsdialog.h:50
DigiSettingsDialog::Validator
QRegExpValidator * Validator
Definition:
digisettingsdialog.h:51
DigiSettingsDialog::slotOk
void slotOk()
Definition:
digisettingsdialog.cpp:128
DigiSettingsDialog::LibLabel
QLabel * LibLabel
Definition:
digisettingsdialog.h:41
DigiSettingsDialog::Doc
TextDoc * Doc
Definition:
digisettingsdialog.h:49
DigiSettingsDialog::TimeLabel
QLabel * TimeLabel
Definition:
digisettingsdialog.h:41
DigiSettingsDialog::comRadio
QRadioButton * comRadio
Definition:
digisettingsdialog.h:42
DigiSettingsDialog::NameEdit
QLineEdit * NameEdit
Definition:
digisettingsdialog.h:40
DigiSettingsDialog::SimTime
QString SimTime
Definition:
digisettingsdialog.h:39
DigiSettingsDialog::~DigiSettingsDialog
~DigiSettingsDialog()
Definition:
digisettingsdialog.cpp:123
DigiSettingsDialog::TimeEdit
QLineEdit * TimeEdit
Definition:
digisettingsdialog.h:40
DigiSettingsDialog::LibEdit
QLineEdit * LibEdit
Definition:
digisettingsdialog.h:40
DigiSettingsDialog::slotChangeMode
void slotChangeMode(int)
Definition:
digisettingsdialog.cpp:167
DigiSettingsDialog::simRadio
QRadioButton * simRadio
Definition:
digisettingsdialog.h:42
TextDoc
The TextDoc class definition.
Definition:
textdoc.h:49
DigiSettingsDialog::NameLabel
QLabel * NameLabel
Definition:
digisettingsdialog.h:41
DigiSettingsDialog::DigiSettingsDialog
DigiSettingsDialog(TextDoc *)
Definition:
digisettingsdialog.cpp:36
Generated on Mon Sep 1 2014 20:05:20 for Qucs-GUI by
1.8.6