Skip to content

Commit

Permalink
STY: Remove old property from full-shellcmd example
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Nov 7, 2023
1 parent 1aa9ec7 commit 1df62d4
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions examples/shell_command/shell_command_full_shell.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</sizepolicy>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The PyDMShellCommand button with run your command through a full shell if you enable the 'runCommandsInFullShell' option. This allows you to use some additional features such as shell syntax ('|', '&amp;amp;', ';', etc), environment variables ($VAR), glob expansion ('*', '?', etc), and some other features.&lt;/p&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The PyDMShellCommand button with run your command through a full shell if you enable the 'runCommandsInFullShell' option. This allows you to use some additional features such as shell syntax ('|', '&amp;amp;', ';', etc), environment variables ($VAR), glob expansion ('*', '?', etc), and some other features.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -91,9 +91,6 @@
<property name="protectedPassword" stdset="0">
<string/>
</property>
<property name="runCmdsInFullShell" stdset="0">
<bool>true</bool>
</property>
<property name="runCommandsInBash" stdset="0">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -245,19 +242,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 1df62d4

Please sign in to comment.