Skip to content

Commit

Permalink
Update pyFormGen, add dividers to fire widget
Browse files Browse the repository at this point in the history
  • Loading branch information
reilleya committed May 31, 2020
1 parent 48511fc commit adb8ec7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ PyQt5==5.14.2
PyQt5-sip==12.7.2
PyYAML==5.1
pySerial==3.4
git+https://github.com/reilleya/pyFormGen.git@c6c2c2ad57ad7243b055d46fa8d8cafc912ceec2
git+https://github.com/reilleya/pyFormGen.git@8456db822069678418b334657816e192613ce43f
git+https://github.com/reilleya/pyFileIO.git
24 changes: 19 additions & 5 deletions ui/views/forms/FireWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@
</property>
</widget>
</item>
<item>
<widget class="Line" name="lineHardwareDivider">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="TransducerSelectorWidget" name="widgetTransducerSelector" native="true">
<property name="sizePolicy">
Expand All @@ -104,6 +111,13 @@
</item>
</layout>
</item>
<item>
<widget class="Line" name="lineSetupDivider">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="CollectionEditor" name="firingConfig" native="true">
<property name="sizePolicy">
Expand Down Expand Up @@ -603,6 +617,11 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>DataAgeWidget</class>
<extends>QLineEdit</extends>
<header location="global">ui.dataAgeWidget</header>
</customwidget>
<customwidget>
<class>CollectionEditor</class>
<extends>QWidget</extends>
Expand All @@ -615,11 +634,6 @@
<header location="global">ui.portSelectorWidget</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DataAgeWidget</class>
<extends>QLineEdit</extends>
<header location="global">ui.dataAgeWidget</header>
</customwidget>
<customwidget>
<class>TransducerSelectorWidget</class>
<extends>QWidget</extends>
Expand Down

0 comments on commit adb8ec7

Please sign in to comment.