diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-26 09:44:57 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-26 09:44:57 +0100 |
| commit | ce925bc73e077fea813e509af4e9ad19f4306960 (patch) | |
| tree | e028eb1942e1e3a11b4b9f7af0e20707baf44ce6 /src/mainwindow.ui | |
| parent | 927504cbd947a0cd794ed4777933df12bd0cd7e8 (diff) | |
Allows drag-and-drop into the download tab
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 8 |
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>
|
