Skip to content

Commit

Permalink
custom tab UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rookiepeng committed Jun 7, 2019
1 parent b8f0fc6 commit 4cf504a
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion ui_array_analysis.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,44 @@
<attribute name="title">
<string>Custom Array</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>GroupBox</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement">
<size>
<width>1</width>
<height>0</height>
</size>
</property>
<property name="title">
<string>GroupBox</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
Expand All @@ -1048,7 +1086,7 @@
<x>0</x>
<y>0</y>
<width>1161</width>
<height>22</height>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
Expand Down

0 comments on commit 4cf504a

Please sign in to comment.