Add labels view to manual partitioning page.

This commit is contained in:
Teo Mrnjavac 2016-06-23 10:00:00 +02:00
parent 3d5ccb2712
commit 5520972e5a

View File

@ -57,6 +57,9 @@
<item>
<widget class="PartitionBarsView" name="partitionBarsView"/>
</item>
<item>
<widget class="PartitionLabelsView" name="partitionLabelsView"/>
</item>
<item>
<widget class="QTreeView" name="partitionTreeView">
<property name="editTriggers">
@ -180,6 +183,12 @@
<header location="global">gui/PartitionBarsView.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>PartitionLabelsView</class>
<extends>QFrame</extends>
<header location="global">gui/PartitionLabelsView.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>deviceComboBox</tabstop>