diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-04-25 20:44:06 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-04-25 20:44:06 -0300 |
commit | b20b57b29fe2efcbafb064670a8ca53b0022eca0 (patch) | |
tree | c5668bfd517563c15a1dae59ca1edd99acdec5ec /qt-ui/mainwindow.ui | |
parent | 98027be1c1895013bfc3c4071c5d61d10fb70092 (diff) | |
download | subsurface-b20b57b29fe2efcbafb064670a8ca53b0022eca0.tar.gz |
Make dirk happy by enabling sort in the model.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 6ece13f57..3d3f0ec35 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -27,7 +27,11 @@ <widget class="MainTab" name="InfoWidget" native="true"/> <widget class="QGraphicsView" name="ProfileWidget"/> </widget> - <widget class="DiveListView" name="ListWidget"/> + <widget class="DiveListView" name="ListWidget"> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> </widget> </item> <item> @@ -45,7 +49,7 @@ <x>0</x> <y>0</y> <width>763</width> - <height>20</height> + <height>25</height> </rect> </property> <widget class="QMenu" name="menuFile"> |