Warning, /graphics/krita/plugins/paintops/gridbrush/wdggridbrushshapeoptions.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>WdgGridBrushShapeOptions</class>
0008  <widget class="QWidget" name="WdgGridBrushShapeOptions">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>425</width>
0014     <height>269</height>
0015    </rect>
0016   </property>
0017   <property name="sizePolicy">
0018    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0019     <horstretch>255</horstretch>
0020     <verstretch>255</verstretch>
0021    </sizepolicy>
0022   </property>
0023   <property name="minimumSize">
0024    <size>
0025     <width>425</width>
0026     <height>200</height>
0027    </size>
0028   </property>
0029   <layout class="QVBoxLayout" name="verticalLayout">
0030    <item>
0031     <widget class="QLabel" name="label">
0032      <property name="text">
0033       <string>Shape:</string>
0034      </property>
0035     </widget>
0036    </item>
0037    <item>
0038     <widget class="QComboBox" name="shapeCBox">
0039      <item>
0040       <property name="text">
0041        <string>Ellipse</string>
0042       </property>
0043      </item>
0044      <item>
0045       <property name="text">
0046        <string>Rectangle</string>
0047       </property>
0048      </item>
0049      <item>
0050       <property name="text">
0051        <string>Line</string>
0052       </property>
0053      </item>
0054      <item>
0055       <property name="text">
0056        <string>Pixel</string>
0057       </property>
0058      </item>
0059      <item>
0060       <property name="text">
0061        <string>Anti-aliased pixel</string>
0062       </property>
0063      </item>
0064     </widget>
0065    </item>
0066    <item>
0067     <spacer name="verticalSpacer">
0068      <property name="orientation">
0069       <enum>Qt::Vertical</enum>
0070      </property>
0071      <property name="sizeHint" stdset="0">
0072       <size>
0073        <width>20</width>
0074        <height>202</height>
0075       </size>
0076      </property>
0077     </spacer>
0078    </item>
0079   </layout>
0080  </widget>
0081  <resources/>
0082  <connections/>
0083 </ui>