Warning, /graphics/krita/libs/ui/forms/kis_matrix_widget.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>KisMatrixWidget</class>
0008  <widget class="QWidget" name="KisMatrixWidget">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>195</width>
0014     <height>117</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Matrix Widget</string>
0019   </property>
0020   <layout class="QGridLayout">
0021    <item column="0" row="0">
0022     <widget class="KisIntParseSpinBox" name="m11">
0023      <property name="minimum">
0024       <number>-99</number>
0025      </property>
0026     </widget>
0027    </item>
0028    <item column="2" row="0">
0029     <widget class="KisIntParseSpinBox" name="m13">
0030      <property name="minimum">
0031       <number>-99</number>
0032      </property>
0033     </widget>
0034    </item>
0035    <item column="1" row="0">
0036     <widget class="KisIntParseSpinBox" name="m12">
0037      <property name="minimum">
0038       <number>-99</number>
0039      </property>
0040     </widget>
0041    </item>
0042    <item column="2" row="1">
0043     <widget class="KisIntParseSpinBox" name="m23">
0044      <property name="minimum">
0045       <number>-99</number>
0046      </property>
0047     </widget>
0048    </item>
0049    <item column="0" row="1">
0050     <widget class="KisIntParseSpinBox" name="m21">
0051      <property name="minimum">
0052       <number>-99</number>
0053      </property>
0054     </widget>
0055    </item>
0056    <item column="1" row="1">
0057     <widget class="KisIntParseSpinBox" name="m22">
0058      <property name="minimum">
0059       <number>-99</number>
0060      </property>
0061      <property name="value">
0062       <number>1</number>
0063      </property>
0064     </widget>
0065    </item>
0066    <item column="0" row="2">
0067     <widget class="KisIntParseSpinBox" name="m31">
0068      <property name="minimum">
0069       <number>-99</number>
0070      </property>
0071     </widget>
0072    </item>
0073    <item column="1" row="2">
0074     <widget class="KisIntParseSpinBox" name="m32">
0075      <property name="minimum">
0076       <number>-99</number>
0077      </property>
0078     </widget>
0079    </item>
0080    <item column="2" row="2">
0081     <widget class="KisIntParseSpinBox" name="m33">
0082      <property name="minimum">
0083       <number>-99</number>
0084      </property>
0085     </widget>
0086    </item>
0087    <item column="1" row="3">
0088     <spacer name="spacer4">
0089      <property name="orientation">
0090       <enum>Qt::Vertical</enum>
0091      </property>
0092      <property name="sizeType">
0093       <enum>QSizePolicy::Expanding</enum>
0094      </property>
0095      <property name="sizeHint" stdset="0">
0096       <size>
0097        <width>20</width>
0098        <height>41</height>
0099       </size>
0100      </property>
0101     </spacer>
0102    </item>
0103    <item column="3" row="1">
0104     <spacer name="spacer5">
0105      <property name="orientation">
0106       <enum>Qt::Horizontal</enum>
0107      </property>
0108      <property name="sizeType">
0109       <enum>QSizePolicy::Expanding</enum>
0110      </property>
0111      <property name="sizeHint" stdset="0">
0112       <size>
0113        <width>21</width>
0114        <height>20</height>
0115       </size>
0116      </property>
0117     </spacer>
0118    </item>
0119   </layout>
0120  </widget>
0121  <customwidgets>
0122   <customwidget>
0123    <class>KisIntParseSpinBox</class>
0124    <extends>QSpinBox</extends>
0125    <header>kis_int_parse_spin_box.h</header>
0126   </customwidget>
0127  </customwidgets>
0128  <tabstops>
0129   <tabstop>m11</tabstop>
0130   <tabstop>m12</tabstop>
0131   <tabstop>m13</tabstop>
0132   <tabstop>m21</tabstop>
0133   <tabstop>m22</tabstop>
0134   <tabstop>m23</tabstop>
0135   <tabstop>m31</tabstop>
0136   <tabstop>m32</tabstop>
0137   <tabstop>m33</tabstop>
0138  </tabstops>
0139  <resources/>
0140  <connections/>
0141 </ui>