Warning, /graphics/krita/libs/ui/input/config/kis_mouse_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>KisMouseInputEditor</class> 0008 <widget class="QWidget" name="KisMouseInputEditor"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>350</width> 0014 <height>100</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 column="1" row="1"> 0025 <widget class="KisInputButton" name="mouseButton"> 0026 <property name="sizePolicy"> 0027 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> 0028 <horstretch>0</horstretch> 0029 <verstretch>0</verstretch> 0030 </sizepolicy> 0031 </property> 0032 </widget> 0033 </item> 0034 <item column="1" row="2"> 0035 <widget class="KisInputButton" name="modifiersButton"> 0036 <property name="sizePolicy"> 0037 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> 0038 <horstretch>0</horstretch> 0039 <verstretch>0</verstretch> 0040 </sizepolicy> 0041 </property> 0042 </widget> 0043 </item> 0044 <item column="0" row="2"> 0045 <widget class="QLabel" name="modifiersLabel"> 0046 <property name="styleSheet"> 0047 <string notr="true">background: none;</string> 0048 </property> 0049 <property name="text"> 0050 <string>Modifiers</string> 0051 </property> 0052 <property name="alignment"> 0053 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0054 </property> 0055 </widget> 0056 </item> 0057 <item column="0" row="1"> 0058 <widget class="QLabel" name="mouseLabel"> 0059 <property name="styleSheet"> 0060 <string notr="true">background: none;</string> 0061 </property> 0062 <property name="text"> 0063 <string>Mouse Button</string> 0064 </property> 0065 <property name="alignment"> 0066 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0067 </property> 0068 </widget> 0069 </item> 0070 <item colspan="4" column="0" row="0"> 0071 <widget class="QLabel" name="label"> 0072 <property name="sizePolicy"> 0073 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 0074 <horstretch>0</horstretch> 0075 <verstretch>0</verstretch> 0076 </sizepolicy> 0077 </property> 0078 <property name="text"> 0079 <string>Edit Mouse Input</string> 0080 </property> 0081 <property name="alignment"> 0082 <set>Qt::AlignCenter</set> 0083 </property> 0084 </widget> 0085 </item> 0086 <item column="3" row="1"> 0087 <widget class="QPushButton" name="clearMouseButton"> 0088 <property name="sizePolicy"> 0089 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0090 <horstretch>0</horstretch> 0091 <verstretch>0</verstretch> 0092 </sizepolicy> 0093 </property> 0094 </widget> 0095 </item> 0096 <item column="3" row="2"> 0097 <widget class="QPushButton" name="clearModifiersButton"> 0098 <property name="sizePolicy"> 0099 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 0100 <horstretch>0</horstretch> 0101 <verstretch>0</verstretch> 0102 </sizepolicy> 0103 </property> 0104 </widget> 0105 </item> 0106 </layout> 0107 </widget> 0108 <customwidgets> 0109 <customwidget> 0110 <class>KisInputButton</class> 0111 <extends>QPushButton</extends> 0112 <header>input/config/kis_input_button.h</header> 0113 </customwidget> 0114 </customwidgets> 0115 <resources/> 0116 <connections/> 0117 </ui>