Warning, /graphics/krita/libs/ui/dialogs/KisDlgCustomTabletResolution.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>KisDlgCustomTabletResolution</class> 0008 <widget class="QDialog" name="KisDlgCustomTabletResolution"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>321</width> 0014 <height>255</height> 0015 </rect> 0016 </property> 0017 <property name="windowTitle"> 0018 <string>Advanced Tablet Setting</string> 0019 </property> 0020 <layout class="QVBoxLayout" name="verticalLayout_3"> 0021 <item> 0022 <widget class="QGroupBox" name="groupBox"> 0023 <property name="title"> 0024 <string>Select area your tablet is mapped to:</string> 0025 </property> 0026 <layout class="QVBoxLayout" name="verticalLayout_2"> 0027 <item> 0028 <widget class="QRadioButton" name="radioMapAsWintab"> 0029 <property name="text"> 0030 <string>Use information provided by tablet</string> 0031 </property> 0032 </widget> 0033 </item> 0034 <item> 0035 <widget class="QRadioButton" name="radioMapToEntireScreen"> 0036 <property name="text"> 0037 <string notr="true">Map to entire virtual screen NO_I18N</string> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <layout class="QVBoxLayout" name="verticalLayout"> 0043 <item> 0044 <widget class="QRadioButton" name="radioCustomMapping"> 0045 <property name="text"> 0046 <string>Map to custom area</string> 0047 </property> 0048 </widget> 0049 </item> 0050 <item> 0051 <layout class="QGridLayout" name="gridLayout"> 0052 <item column="0" row="0" rowspan="2"> 0053 <spacer name="horizontalSpacer"> 0054 <property name="orientation"> 0055 <enum>Qt::Horizontal</enum> 0056 </property> 0057 <property name="sizeType"> 0058 <enum>QSizePolicy::Fixed</enum> 0059 </property> 0060 <property name="sizeHint" stdset="0"> 0061 <size> 0062 <width>40</width> 0063 <height>20</height> 0064 </size> 0065 </property> 0066 </spacer> 0067 </item> 0068 <item column="1" row="0"> 0069 <widget class="QLabel" name="lblWidth"> 0070 <property name="text"> 0071 <string>Width:</string> 0072 </property> 0073 </widget> 0074 </item> 0075 <item column="2" row="0"> 0076 <widget class="QSpinBox" name="intWidth"> 0077 <property name="suffix"> 0078 <string>px</string> 0079 </property> 0080 <property name="maximum"> 0081 <number>10000</number> 0082 </property> 0083 </widget> 0084 </item> 0085 <item column="3" row="0"> 0086 <widget class="QLabel" name="lblXOffset"> 0087 <property name="text"> 0088 <string>X offset:</string> 0089 </property> 0090 </widget> 0091 </item> 0092 <item column="4" row="0"> 0093 <widget class="QSpinBox" name="intXOffset"> 0094 <property name="suffix"> 0095 <string>px</string> 0096 </property> 0097 <property name="minimum"> 0098 <number>-10000</number> 0099 </property> 0100 <property name="maximum"> 0101 <number>10000</number> 0102 </property> 0103 </widget> 0104 </item> 0105 <item column="1" row="1"> 0106 <widget class="QLabel" name="lblHeight"> 0107 <property name="text"> 0108 <string>Height:</string> 0109 </property> 0110 </widget> 0111 </item> 0112 <item column="2" row="1"> 0113 <widget class="QSpinBox" name="intHeight"> 0114 <property name="suffix"> 0115 <string>px</string> 0116 </property> 0117 <property name="maximum"> 0118 <number>10000</number> 0119 </property> 0120 </widget> 0121 </item> 0122 <item column="3" row="1"> 0123 <widget class="QLabel" name="lblYOffset"> 0124 <property name="text"> 0125 <string>Y offset:</string> 0126 </property> 0127 </widget> 0128 </item> 0129 <item column="4" row="1"> 0130 <widget class="QSpinBox" name="intYOffset"> 0131 <property name="suffix"> 0132 <string>px</string> 0133 </property> 0134 <property name="minimum"> 0135 <number>-10000</number> 0136 </property> 0137 <property name="maximum"> 0138 <number>10000</number> 0139 </property> 0140 </widget> 0141 </item> 0142 </layout> 0143 </item> 0144 </layout> 0145 </item> 0146 <item> 0147 <spacer name="verticalSpacer_2"> 0148 <property name="orientation"> 0149 <enum>Qt::Vertical</enum> 0150 </property> 0151 <property name="sizeType"> 0152 <enum>QSizePolicy::Fixed</enum> 0153 </property> 0154 <property name="sizeHint" stdset="0"> 0155 <size> 0156 <width>20</width> 0157 <height>10</height> 0158 </size> 0159 </property> 0160 </spacer> 0161 </item> 0162 <item> 0163 <widget class="QLabel" name="lblDisplayInformation"> 0164 <property name="text"> 0165 <string/> 0166 </property> 0167 </widget> 0168 </item> 0169 <item> 0170 <spacer name="verticalSpacer"> 0171 <property name="orientation"> 0172 <enum>Qt::Vertical</enum> 0173 </property> 0174 <property name="sizeType"> 0175 <enum>QSizePolicy::MinimumExpanding</enum> 0176 </property> 0177 <property name="sizeHint" stdset="0"> 0178 <size> 0179 <width>20</width> 0180 <height>15</height> 0181 </size> 0182 </property> 0183 </spacer> 0184 </item> 0185 </layout> 0186 </widget> 0187 </item> 0188 <item> 0189 <widget class="QDialogButtonBox" name="btnBox"> 0190 <property name="orientation"> 0191 <enum>Qt::Horizontal</enum> 0192 </property> 0193 <property name="standardButtons"> 0194 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0195 </property> 0196 </widget> 0197 </item> 0198 </layout> 0199 </widget> 0200 <resources/> 0201 <connections/> 0202 </ui>