Skip to content

Commit

Permalink
MNT: add TyphosDisplaySwitcher to positioner_row.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Sep 13, 2023
1 parent 8e9dcdf commit 7685170
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions typhos/ui/widgets/positioner_row.ui
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,19 @@
</property>
</widget>
</item>
<item>
<widget class="TyphosDisplaySwitcher" name="TyphosDisplaySwitcher">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand Down Expand Up @@ -1258,15 +1271,20 @@ Screen</string>
<header>typhos.alarm</header>
</customwidget>
<customwidget>
<class>TyphosNotesEdit</class>
<extends>QLineEdit</extends>
<header>typhos.notes</header>
<class>TyphosDisplaySwitcher</class>
<extends>QFrame</extends>
<header>typhos.display</header>
</customwidget>
<customwidget>
<class>TyphosRelatedSuiteButton</class>
<extends>QPushButton</extends>
<header>typhos.related_display</header>
</customwidget>
<customwidget>
<class>TyphosNotesEdit</class>
<extends>QLineEdit</extends>
<header>typhos.notes</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
Expand Down

0 comments on commit 7685170

Please sign in to comment.