Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions nicole/devPanelNicole.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>480</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="PyDMShellCommand" name="testing">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>testing</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>
116 changes: 63 additions & 53 deletions opsDevPanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,55 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>322</height>
<width>459</width>
<height>564</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="5" column="0">
<widget class="PyDMRelatedDisplayButton" name="JanicesDevPanel">
<item row="3" 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>
</item>
<item row="12" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelExample">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>The Actual Bottom Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>example/example.py</string>
</stringlist>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="PyDMRelatedDisplayButton" name="PyDMRelatedDisplayButton_2">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Sebastian's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>aderhold/devPanelAderhold.ui</string>
</stringlist>
</property>
</widget>
Expand Down Expand Up @@ -113,21 +143,6 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelBripman">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Ben's Moderately Secret Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>bripman/devPanelBripman.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelAndy">
<property name="toolTip">
Expand All @@ -143,7 +158,7 @@
</property>
</widget>
</item>
<item row="9" column="0">
<item row="10" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelBob">
<property name="toolTip">
<string/>
Expand All @@ -158,7 +173,7 @@
</property>
</widget>
</item>
<item row="13" column="0">
<item row="11" column="0">
<widget class="PyDMRelatedDisplayButton" name="PyDMRelatedDisplayButton_3">
<property name="toolTip">
<string/>
Expand All @@ -173,36 +188,6 @@
</property>
</widget>
</item>
<item row="14" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelExample">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>The Actual Bottom Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>example/example.py</string>
</stringlist>
</property>
</widget>
</item>
<item row="8" column="0">
<widget class="PyDMRelatedDisplayButton" name="PyDMRelatedDisplayButton_2">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Sebastian's Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<stringlist>
<string>aderhold/devPanelAderhold.ui</string>
</stringlist>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelLisa">
<property name="palette">
Expand Down Expand Up @@ -342,6 +327,31 @@
</property>
</widget>
</item>
<item row="5" 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="9" column="0">
<widget class="PyDMRelatedDisplayButton" name="devPanelNicole">
<property name="text">
<string>Nicole's Late to the Party Dev Panel</string>
</property>
<property name="filenames" stdset="0">
<string>nicole/devPanelNicole.ui</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
Expand Down