mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
456 lines
12 KiB
Text
456 lines
12 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0" >
|
||
|
<class>CompletionConfigWidget</class>
|
||
|
<widget class="QWidget" name="CompletionConfigWidget" >
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="sorting" >
|
||
|
<property name="title" >
|
||
|
<string>Sorting</string>
|
||
|
</property>
|
||
|
<property name="flat" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checkable" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="sortingAlphabetical" >
|
||
|
<property name="text" >
|
||
|
<string>Alphabetical</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="sortingReverse" >
|
||
|
<property name="text" >
|
||
|
<string>Reverse</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="sortingCaseSensitive" >
|
||
|
<property name="text" >
|
||
|
<string>Case sensitive</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="sortingInheritanceDepth" >
|
||
|
<property name="text" >
|
||
|
<string>Inheritance depth</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>0</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_2" >
|
||
|
<property name="text" >
|
||
|
<string>Order of Groupings (select a grouping method to configure):</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="sortGroupingOrder" />
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="groupingOrderUp" >
|
||
|
<property name="text" >
|
||
|
<string>^</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="groupingOrderDown" >
|
||
|
<property name="text" >
|
||
|
<string>\/</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="filtering" >
|
||
|
<property name="title" >
|
||
|
<string>Filtering</string>
|
||
|
</property>
|
||
|
<property name="flat" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checkable" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="filteringContextMatchOnly" >
|
||
|
<property name="text" >
|
||
|
<string>Suitable context matches only</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="filteringHideAttributes" >
|
||
|
<property name="text" >
|
||
|
<string>Hide completions with the following attributes:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="filteringAttributesList" />
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="KIntNumInput" name="filteringMaximumInheritanceDepth" >
|
||
|
<property name="label" >
|
||
|
<string>Maximum inheritance depth:</string>
|
||
|
</property>
|
||
|
<property name="minimum" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="maximum" >
|
||
|
<number>20</number>
|
||
|
</property>
|
||
|
<property name="referencePoint" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="specialValueText" >
|
||
|
<string>Infinity</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="grouping" >
|
||
|
<property name="title" >
|
||
|
<string>Grouping</string>
|
||
|
</property>
|
||
|
<property name="flat" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checkable" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QTreeWidget" name="groupingMethods" >
|
||
|
<property name="rootIsDecorated" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text" >
|
||
|
<string>Grouping Method</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<item>
|
||
|
<property name="text" >
|
||
|
<string>Scope type (local, namespace, global)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text" >
|
||
|
<string>Scope (eg. per class)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text" >
|
||
|
<string>Access type (public etc.)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text" >
|
||
|
<string>Item type (function etc.)</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="groupingUp" >
|
||
|
<property name="text" >
|
||
|
<string>^</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="groupingDown" >
|
||
|
<property name="text" >
|
||
|
<string>\/</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QStackedWidget" name="stackedWidget" >
|
||
|
<property name="currentIndex" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="accessGrouping" >
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label" >
|
||
|
<property name="font" >
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Access Grouping Properties</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="accessConst" >
|
||
|
<property name="text" >
|
||
|
<string>Include const in grouping</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="accessStatic" >
|
||
|
<property name="text" >
|
||
|
<string>Include static in grouping</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="accessSignalSlot" >
|
||
|
<property name="text" >
|
||
|
<string>Include signals and slots in grouping</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="page_2" >
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_3" >
|
||
|
<property name="font" >
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text" >
|
||
|
<string>Item Grouping properties</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QCheckBox" name="itemTemplate" >
|
||
|
<property name="text" >
|
||
|
<string>Include templates in grouping</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="columnMerging" >
|
||
|
<property name="title" >
|
||
|
<string>Column Merging</string>
|
||
|
</property>
|
||
|
<property name="flat" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checkable" >
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" >
|
||
|
<item>
|
||
|
<widget class="QTreeWidget" name="columnMergeTree" >
|
||
|
<property name="sizePolicy" >
|
||
|
<sizepolicy vsizetype="Expanding" hsizetype="MinimumExpanding" >
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="rootIsDecorated" >
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text" >
|
||
|
<string>Columns</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text" >
|
||
|
<string>Merged</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
<column>
|
||
|
<property name="text" >
|
||
|
<string>Shown</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QVBoxLayout" >
|
||
|
<property name="margin" >
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="columnUp" >
|
||
|
<property name="text" >
|
||
|
<string>^</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QToolButton" name="columnDown" >
|
||
|
<property name="text" >
|
||
|
<string>\/</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer>
|
||
|
<property name="orientation" >
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" >
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>105</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KIntNumInput</class>
|
||
|
<extends>QWidget</extends>
|
||
|
<header>knuminput.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>filteringHideAttributes</sender>
|
||
|
<signal>toggled(bool)</signal>
|
||
|
<receiver>filteringAttributesList</receiver>
|
||
|
<slot>setEnabled(bool)</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel" >
|
||
|
<x>290</x>
|
||
|
<y>298</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel" >
|
||
|
<x>307</x>
|
||
|
<y>375</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|