summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJan Darmochwal2010-10-03 18:39:42 +0200
committerJan Darmochwal2010-10-03 18:39:42 +0200
commitee3f7eafae9e2e570c95e1afa9bea156ba3bf736 (patch)
tree7ffcb71280a344bde5249069991a1b5b841474df /src/ui
parentQt port is almost complete (at least it compiles) (diff)
downloadvmchooser-ee3f7eafae9e2e570c95e1afa9bea156ba3bf736.tar.gz
vmchooser-ee3f7eafae9e2e570c95e1afa9bea156ba3bf736.tar.xz
vmchooser-ee3f7eafae9e2e570c95e1afa9bea156ba3bf736.zip
TreeView for sessions (replaces ListView)
TreeView with SessionTreeModel replaces the old List View Other changes: * fixed bad copy and paste in CMakeLists.txt * added make clean to build.sh * removed moc_ and ui_ files from src
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog.ui b/src/ui/dialog.ui
index 4c2853b..522ae55 100644
--- a/src/ui/dialog.ui
+++ b/src/ui/dialog.ui
@@ -15,14 +15,14 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QListView" name="listView">
+ <widget class="QTreeView" name="treeView">
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
- <property name="uniformItemSizes">
+ <property name="headerHidden">
<bool>true</bool>
</property>
</widget>