diff options
Diffstat (limited to 'src/dialogs/settingsdialog.ui')
| -rw-r--r-- | src/dialogs/settingsdialog.ui | 41 |
1 files changed, 28 insertions, 13 deletions
diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui index 3f30c11..f442603 100644 --- a/src/dialogs/settingsdialog.ui +++ b/src/dialogs/settingsdialog.ui @@ -406,38 +406,53 @@ </item> </layout> </item> + <item row="14" column="0"> + <widget class="QLabel" name="ansi_label"> + <property name="text"> + <string>ANSI Escape Sequences</string> + </property> + <property name="toolTip"> + <string>Determine how to render ANSI escape sequences</string> + </property> + </widget> + </item> + <item row="14" column="1"> + <widget class="QComboBox" name="ansi_escapes"/> + </item> + + <item row="15" column="0"> <widget class="QLabel" name="label_26"> <property name="text"> <string>Max. Number of Redirections</string> </property> </widget> </item> - <item row="14" column="1"> + <item row="15" column="1"> <widget class="QSpinBox" name="max_redirects"> <property name="value"> <number>5</number> </property> </widget> </item> - <item row="15" column="0"> + <item row="16" column="0"> <widget class="QLabel" name="label_27"> <property name="text"> <string>Redirection Handling</string> </property> </widget> </item> - <item row="15" column="1"> + <item row="16" column="1"> <widget class="QComboBox" name="redirection_mode"/> </item> - <item row="16" column="0"> + <item row="17" column="0"> <widget class="QLabel" name="label_28"> <property name="text"> <string>Network Timeout</string> </property> </widget> </item> - <item row="16" column="1"> + <item row="17" column="1"> <widget class="QSpinBox" name="network_timeout"> <property name="suffix"> <string> ms</string> @@ -450,14 +465,14 @@ </property> </widget> </item> - <item row="17" column="0"> + <item row="18" column="0"> <widget class="QLabel" name="label_29"> <property name="text"> <string>Additional toolbar buttons</string> </property> </widget> </item> - <item row="17" column="1"> + <item row="18" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_99"> <item> <widget class="QCheckBox" name="enable_home_btn"> @@ -489,7 +504,7 @@ </item> </layout> </item> - <item row="18" column="0"> + <item row="19" column="0"> <widget class="QLabel" name="label_30"> <property name="text"> <string>Total cache size limit</string> @@ -499,7 +514,7 @@ </property> </widget> </item> - <item row="18" column="1"> + <item row="19" column="1"> <widget class="QSpinBox" name="cache_limit"> <property name="suffix"> <string> KiB</string> @@ -513,7 +528,7 @@ </widget> </item> - <item row="19" column="0"> + <item row="20" column="0"> <widget class="QLabel" name="label_31"> <property name="text"> <string>Cached item size threshold</string> @@ -523,7 +538,7 @@ </property> </widget> </item> - <item row="19" column="1"> + <item row="20" column="1"> <widget class="QSpinBox" name="cache_threshold"> <property name="suffix"> <string> KiB</string> @@ -537,7 +552,7 @@ </widget> </item> - <item row="20" column="0"> + <item row="21" column="0"> <widget class="QLabel" name="label_31"> <property name="text"> <string>Cached item life</string> @@ -547,7 +562,7 @@ </property> </widget> </item> - <item row="20" column="1"> + <item row="21" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_25"> <item> <widget class="QSpinBox" name="cache_life"> |
