Skip to content

Commit

Permalink
adding jnelson's dev panel
Browse files Browse the repository at this point in the history
  • Loading branch information
physics group account committed Jun 20, 2020
1 parent ebd262f commit b8580fb
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
43 changes: 43 additions & 0 deletions jnelson/devPaneljnelson.ui
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="PyDMShellCommand" name="myShell">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>myShell</string>
</property>
<property name="commands" stdset="0">
<stringlist>
<string>echo &quot;hello world!&quot;</string>
</stringlist>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>PyDMShellCommand</class>
<extends>QPushButton</extends>
<header>pydm.widgets.shell_command</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
17 changes: 16 additions & 1 deletion opsDevPanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelExample">
<property name="toolTip">
<string/>
Expand All @@ -44,6 +44,21 @@
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="PyDMRelatedDisplayButton" name="JanicesDevPanel">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Janice's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>jnelson/devPaneljnelson.ui</string>
</stringlist>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit b8580fb

Please sign in to comment.