Warning, /graphics/glaxnimate/src/gui/widgets/tools/fill_tool_widget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best>
0005 
0006 SPDX-License-Identifier: GPL-3.0-or-later
0007 -->
0008 
0009 <ui version="4.0">
0010  <class>glaxnimate::gui::FillToolWidget</class>
0011  <widget class="QWidget" name="FillToolWidget">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>146</width>
0017     <height>90</height>
0018    </rect>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QRadioButton" name="check_fill">
0023      <property name="text">
0024       <string>Fill</string>
0025      </property>
0026      <property name="icon">
0027       <iconset theme="format-fill-color">
0028        <normaloff>.</normaloff>.</iconset>
0029      </property>
0030      <property name="checked">
0031       <bool>true</bool>
0032      </property>
0033     </widget>
0034    </item>
0035    <item>
0036     <widget class="QRadioButton" name="check_stroke">
0037      <property name="text">
0038       <string>Stroke</string>
0039      </property>
0040      <property name="icon">
0041       <iconset theme="format-stroke-color">
0042        <normaloff>.</normaloff>.</iconset>
0043      </property>
0044     </widget>
0045    </item>
0046    <item>
0047     <widget class="QRadioButton" name="check_both">
0048      <property name="text">
0049       <string>Fill and Stroke</string>
0050      </property>
0051      <property name="icon">
0052       <iconset theme="edit-paste-style">
0053        <normaloff>.</normaloff>.</iconset>
0054      </property>
0055     </widget>
0056    </item>
0057    <item>
0058     <spacer name="verticalSpacer">
0059      <property name="orientation">
0060       <enum>Qt::Vertical</enum>
0061      </property>
0062      <property name="sizeHint" stdset="0">
0063       <size>
0064        <width>20</width>
0065        <height>40</height>
0066       </size>
0067      </property>
0068     </spacer>
0069    </item>
0070   </layout>
0071  </widget>
0072  <resources/>
0073  <connections/>
0074 </ui>