Skip to content

Commit

Permalink
adding Bob's dev panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Legg committed Jul 22, 2020
1 parent 0fc07af commit 9a9fe2a
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 34 deletions.
43 changes: 43 additions & 0 deletions blegg/devPanelBob.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="BobsButton">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Bob's BabyStps</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>
83 changes: 49 additions & 34 deletions opsDevPanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<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">
Expand All @@ -44,32 +29,17 @@
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelLisa">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Lisa's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>lisa/devPanelLisa.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="PyDMRelatedDisplayButton" name="JanicesDevPanel">
<item row="1" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelAndy">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Janice's Dev Panel</string>
<string>Andy's Top Secret Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>jnelson/devPaneljnelson.ui</string>
<string>andy/devPanelAndy.ui</string>
</stringlist>
</property>
</widget>
Expand Down Expand Up @@ -173,6 +143,36 @@
</property>
</widget>
</item>
<item row="4" 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>
<item row="0" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelLisa">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Lisa's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>lisa/devPanelLisa.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="PyDMRelatedDisplayButton" name="PyDMRelatedDisplayButton_2">
<property name="toolTip">
Expand All @@ -188,6 +188,21 @@
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelBob">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Bob's Baby Steps</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>blegg/devPanelBob.ui</string>
</stringlist>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
Expand Down

0 comments on commit 9a9fe2a

Please sign in to comment.