-
Notifications
You must be signed in to change notification settings - Fork 7
/
dialogs.html
85 lines (73 loc) · 2.53 KB
/
dialogs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org" />
<meta http-equiv="content-type" content=
"text/html; charset=us-ascii" />
<title>Qucs project: screenshots</title>
<link href="qucsweb.css" rel="stylesheet" type="text/css" />
<!-- header and footer include scripts -->
<script src="headerfooter.js" type="text/javascript">
</script>
</head>
<body>
<!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
header()
//]]>
</script>
<div id="main">
<hr />
<center>
[ <a href="screenshots.html">schematic area</a> - dialogs -
<a href="languages.html">languages</a> - <a href=
"miscellaneous.html">miscellaneous</a> - <a href=
"tools.html">tools</a> ]
</center>
<h3>Screenshots of dialogs</h3>The screenshots below show some
of the dialogs the user comes across when using the Qucs GUI.
<center>
<table cellpadding="24" border="0">
<tr>
<td colspan="1" align="left" valign="top"><img src=
"images/qs08.png" alt="Parameter Sweep" /><br />
Parameter sweep dialog.</td>
<td colspan="1" align="left" valign="top"><img src=
"images/qs09.png" alt="Node Name" /><br />
Wire label dialog.<br />
<br />
<img src="images/qs10.png" alt="Qucs Properties" /><br />
Application property dialog.</td>
</tr>
<tr>
<td colspan="2" align="center"><img src="images/q19.png"
alt="Component Properties" /><br />
Component property dialog.</td>
</tr>
<tr>
<td colspan="1" align="left" valign="top"><img src=
"images/qs12.png" alt="Data Marker" /><br />
Data marker dialog.<br />
<br />
<br />
<img src="images/q18.png" alt=
"Document Properties" /><br />
File property dialog.</td>
<td colspan="1" align="left" valign="top"><img src=
"images/q17.png" alt="Diagram Properties" /><br />
Diagram property dialog.</td>
</tr>
</table>
<br />
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>