tycho: add status tip for icon view

master
an 2019-07-03 19:23:16 -04:00
parent 3e9ca71dc8
commit f15f2f6dcc
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
<widget class="QListView" name="listView"> <widget class="QListView" name="listView">
<property name="statusTip">
<string>A list of all items in this project. Double-click an item to open it in the view.</string>
</property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::NoFrame</enum> <enum>QFrame::NoFrame</enum>
</property> </property>