Skip to content

Commit

Permalink
updating Andy's dev panel
Browse files Browse the repository at this point in the history
  • Loading branch information
physics group account committed Jun 25, 2020
1 parent e71fdd2 commit be5dfee
Showing 1 changed file with 59 additions and 17 deletions.
76 changes: 59 additions & 17 deletions andy/devPanelAndy.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,65 @@
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="PyDMShellCommand" name="EndTheWorld">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>End The World!!!</string>
</property>
<property name="commands" stdset="0">
<stringlist>
<string>pydm ~/opsTools/devPanel/example/example.py</string>
</stringlist>
</property>
</widget>
</item>
</layout>
<widget class="PyDMShellCommand" name="EndTheWorld">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>621</width>
<height>25</height>
</rect>
</property>
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>End The World!!!</string>
</property>
<property name="commands" stdset="0">
<stringlist>
<string>pydm ~/opsTools/devPanel/example/example.py</string>
</stringlist>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>19</x>
<y>446</y>
<width>601</width>
<height>25</height>
</rect>
</property>
<property name="value">
<number>26</number>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>400</y>
<width>621</width>
<height>27</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string>Progress of current &quot;End The World!!!&quot; process:</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignHCenter</set>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
Expand Down

0 comments on commit be5dfee

Please sign in to comment.