summaryrefslogtreecommitdiff
path: root/src/modinfodialog.ui
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-04-23 23:59:30 +0200
committerTannin <devnull@localhost>2014-04-23 23:59:30 +0200
commit2db33523a1c8497657963a88f70fe1726cbf8fc9 (patch)
tree016b015087a64900db9787a2a3f3551128c43df3 /src/modinfodialog.ui
parent540747177ae02c9431d33a2c3adc1f747b74b868 (diff)
- added an option to show meta info on downloads instead of filenames
- MO will now cancel if user tries to run MO vfs-injected - when saving the MO ini file it is now written to a tmp file first and then overwritten - updated to link against boost python 1.55
Diffstat (limited to 'src/modinfodialog.ui')
-rw-r--r--src/modinfodialog.ui22
1 files changed, 21 insertions, 1 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui
index 1d357f70..d3862b58 100644
--- a/src/modinfodialog.ui
+++ b/src/modinfodialog.ui
@@ -78,7 +78,7 @@
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
- <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0">
+ <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0,0,0">
<property name="spacing">
<number>6</number>
</property>
@@ -86,6 +86,13 @@
<enum>QLayout::SetMinimumSize</enum>
</property>
<item>
+ <widget class="QLabel" name="label_6">
+ <property name="text">
+ <string>Ini Files</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QListWidget" name="iniFileList">
<property name="maximumSize">
<size>
@@ -102,6 +109,13 @@
</widget>
</item>
<item>
+ <widget class="QLabel" name="label_5">
+ <property name="text">
+ <string>Ini Tweaks</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QListWidget" name="iniTweaksList">
<property name="maximumSize">
<size>
@@ -112,6 +126,12 @@
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
+ <property name="toolTip">
+ <string>This is a list of ini tweaks (ini modifications that can be toggled).</string>
+ </property>
+ <property name="whatsThis">
+ <string>This is a list of ini tweaks. Ini Tweaks are (usually small) fragments of ini files that are applied over existing settings in skyrim.ini/skyrimprefs.ini. Each tweak can be toggled individually. You should check the description of the mod wether the tweaks are really optional.</string>
+ </property>
</widget>
</item>
</layout>