|
|
@@ -15,6 +15,22 @@
|
|
|
</property>
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="craftlab::ui::Breadcrumb" name="listView_2">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>16777215</width>
|
|
|
+ <height>25</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
<item>
|
|
|
<widget class="QListView" name="listView">
|
|
|
<property name="editTriggers">
|
|
|
@@ -54,6 +70,13 @@
|
|
|
</property>
|
|
|
</action>
|
|
|
</widget>
|
|
|
+ <customwidgets>
|
|
|
+ <customwidget>
|
|
|
+ <class>craftlab::ui::Breadcrumb</class>
|
|
|
+ <extends>QListView</extends>
|
|
|
+ <header>breadcrumb.h</header>
|
|
|
+ </customwidget>
|
|
|
+ </customwidgets>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|