]> git.cworth.org Git - apitrace/commitdiff
Allow sorting of the state.
authorZack Rusin <zack@kde.org>
Fri, 1 Apr 2011 04:01:18 +0000 (00:01 -0400)
committerZack Rusin <zack@kde.org>
Fri, 1 Apr 2011 04:01:18 +0000 (00:01 -0400)
gui/ui/mainwindow.ui

index 6b2afdf2f3b81ded2cb6714c3b0a5cfdec647229..d8b0b5fafdf5b7e097ebad8b2e6acaee522eade1 100644 (file)
        <property name="selectionMode">
         <enum>QAbstractItemView::NoSelection</enum>
        </property>
+       <property name="uniformRowHeights">
+        <bool>true</bool>
+       </property>
+       <property name="sortingEnabled">
+        <bool>true</bool>
+       </property>
+       <property name="animated">
+        <bool>true</bool>
+       </property>
+       <property name="allColumnsShowFocus">
+        <bool>true</bool>
+       </property>
+       <attribute name="headerShowSortIndicator" stdset="0">
+        <bool>true</bool>
+       </attribute>
        <column>
         <property name="text">
          <string>Variable</string>