display modules icons in backends list, modules list and module description

This commit is contained in:
Romain Bignon 2010-07-04 00:29:47 +02:00
commit d7301438cb
3 changed files with 82 additions and 23 deletions

View file

@ -22,25 +22,49 @@
<widget class="QWidget" name="horizontalLayoutWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTableWidget" name="backendsList">
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
<widget class="QTreeWidget" name="backendsList">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="showGrid">
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="cornerButtonEnabled">
<property name="uniformRowHeights">
<bool>false</bool>
</property>
<attribute name="verticalHeaderVisible">
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="animated">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<attribute name="headerCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<attribute name="headerHighlightSections">
<bool>true</bool>
</attribute>
<attribute name="headerCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="headerHighlightSections">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Name</string>
@ -114,6 +138,18 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="spacing">
<number>1</number>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QFrame" name="frame_2">
<property name="sizePolicy">