summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-04-04 21:49:44 +0200
committerTannin <devnull@localhost>2013-04-04 21:49:44 +0200
commitde27ab391f5c56db9532e7cbc32145d21e5df97c (patch)
tree349ad259558322936381297a77b207c65ed87de3 /src/mainwindow.ui
parentd9a6dbb916236531a96b9b84b06e7be666c05d56 (diff)
- creating mods from overwrite
- moving files from overwrite to mods - offline mode - several fixes to the grouping system - fix to "duplicate translation" errors
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index b7d0057e..39a12ec0 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -161,7 +161,7 @@ p, li { white-space: pre-wrap; }
</layout>
</item>
<item>
- <widget class="QTreeView" name="modList">
+ <widget class="ModListView" name="modList">
<property name="minimumSize">
<size>
<width>330</width>
@@ -280,11 +280,8 @@ p, li { white-space: pre-wrap; }
<property name="dragEnabled">
<bool>true</bool>
</property>
- <property name="dragDropOverwriteMode">
- <bool>false</bool>
- </property>
<property name="dragDropMode">
- <enum>QAbstractItemView::InternalMove</enum>
+ <enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="defaultDropAction">
<enum>Qt::MoveAction</enum>
@@ -1201,6 +1198,11 @@ Right now this has very limited functionality</string>
<extends>QLineEdit</extends>
<header>lineeditclear.h</header>
</customwidget>
+ <customwidget>
+ <class>ModListView</class>
+ <extends>QTreeView</extends>
+ <header>modlistview.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>