Skip to content

Commit

Permalink
Add more examples for issue #123
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Apr 24, 2019
1 parent 5a24df8 commit b3e785e
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions example/ui/mw_menus.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>596</width>
<height>569</height>
<height>717</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -24,7 +24,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
Expand All @@ -51,7 +51,7 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<item row="2" column="0" colspan="2">
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Expand All @@ -60,6 +60,9 @@
<enum>QFrame::Raised</enum>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
Expand All @@ -74,9 +77,27 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QListWidget" name="listWidget_2">
<item>
<property name="text">
<string>ListWidget</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QListWidget" name="listWidget">
<item>
<property name="text">
<string>ListWidget</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -204,7 +225,7 @@
<x>0</x>
<y>0</y>
<width>596</width>
<height>28</height>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuMenu">
Expand Down

0 comments on commit b3e785e

Please sign in to comment.