Skip to content

Commit

Permalink
adding bripman's dev panel
Browse files Browse the repository at this point in the history
  • Loading branch information
physics group account committed Jun 26, 2020
1 parent 4a95daa commit 6f71143
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 9 deletions.
43 changes: 43 additions & 0 deletions bripman/devPanelBripman.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>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="PyDMShellCommand" name="testShellCommand">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Test Shell Command</string>
</property>
<property name="commands" stdset="0">
<stringlist>
<string>pydm ~/opsTools/devPanel/example/example.py</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>
33 changes: 24 additions & 9 deletions opsDevPanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,22 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0">
<item row="1" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelAndy">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Andy's Top Secret Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>andy/devPanelAndy.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelExample">
<property name="toolTip">
<string/>
Expand Down Expand Up @@ -44,32 +59,32 @@
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelAndy">
<item row="4" column="0">
<widget class="PyDMRelatedDisplayButton" name="JanicesDevPanel">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Andy's Top Secret Dev Panel</string>
<string>Janice's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>andy/devPanelAndy.ui</string>
<string>jnelson/devPaneljnelson.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="PyDMRelatedDisplayButton" name="JanicesDevPanel">
<item row="2" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelBripman">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Janice's Dev Panel</string>
<string>Ben's Moderately Secret Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>jnelson/devPaneljnelson.ui</string>
<string>bripman/devPanelBripman.ui</string>
</stringlist>
</property>
</widget>
Expand Down

0 comments on commit 6f71143

Please sign in to comment.