Skip to content

Commit

Permalink
Add layout to askfuse.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dl8dtl committed Apr 3, 2024
1 parent dd131bb commit ccaa3dd
Showing 1 changed file with 24 additions and 39 deletions.
63 changes: 24 additions & 39 deletions src/python/askfuse.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,30 @@
<property name="modal">
<bool>true</bool>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>341</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>361</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Which fuse to load?</string>
</property>
<widget class="QComboBox" name="fuse_selection">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>171</width>
<height>25</height>
</rect>
</property>
</widget>
</widget>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Which fuse to load?</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="fuse_selection"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
Expand Down

0 comments on commit ccaa3dd

Please sign in to comment.