2010-08-12 15:48:24 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2016-06-18 14:15:02 +02:00
|
|
|
<class>QmlJSEditor::Internal::QmlJsEditingSettingsPage</class>
|
|
|
|
|
<widget class="QWidget" name="QmlJSEditor::Internal::QmlJsEditingSettingsPage">
|
2010-08-12 15:48:24 +02:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>433</width>
|
|
|
|
|
<height>428</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2016-06-18 14:15:02 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
2010-08-12 15:48:24 +02:00
|
|
|
<property name="title">
|
2010-09-15 15:16:13 +02:00
|
|
|
<string>Qt Quick Toolbars</string>
|
2010-08-12 15:48:24 +02:00
|
|
|
</property>
|
2011-02-28 14:35:58 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2011-02-25 16:27:17 +01:00
|
|
|
<item>
|
2011-02-28 12:59:59 +01:00
|
|
|
<widget class="QCheckBox" name="textEditHelperCheckBoxPin">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>If enabled, the toolbar will remain pinned to an absolute position.</string>
|
|
|
|
|
</property>
|
2011-02-25 16:27:17 +01:00
|
|
|
<property name="text">
|
2011-02-28 12:59:59 +01:00
|
|
|
<string>Pin Qt Quick Toolbar</string>
|
2011-02-25 16:27:17 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2011-02-28 14:35:58 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="textEditHelperCheckBox">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Always show Qt Quick Toolbar</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-08-12 15:48:24 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2016-06-18 14:15:02 +02:00
|
|
|
<item row="3" column="0">
|
2010-08-12 15:48:24 +02:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
2016-06-18 14:15:02 +02:00
|
|
|
<height>40</height>
|
2010-08-12 15:48:24 +02:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2016-06-18 14:15:02 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Automatic Formatting on File Save</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="autoFormatOnSave">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enable auto format on file save</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QCheckBox" name="autoFormatOnlyCurrentProject">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Restrict to files contained in the current project</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-08-12 15:48:24 +02:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
2016-06-18 14:15:02 +02:00
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>autoFormatOnSave</sender>
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
<receiver>autoFormatOnlyCurrentProject</receiver>
|
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>216</x>
|
|
|
|
|
<y>40</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>216</x>
|
|
|
|
|
<y>63</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
2010-08-12 15:48:24 +02:00
|
|
|
</ui>
|