Skip to content

Commit

Permalink
refs #11337. Option not to rename
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 1, 2015
1 parent ffb7163 commit 44d9fab
Show file tree
Hide file tree
Showing 2 changed files with 351 additions and 383 deletions.
Expand Up @@ -240,6 +240,19 @@ from the length of the line being drawn</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ckOverWrite">
<property name="toolTip">
<string>Overwrite any existing line cuts from the same MDWorkspace</string>
</property>
<property name="text">
<string>Overwrite lines</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
Expand Down Expand Up @@ -268,7 +281,16 @@ from the length of the line being drawn</string>
<property name="spacing">
<number>4</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
Expand Down

0 comments on commit 44d9fab

Please sign in to comment.