-
Notifications
You must be signed in to change notification settings - Fork 7
/
screenshots.html
80 lines (69 loc) · 2.43 KB
/
screenshots.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
<!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>
[ schematic area - <a href="dialogs.html">dialogs</a> -
<a href="languages.html">languages</a> - <a href=
"miscellaneous.html">miscellaneous</a> - <a href=
"tools.html">tools</a> ]
</center>
<h3>Screenshots of schematic and data display areas</h3>The
screenshots below show the main schematic and data display area
of the Qucs GUI on the lower right corner, the menus and icons
at the upper part and the
project/contents/component/action/diagram selection on the left
hand side.
<center>
<div class="screenshot">
<img class="absoluteCenter" src="images/qucs-qt4.png" alt=
"Simple filter in qucs-qt4" /><br />
Simple filter in qucs-qt4
</div>
<div class="screenshot">
<img class="absoluteCenter" src="images/q14.png" alt=
"Combined Qucs Schematic" /><br />
Combined schematic and data visualisation.
</div>
<div class="screenshot">
<img class="absoluteCenter" src="images/q15.png" alt=
"Qucs Schematic" /><br />
Simple schematic area.
</div><img class="absoluteCenter" src="images/q16.png" alt=
"Qucs Data Display" /><br />
Data display with different kinds of data representations
(diagrams) and data markers.
<div class="screenshot">
<img class="absoluteCenter" src="images/qucs3d.png" alt=
"Qucs 3D diagram" /><br />
Data display with 3D diagram.
</div>
<br />
<hr />
</div><!-- include the common web page header -->
<script type="text/javascript">
//<![CDATA[
footer()
//]]>
</script>
</body>
</html>