summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-26 09:44:57 +0100
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-04-26 09:44:57 +0100
commitce925bc73e077fea813e509af4e9ad19f4306960 (patch)
treee028eb1942e1e3a11b4b9f7af0e20707baf44ce6 /src/mainwindow.ui
parent927504cbd947a0cd794ed4777933df12bd0cd7e8 (diff)
Allows drag-and-drop into the download tab
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 4201babf..ca93ea54 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -10,6 +10,9 @@
<height>710</height>
</rect>
</property>
+ <property name="acceptDrops">
+ <bool>true</bool>
+ </property>
<property name="windowTitle">
<string notr="true">Mod Organizer</string>
</property>
@@ -1140,11 +1143,14 @@ p, li { white-space: pre-wrap; }
<property name="contextMenuPolicy">
<enum>Qt::PreventContextMenu</enum>
</property>
+ <property name="acceptDrops">
+ <bool>true</bool>
+ </property>
<property name="toolTip">
<string/>
</property>
<property name="whatsThis">
- <string>This is a list of mods you downloaded from Nexus. Double click one to install it.</string>
+ <string>This is a list of mods you downloaded from Nexus. Double click one to install it. You can also drag an archive into here.</string>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>