Warning, /graphics/krita/libs/ui/brushhud/kis_dlg_brush_hud_config.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>KisDlgConfigureBrushHud</class> 0008 <widget class="QDialog" name="KisDlgConfigureBrushHud"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>559</width> 0014 <height>370</height> 0015 </rect> 0016 </property> 0017 <property name="sizePolicy"> 0018 <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> 0019 <horstretch>0</horstretch> 0020 <verstretch>0</verstretch> 0021 </sizepolicy> 0022 </property> 0023 <property name="windowTitle"> 0024 <string>Brush HUD configuration</string> 0025 </property> 0026 <property name="modal"> 0027 <bool>true</bool> 0028 </property> 0029 <layout class="QVBoxLayout" name="verticalLayout_4"> 0030 <item> 0031 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0032 <item> 0033 <layout class="QVBoxLayout" name="verticalLayout_2"> 0034 <item> 0035 <widget class="QLabel" name="label"> 0036 <property name="text"> 0037 <string>Available properties:</string> 0038 </property> 0039 </widget> 0040 </item> 0041 <item> 0042 <widget class="KisBrushHudPropertiesList" name="lstAvailable"/> 0043 </item> 0044 </layout> 0045 </item> 0046 <item> 0047 <layout class="QVBoxLayout" name="verticalLayout_3"> 0048 <item> 0049 <spacer name="verticalSpacer_2"> 0050 <property name="orientation"> 0051 <enum>Qt::Vertical</enum> 0052 </property> 0053 <property name="sizeHint" stdset="0"> 0054 <size> 0055 <width>20</width> 0056 <height>20</height> 0057 </size> 0058 </property> 0059 </spacer> 0060 </item> 0061 <item> 0062 <widget class="QToolButton" name="btnAdd"> 0063 <property name="text"> 0064 <string>></string> 0065 </property> 0066 </widget> 0067 </item> 0068 <item> 0069 <widget class="QToolButton" name="btnRemove"> 0070 <property name="text"> 0071 <string><</string> 0072 </property> 0073 </widget> 0074 </item> 0075 <item> 0076 <spacer name="verticalSpacer"> 0077 <property name="orientation"> 0078 <enum>Qt::Vertical</enum> 0079 </property> 0080 <property name="sizeHint" stdset="0"> 0081 <size> 0082 <width>20</width> 0083 <height>20</height> 0084 </size> 0085 </property> 0086 </spacer> 0087 </item> 0088 </layout> 0089 </item> 0090 <item> 0091 <layout class="QVBoxLayout" name="verticalLayout"> 0092 <item> 0093 <widget class="QLabel" name="label_2"> 0094 <property name="text"> 0095 <string>Current properties:</string> 0096 </property> 0097 </widget> 0098 </item> 0099 <item> 0100 <widget class="KisBrushHudPropertiesList" name="lstCurrent"/> 0101 </item> 0102 <item> 0103 <layout class="QHBoxLayout" name="horizontalLayout"> 0104 <item> 0105 <widget class="QPushButton" name="btnUp"> 0106 <property name="text"> 0107 <string>Up</string> 0108 </property> 0109 </widget> 0110 </item> 0111 <item> 0112 <widget class="QPushButton" name="btnDown"> 0113 <property name="text"> 0114 <string>Down</string> 0115 </property> 0116 </widget> 0117 </item> 0118 </layout> 0119 </item> 0120 </layout> 0121 </item> 0122 </layout> 0123 </item> 0124 <item> 0125 <spacer name="verticalSpacer_3"> 0126 <property name="orientation"> 0127 <enum>Qt::Vertical</enum> 0128 </property> 0129 <property name="sizeType"> 0130 <enum>QSizePolicy::Preferred</enum> 0131 </property> 0132 <property name="sizeHint" stdset="0"> 0133 <size> 0134 <width>20</width> 0135 <height>56</height> 0136 </size> 0137 </property> 0138 </spacer> 0139 </item> 0140 <item> 0141 <widget class="QDialogButtonBox" name="btnBox"> 0142 <property name="orientation"> 0143 <enum>Qt::Horizontal</enum> 0144 </property> 0145 <property name="standardButtons"> 0146 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0147 </property> 0148 </widget> 0149 </item> 0150 </layout> 0151 </widget> 0152 <customwidgets> 0153 <customwidget> 0154 <class>KisBrushHudPropertiesList</class> 0155 <extends>QListView</extends> 0156 <header>brushhud/kis_brush_hud_properties_list.h</header> 0157 </customwidget> 0158 </customwidgets> 0159 <resources/> 0160 <connections> 0161 <connection> 0162 <sender>btnBox</sender> 0163 <signal>accepted()</signal> 0164 <receiver>KisDlgConfigureBrushHud</receiver> 0165 <slot>accept()</slot> 0166 <hints> 0167 <hint type="sourcelabel"> 0168 <x>248</x> 0169 <y>254</y> 0170 </hint> 0171 <hint type="destinationlabel"> 0172 <x>157</x> 0173 <y>274</y> 0174 </hint> 0175 </hints> 0176 </connection> 0177 <connection> 0178 <sender>btnBox</sender> 0179 <signal>rejected()</signal> 0180 <receiver>KisDlgConfigureBrushHud</receiver> 0181 <slot>reject()</slot> 0182 <hints> 0183 <hint type="sourcelabel"> 0184 <x>316</x> 0185 <y>260</y> 0186 </hint> 0187 <hint type="destinationlabel"> 0188 <x>286</x> 0189 <y>274</y> 0190 </hint> 0191 </hints> 0192 </connection> 0193 </connections> 0194 </ui>