summaryrefslogtreecommitdiff
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-10-26 15:02:31 +0200
committerTannin <devnull@localhost>2013-10-26 15:02:31 +0200
commit09bd3dbead9afd6a57684908e77aba6960ad464d (patch)
tree4b0d4e5901473c66b007b33c0100d8941841b3ca /src/mainwindow.ui
parent8c0b309bdee2527fab66b00b34171ef18f5055bf (diff)
- text files encoded in system encoding should now be correctly recognized in the mod info dialog
- archive-list can be user-sorted again (within one mod)
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui26
1 files changed, 16 insertions, 10 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index b29136ff..73ca868e 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -577,7 +577,7 @@ p, li { white-space: pre-wrap; }
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
- <number>0</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="espTab">
<property name="sizePolicy">
@@ -725,7 +725,7 @@ p, li { white-space: pre-wrap; }
<number>6</number>
</property>
<item>
- <widget class="QTreeWidget" name="bsaList">
+ <widget class="MOBase::SortableTreeWidget" name="bsaList">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -742,7 +742,7 @@ BSAs checked here are loaded in such a way that your installation order is obeye
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="showDropIndicator" stdset="0">
- <bool>false</bool>
+ <bool>true</bool>
</property>
<property name="dragEnabled">
<bool>false</bool>
@@ -751,10 +751,10 @@ BSAs checked here are loaded in such a way that your installation order is obeye
<bool>false</bool>
</property>
<property name="dragDropMode">
- <enum>QAbstractItemView::NoDragDrop</enum>
+ <enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="defaultDropAction">
- <enum>Qt::IgnoreAction</enum>
+ <enum>Qt::MoveAction</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
@@ -768,6 +768,12 @@ BSAs checked here are loaded in such a way that your installation order is obeye
<property name="itemsExpandable">
<bool>true</bool>
</property>
+ <property name="columnCount">
+ <number>1</number>
+ </property>
+ <attribute name="headerVisible">
+ <bool>false</bool>
+ </attribute>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
@@ -776,11 +782,6 @@ BSAs checked here are loaded in such a way that your installation order is obeye
<string>File</string>
</property>
</column>
- <column>
- <property name="text">
- <string>Mod</string>
- </property>
- </column>
</widget>
</item>
<item>
@@ -1224,6 +1225,11 @@ Right now this has very limited functionality</string>
<extends>QTreeView</extends>
<header>modlistview.h</header>
</customwidget>
+ <customwidget>
+ <class>MOBase::SortableTreeWidget</class>
+ <extends>QTreeWidget</extends>
+ <header>sortabletreewidget.h</header>
+ </customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>