2008-12-02 12:01:29 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2009-04-30 16:09:57 +02:00
<class>Core::Internal::GeneralSettings</class>
<widget class="QWidget" name="Core::Internal::GeneralSettings">
2009-11-24 15:05:02 +01:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2010-11-11 10:46:08 +01:00
<width>527</width>
2015-05-12 15:18:26 +02:00
<height>366</height>
2009-11-24 15:05:02 +01:00
</rect>
</property>
2010-03-19 17:15:16 +01:00
<layout class="QVBoxLayout" name="verticalLayout">
2008-12-02 12:01:29 +01:00
<item>
2010-12-01 14:35:36 +01:00
<widget class="QGroupBox" name="interfaceBox">
2010-03-12 15:23:36 +01:00
<property name="title">
<string>User Interface</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2013-03-04 20:53:15 +02:00
<item row="0" column="0">
<widget class="QLabel" name="colorLabel">
<property name="text">
<string>Color:</string>
</property>
<property name="buddy">
<cstring>colorButton</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="Utils::QtColorButton" name="colorButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>0</height>
</size>
</property>
<property name="alphaAllowed" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="resetColorButton">
<property name="toolTip">
<string comment="Color">Reset to default.</string>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>285</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2014-11-06 09:45:42 +02:00
<item row="1" column="0">
<widget class="QLabel" name="themeLabel">
<property name="text">
<string>Theme:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="Core::Internal::ThemeSettingsWidget" name="themeWidget" native="true"/>
</item>
2013-01-10 20:45:28 +02:00
<item row="2" column="0">
<widget class="QLabel" name="languageLabel">
2009-11-20 16:55:23 +01:00
<property name="text">
2013-01-10 20:45:28 +02:00
<string>Language:</string>
2009-11-20 16:55:23 +01:00
</property>
</widget>
</item>
2010-04-14 18:00:59 +02:00
<item row="2" column="1">
2010-03-12 15:23:36 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_3">
2009-04-09 20:09:10 +02:00
<item>
2010-04-13 19:13:12 +02:00
<widget class="QComboBox" name="languageBox">
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
<property name="minimumContentsLength">
<number>20</number>
</property>
</widget>
2009-04-09 20:09:10 +02:00
</item>
2008-12-03 12:02:08 +01:00
<item>
2010-03-12 15:23:36 +01:00
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2008-12-03 12:02:08 +01:00
</property>
2010-04-13 19:13:12 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>285</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2010-10-28 19:47:49 +02:00
</layout>
</item>
2013-01-10 20:46:06 +02:00
<item row="3" column="0">
<widget class="QPushButton" name="resetWarningsButton">
2013-03-05 19:37:41 +02:00
<property name="toolTip">
2014-03-17 18:22:49 +01:00
<string>Re-enable warnings that were suppressed by selecting "Do Not Show Again" (for example, missing highlighter).</string>
2013-03-05 19:37:41 +02:00
</property>
2013-01-10 20:46:06 +02:00
<property name="text">
2014-03-11 16:21:43 +01:00
<string comment="Button text">Reset Warnings</string>
2013-01-10 20:46:06 +02:00
</property>
</widget>
</item>
2010-03-12 15:23:36 +01:00
</layout>
</widget>
</item>
<item>
2010-12-01 14:35:36 +01:00
<widget class="QGroupBox" name="systemBox">
2010-03-12 15:23:36 +01:00
<property name="title">
<string>System</string>
</property>
2010-03-19 17:15:16 +01:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="terminalLabel">
<property name="text">
<string>Terminal:</string>
</property>
</widget>
</item>
<item row="0" column="1">
2012-08-29 09:13:42 +02:00
<widget class="QComboBox" name="terminalComboBox">
<property name="editable">
<bool>true</bool>
</property>
</widget>
2010-03-19 17:15:16 +01:00
</item>
2013-01-10 20:45:28 +02:00
<item row="0" column="2">
<widget class="QPushButton" name="resetTerminalButton">
<property name="toolTip">
<string comment="Terminal">Reset to default.</string>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
2010-03-19 17:15:16 +01:00
<item row="1" column="0">
<widget class="QLabel" name="externalFileBrowserLabel">
<property name="text">
<string>External file browser:</string>
</property>
</widget>
</item>
2011-02-10 16:55:35 +01:00
<item row="1" column="1">
2010-03-19 17:15:16 +01:00
<widget class="QLineEdit" name="externalFileBrowserEdit"/>
</item>
2013-01-10 20:45:28 +02:00
<item row="1" column="2">
<widget class="QPushButton" name="resetFileBrowserButton">
<property name="toolTip">
<string comment="File Browser">Reset to default.</string>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
2011-02-10 16:55:35 +01:00
<item row="1" column="3">
2010-03-19 17:15:16 +01:00
<widget class="QToolButton" name="helpExternalFileBrowserButton">
<property name="text">
<string>?</string>
</property>
2010-04-09 15:36:11 +02:00
<property name="icon">
<iconset resource="core.qrc">
<normaloff>:/core/images/help.png</normaloff>:/core/images/help.png</iconset>
</property>
2010-03-19 17:15:16 +01:00
</widget>
2010-01-04 15:19:29 +01:00
</item>
2014-04-17 12:47:38 +02:00
<item row="2" column="0">
<widget class="QLabel" name="patchCommandLabel">
<property name="text">
<string>Patch command:</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="Utils::PathChooser" name="patchChooser" native="true"/>
</item>
<item row="3" column="0" colspan="4">
2010-03-12 15:23:36 +01:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
2010-01-05 16:33:30 +01:00
<item>
2010-03-12 15:23:36 +01:00
<widget class="QLabel" name="modifiedLabel">
<property name="text">
<string>When files are externally modified:</string>
</property>
</widget>
2010-01-05 16:33:30 +01:00
</item>
<item>
2010-03-12 15:23:36 +01:00
<widget class="QComboBox" name="reloadBehavior">
<property name="currentIndex">
<number>0</number>
2010-01-05 16:33:30 +01:00
</property>
2010-03-12 15:23:36 +01:00
<item>
<property name="text">
2010-05-14 15:45:43 +02:00
<string>Always Ask</string>
2010-03-12 15:23:36 +01:00
</property>
</item>
<item>
<property name="text">
2010-05-14 15:45:43 +02:00
<string>Reload All Unchanged Editors</string>
2010-03-12 15:23:36 +01:00
</property>
</item>
<item>
<property name="text">
2010-05-14 15:45:43 +02:00
<string>Ignore Modifications</string>
2010-03-12 15:23:36 +01:00
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2010-01-05 16:33:30 +01:00
</property>
2010-03-12 15:23:36 +01:00
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
2010-01-05 16:33:30 +01:00
</property>
2010-03-12 15:23:36 +01:00
</spacer>
2010-01-05 16:33:30 +01:00
</item>
</layout>
</item>
2014-04-17 12:47:38 +02:00
<item row="4" column="0" colspan="4">
2011-05-10 20:43:03 +02:00
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QCheckBox" name="autoSaveCheckBox">
<property name="toolTip">
2014-03-13 09:55:53 +01:00
<string>Automatically creates temporary copies of modified files. If Qt Creator is restarted after a crash or power failure, it asks whether to recover the auto-saved content.</string>
2011-05-10 20:43:03 +02:00
</property>
<property name="text">
<string>Auto-save modified files</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="autoSaveIntervalLabel">
<property name="text">
<string>Interval:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="autoSaveInterval">
<property name="suffix">
<string extracomment="unit for minutes">min</string>
</property>
<property name="minimum">
<number>1</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2015-05-12 15:18:26 +02:00
<item row="5" column="0" colspan="4">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="warnBeforeOpeningBigFiles">
<property name="text">
<string>Warn before opening text files greater than</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="bigFilesLimitSpinBox">
<property name="suffix">
<string>MB</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>500</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2008-12-02 12:01:29 +01:00
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2010-03-12 15:23:36 +01:00
<height>30</height>
2008-12-02 12:01:29 +01:00
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
2009-10-05 11:06:05 +02:00
<class>Utils::QtColorButton</class>
2008-12-02 12:01:29 +01:00
<extends>QToolButton</extends>
<header location="global">utils/qtcolorbutton.h</header>
</customwidget>
2014-04-17 12:47:38 +02:00
<customwidget>
<class>Utils::PathChooser</class>
<extends>QWidget</extends>
<header location="global">utils/pathchooser.h</header>
<container>1</container>
<slots>
<signal>editingFinished()</signal>
<signal>browsingFinished()</signal>
</slots>
</customwidget>
2014-11-06 09:45:42 +02:00
<customwidget>
<class>Core::Internal::ThemeSettingsWidget</class>
<extends>QWidget</extends>
2014-11-10 11:18:34 +01:00
<header location="global">coreplugin/themesettingswidget.h</header>
2014-11-06 09:45:42 +02:00
<container>1</container>
</customwidget>
2008-12-02 12:01:29 +01:00
</customwidgets>
<resources>
<include location="core.qrc"/>
</resources>
2011-05-10 20:43:03 +02:00
<connections>
<connection>
<sender>autoSaveCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>autoSaveInterval</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
2015-05-12 15:18:26 +02:00
<x>181</x>
<y>310</y>
</hint>
<hint type="destinationlabel">
<x>340</x>
<y>311</y>
</hint>
</hints>
</connection>
<connection>
<sender>warnBeforeOpeningBigFiles</sender>
<signal>toggled(bool)</signal>
<receiver>bigFilesLimitSpinBox</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>124</x>
<y>330</y>
2011-05-10 20:43:03 +02:00
</hint>
<hint type="destinationlabel">
2015-05-12 15:18:26 +02:00
<x>305</x>
<y>332</y>
2011-05-10 20:43:03 +02:00
</hint>
</hints>
</connection>
</connections>
2008-12-02 12:01:29 +01:00
</ui>