summaryrefslogtreecommitdiff
path: root/src/editexecutablesdialog.ui
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2016-05-07 00:18:23 +0200
committerTannin <sherb@gmx.net>2016-05-07 00:18:23 +0200
commitafe0d749c438b086a7efa08e4d443be94f56d101 (patch)
treee9c6ea70e7ac79f5afd4ddbe3e5a7e390c1d792c /src/editexecutablesdialog.ui
parenteb97c46ed68a965d6ddf44fa6741fa929fd7d278 (diff)
added option to use a mod as the target to create now files instead of "overwrite"
Diffstat (limited to 'src/editexecutablesdialog.ui')
-rw-r--r--src/editexecutablesdialog.ui45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui
index 2640bb15..b3543c95 100644
--- a/src/editexecutablesdialog.ui
+++ b/src/editexecutablesdialog.ui
@@ -165,6 +165,27 @@ Right now the only case I know of where this needs to be overwritten is for the
</layout>
</item>
<item>
+ <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="0,1">
+ <item>
+ <widget class="QCheckBox" name="newFilesModCheckBox">
+ <property name="toolTip">
+ <string>If this is enabled, new files are created in the specified mod instead of the &quot;Overwrite&quot; mod.</string>
+ </property>
+ <property name="text">
+ <string>Create Files in Mod instead of Overwrite (*)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="newFilesModBox">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
<widget class="QCheckBox" name="useAppIconCheckBox">
<property name="text">
<string>Use Application's Icon for shortcuts</string>
@@ -172,6 +193,13 @@ Right now the only case I know of where this needs to be overwritten is for the
</widget>
</item>
<item>
+ <widget class="QLabel" name="label_5">
+ <property name="text">
+ <string>(*) This setting is profile-specific</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="addButton">
@@ -235,6 +263,23 @@ Right now the only case I know of where this needs to be overwritten is for the
</item>
</layout>
</widget>
+ <tabstops>
+ <tabstop>executablesListBox</tabstop>
+ <tabstop>titleEdit</tabstop>
+ <tabstop>binaryEdit</tabstop>
+ <tabstop>browseButton</tabstop>
+ <tabstop>workingDirEdit</tabstop>
+ <tabstop>browseDirButton</tabstop>
+ <tabstop>argumentsEdit</tabstop>
+ <tabstop>overwriteAppIDBox</tabstop>
+ <tabstop>appIDOverwriteEdit</tabstop>
+ <tabstop>newFilesModCheckBox</tabstop>
+ <tabstop>newFilesModBox</tabstop>
+ <tabstop>useAppIconCheckBox</tabstop>
+ <tabstop>addButton</tabstop>
+ <tabstop>removeButton</tabstop>
+ <tabstop>closeButton</tabstop>
+ </tabstops>
<resources/>
<connections/>
</ui>