2010-10-27 17:38:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>SnippetsSettingsPage</class>
|
|
|
|
|
<widget class="QWidget" name="SnippetsSettingsPage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2011-02-25 16:27:17 +01:00
|
|
|
<width>618</width>
|
|
|
|
|
<height>413</height>
|
2010-10-27 17:38:22 +02:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="groupLabel">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Group: </string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QComboBox" name="groupCombo"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
|
<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>
|
|
|
|
|
<item>
|
2011-02-25 16:27:17 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
2010-10-27 17:38:22 +02:00
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QTableView" name="snippetsTable">
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QStackedWidget" name="snippetsEditorStack">
|
|
|
|
|
<property name="currentIndex">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="page"/>
|
|
|
|
|
<widget class="QWidget" name="page_2"/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2011-02-25 16:27:17 +01:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetMaximumSize</enum>
|
|
|
|
|
</property>
|
2010-10-27 17:38:22 +02:00
|
|
|
<item>
|
2011-02-25 16:27:17 +01:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="addButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Add</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../coreplugin/core.qrc">
|
|
|
|
|
<normaloff>:/core/images/plus-16.png</normaloff>:/core/images/plus-16.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="removeButton">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Remove</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../coreplugin/core.qrc">
|
|
|
|
|
<normaloff>:/core/images/minus-16.png</normaloff>:/core/images/minus-16.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
<enum>QSizePolicy::Preferred</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>60</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QToolButton" name="resetAllButton">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Reset</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset All</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../../coreplugin/core.qrc">
|
|
|
|
|
<normaloff>:/core/images/reset.png</normaloff>:/core/images/reset.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2010-10-27 17:38:22 +02:00
|
|
|
</item>
|
2010-11-24 11:04:24 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="revertButton">
|
2011-02-25 16:27:17 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2010-11-24 11:04:24 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Revert Built-in</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="restoreRemovedButton">
|
2011-02-25 16:27:17 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
2010-11-24 11:04:24 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2011-02-25 16:27:17 +01:00
|
|
|
<string>Restore Removed Built-ins</string>
|
2010-11-24 11:04:24 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2010-10-27 17:38:22 +02:00
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>groupCombo</tabstop>
|
|
|
|
|
<tabstop>addButton</tabstop>
|
|
|
|
|
<tabstop>removeButton</tabstop>
|
|
|
|
|
<tabstop>snippetsTable</tabstop>
|
|
|
|
|
</tabstops>
|
2011-02-25 16:27:17 +01:00
|
|
|
<resources>
|
|
|
|
|
<include location="../../coreplugin/core.qrc"/>
|
|
|
|
|
</resources>
|
2010-10-27 17:38:22 +02:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|