Commit 3bb40ff9 authored by Bryant Mairs's avatar Bryant Mairs

Plotting data now defaults to drawing a line with no symbols.

Also deleted invalid line drawing options.
parent 2e4ac6be
......@@ -36,9 +36,12 @@
</item>
<item row="0" column="5" colspan="2">
<widget class="QComboBox" name="style">
<property name="toolTip">
<string>Set line style</string>
</property>
<item>
<property name="text">
<string>Style..</string>
<string>Only lines</string>
</property>
</item>
<item>
......@@ -56,11 +59,6 @@
<string>Only rectangles</string>
</property>
</item>
<item>
<property name="text">
<string>Only symbols</string>
</property>
</item>
<item>
<property name="text">
<string>Lines and crosses</string>
......@@ -76,11 +74,6 @@
<string>Lines and rects</string>
</property>
</item>
<item>
<property name="text">
<string>Lines and symbols</string>
</property>
</item>
<item>
<property name="text">
<string>Dotted lines and crosses</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment