Warning, /graphics/krita/libs/widgetutils/tests/dialogsavertestwidget.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>DialogSaverTestWidget</class> 0008 <widget class="QWidget" name="DialogSaverTestWidget"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>400</width> 0014 <height>300</height> 0015 </rect> 0016 </property> 0017 <widget class="QPushButton" name="pushButton"> 0018 <property name="geometry"> 0019 <rect> 0020 <x>20</x> 0021 <y>20</y> 0022 <width>88</width> 0023 <height>34</height> 0024 </rect> 0025 </property> 0026 <property name="text"> 0027 <string>PushButton</string> 0028 </property> 0029 </widget> 0030 <widget class="QLineEdit" name="lineEdit"> 0031 <property name="geometry"> 0032 <rect> 0033 <x>120</x> 0034 <y>20</y> 0035 <width>113</width> 0036 <height>32</height> 0037 </rect> 0038 </property> 0039 <property name="text"> 0040 <string/> 0041 </property> 0042 </widget> 0043 <widget class="QSpinBox" name="spinBox"> 0044 <property name="geometry"> 0045 <rect> 0046 <x>120</x> 0047 <y>60</y> 0048 <width>52</width> 0049 <height>32</height> 0050 </rect> 0051 </property> 0052 <property name="singleStep"> 0053 <number>0</number> 0054 </property> 0055 <property name="value"> 0056 <number>0</number> 0057 </property> 0058 </widget> 0059 <widget class="QDoubleSpinBox" name="doubleSpinBox"> 0060 <property name="geometry"> 0061 <rect> 0062 <x>120</x> 0063 <y>100</y> 0064 <width>71</width> 0065 <height>32</height> 0066 </rect> 0067 </property> 0068 <property name="value"> 0069 <double>0.000000000000000</double> 0070 </property> 0071 </widget> 0072 <widget class="QSlider" name="verticalSlider"> 0073 <property name="geometry"> 0074 <rect> 0075 <x>330</x> 0076 <y>30</y> 0077 <width>20</width> 0078 <height>160</height> 0079 </rect> 0080 </property> 0081 <property name="orientation"> 0082 <enum>Qt::Vertical</enum> 0083 </property> 0084 </widget> 0085 <widget class="QCheckBox" name="checkBox"> 0086 <property name="geometry"> 0087 <rect> 0088 <x>130</x> 0089 <y>160</y> 0090 <width>88</width> 0091 <height>22</height> 0092 </rect> 0093 </property> 0094 <property name="text"> 0095 <string>CheckBox</string> 0096 </property> 0097 <property name="checked"> 0098 <bool>false</bool> 0099 </property> 0100 </widget> 0101 </widget> 0102 <resources/> 0103 <connections/> 0104 </ui>