Warning, /graphics/krita/libs/ui/input/wintab/drawpile_tablettester/tablettest.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>TabletTest</class>
0008  <widget class="QWidget" name="TabletTest">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>730</width>
0014     <height>385</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Tablet Tester</string>
0019   </property>
0020   <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2">
0021    <item>
0022     <widget class="TabletTester" name="tablettest">
0023      <property name="minimumSize">
0024       <size>
0025        <width>150</width>
0026        <height>150</height>
0027       </size>
0028      </property>
0029     </widget>
0030    </item>
0031    <item>
0032     <layout class="QVBoxLayout" name="verticalLayout">
0033      <item>
0034       <widget class="QPlainTextEdit" name="logView">
0035        <property name="readOnly">
0036         <bool>true</bool>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QPushButton" name="pushButton">
0042        <property name="text">
0043         <string>Clear</string>
0044        </property>
0045       </widget>
0046      </item>
0047     </layout>
0048    </item>
0049   </layout>
0050  </widget>
0051  <customwidgets>
0052   <customwidget>
0053    <class>TabletTester</class>
0054    <extends>QWidget</extends>
0055    <header>input/wintab/drawpile_tablettester/tablettest.h</header>
0056    <container>1</container>
0057   </customwidget>
0058  </customwidgets>
0059  <resources/>
0060  <connections>
0061   <connection>
0062    <sender>pushButton</sender>
0063    <signal>clicked()</signal>
0064    <receiver>logView</receiver>
0065    <slot>clear()</slot>
0066    <hints>
0067     <hint type="sourcelabel">
0068      <x>722</x>
0069      <y>377</y>
0070     </hint>
0071     <hint type="destinationlabel">
0072      <x>659</x>
0073      <y>84</y>
0074     </hint>
0075    </hints>
0076   </connection>
0077   <connection>
0078    <sender>pushButton</sender>
0079    <signal>clicked()</signal>
0080    <receiver>tablettest</receiver>
0081    <slot>clear()</slot>
0082    <hints>
0083     <hint type="sourcelabel">
0084      <x>419</x>
0085      <y>359</y>
0086     </hint>
0087     <hint type="destinationlabel">
0088      <x>142</x>
0089      <y>242</y>
0090     </hint>
0091    </hints>
0092   </connection>
0093   <connection>
0094    <sender>tablettest</sender>
0095    <signal>eventReport(QString)</signal>
0096    <receiver>logView</receiver>
0097    <slot>appendPlainText(QString)</slot>
0098    <hints>
0099     <hint type="sourcelabel">
0100      <x>287</x>
0101      <y>187</y>
0102     </hint>
0103     <hint type="destinationlabel">
0104      <x>546</x>
0105      <y>207</y>
0106     </hint>
0107    </hints>
0108   </connection>
0109  </connections>
0110 </ui>