Warning, /graphics/krita/libs/ui/input/config/kis_key_input_editor.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <ui version="4.0">
0003  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>KisKeyInputEditor</class>
0008  <widget class="QWidget" name="KisKeyInputEditor">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>350</width>
0014     <height>65</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0019     <horstretch>0</horstretch>
0020     <verstretch>0</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <layout class="QGridLayout" name="gridLayout_2">
0024    <item colspan="3" column="0" row="0">
0025     <widget class="QLabel" name="label">
0026      <property name="sizePolicy">
0027       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0028        <horstretch>0</horstretch>
0029        <verstretch>0</verstretch>
0030       </sizepolicy>
0031      </property>
0032      <property name="text">
0033       <string>Edit Key Combination</string>
0034      </property>
0035      <property name="alignment">
0036       <set>Qt::AlignCenter</set>
0037      </property>
0038     </widget>
0039    </item>
0040    <item column="0" row="1">
0041     <widget class="QLabel" name="keysLabel">
0042      <property name="styleSheet">
0043       <string notr="true">background: none;</string>
0044      </property>
0045      <property name="text">
0046       <string>Keys</string>
0047      </property>
0048      <property name="alignment">
0049       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0050      </property>
0051     </widget>
0052    </item>
0053    <item column="1" row="1">
0054     <widget class="KisInputButton" name="keysButton">
0055      <property name="sizePolicy">
0056       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0057        <horstretch>0</horstretch>
0058        <verstretch>0</verstretch>
0059       </sizepolicy>
0060      </property>
0061     </widget>
0062    </item>
0063    <item column="2" row="1">
0064     <widget class="QPushButton" name="clearKeysButton">
0065      <property name="sizePolicy">
0066       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0067        <horstretch>0</horstretch>
0068        <verstretch>0</verstretch>
0069       </sizepolicy>
0070      </property>
0071     </widget>
0072    </item>
0073   </layout>
0074  </widget>
0075  <customwidgets>
0076   <customwidget>
0077    <class>KisInputButton</class>
0078    <extends>QPushButton</extends>
0079    <header>input/config/kis_input_button.h</header>
0080   </customwidget>
0081  </customwidgets>
0082  <resources/>
0083  <connections/>
0084 </ui>