Warning, /graphics/glaxnimate/src/gui/widgets/tools/shape_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::ShapeToolWidget</class> 0011 <widget class="QWidget" name="ShapeToolWidget"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>239</width> 0017 <height>194</height> 0018 </rect> 0019 </property> 0020 <layout class="QVBoxLayout" name="layout"> 0021 <item> 0022 <widget class="QGroupBox" name="group_box"> 0023 <property name="title"> 0024 <string>Create</string> 0025 </property> 0026 <layout class="QVBoxLayout" name="verticalLayout"> 0027 <item> 0028 <widget class="QRadioButton" name="check_raw_shape"> 0029 <property name="text"> 0030 <string>Raw Shape</string> 0031 </property> 0032 <property name="icon"> 0033 <iconset theme="shapes"> 0034 <normaloff>.</normaloff>.</iconset> 0035 </property> 0036 </widget> 0037 </item> 0038 <item> 0039 <widget class="QRadioButton" name="check_group"> 0040 <property name="text"> 0041 <string>Group</string> 0042 </property> 0043 <property name="icon"> 0044 <iconset theme="object-group"> 0045 <normaloff>.</normaloff>.</iconset> 0046 </property> 0047 <property name="checked"> 0048 <bool>true</bool> 0049 </property> 0050 </widget> 0051 </item> 0052 <item> 0053 <widget class="QRadioButton" name="check_layer"> 0054 <property name="text"> 0055 <string>Layer</string> 0056 </property> 0057 <property name="icon"> 0058 <iconset theme="dialog-layers"> 0059 <normaloff>.</normaloff>.</iconset> 0060 </property> 0061 </widget> 0062 </item> 0063 <item> 0064 <widget class="QCheckBox" name="check_fill"> 0065 <property name="text"> 0066 <string>Fill</string> 0067 </property> 0068 <property name="icon"> 0069 <iconset theme="format-fill-color"> 0070 <normaloff>.</normaloff>.</iconset> 0071 </property> 0072 <property name="checked"> 0073 <bool>true</bool> 0074 </property> 0075 </widget> 0076 </item> 0077 <item> 0078 <widget class="QCheckBox" name="check_stroke"> 0079 <property name="text"> 0080 <string>Stroke</string> 0081 </property> 0082 <property name="icon"> 0083 <iconset theme="format-stroke-color"> 0084 <normaloff>.</normaloff>.</iconset> 0085 </property> 0086 <property name="checked"> 0087 <bool>true</bool> 0088 </property> 0089 </widget> 0090 </item> 0091 </layout> 0092 </widget> 0093 </item> 0094 <item> 0095 <spacer name="verticalSpacer"> 0096 <property name="orientation"> 0097 <enum>Qt::Vertical</enum> 0098 </property> 0099 <property name="sizeHint" stdset="0"> 0100 <size> 0101 <width>20</width> 0102 <height>40</height> 0103 </size> 0104 </property> 0105 </spacer> 0106 </item> 0107 </layout> 0108 </widget> 0109 <resources/> 0110 <connections> 0111 <connection> 0112 <sender>check_fill</sender> 0113 <signal>clicked()</signal> 0114 <receiver>ShapeToolWidget</receiver> 0115 <slot>check_checks()</slot> 0116 <hints> 0117 <hint type="sourcelabel"> 0118 <x>59</x> 0119 <y>145</y> 0120 </hint> 0121 <hint type="destinationlabel"> 0122 <x>207</x> 0123 <y>46</y> 0124 </hint> 0125 </hints> 0126 </connection> 0127 <connection> 0128 <sender>check_stroke</sender> 0129 <signal>clicked()</signal> 0130 <receiver>ShapeToolWidget</receiver> 0131 <slot>check_checks()</slot> 0132 <hints> 0133 <hint type="sourcelabel"> 0134 <x>59</x> 0135 <y>173</y> 0136 </hint> 0137 <hint type="destinationlabel"> 0138 <x>207</x> 0139 <y>123</y> 0140 </hint> 0141 </hints> 0142 </connection> 0143 <connection> 0144 <sender>check_layer</sender> 0145 <signal>clicked()</signal> 0146 <receiver>ShapeToolWidget</receiver> 0147 <slot>check_checks()</slot> 0148 <hints> 0149 <hint type="sourcelabel"> 0150 <x>91</x> 0151 <y>107</y> 0152 </hint> 0153 <hint type="destinationlabel"> 0154 <x>238</x> 0155 <y>175</y> 0156 </hint> 0157 </hints> 0158 </connection> 0159 <connection> 0160 <sender>check_group</sender> 0161 <signal>clicked()</signal> 0162 <receiver>ShapeToolWidget</receiver> 0163 <slot>check_checks()</slot> 0164 <hints> 0165 <hint type="sourcelabel"> 0166 <x>67</x> 0167 <y>81</y> 0168 </hint> 0169 <hint type="destinationlabel"> 0170 <x>238</x> 0171 <y>104</y> 0172 </hint> 0173 </hints> 0174 </connection> 0175 <connection> 0176 <sender>check_raw_shape</sender> 0177 <signal>clicked()</signal> 0178 <receiver>ShapeToolWidget</receiver> 0179 <slot>check_checks()</slot> 0180 <hints> 0181 <hint type="sourcelabel"> 0182 <x>102</x> 0183 <y>47</y> 0184 </hint> 0185 <hint type="destinationlabel"> 0186 <x>315</x> 0187 <y>77</y> 0188 </hint> 0189 </hints> 0190 </connection> 0191 </connections> 0192 <slots> 0193 <slot>check_checks()</slot> 0194 </slots> 0195 </ui>