Warning, /graphics/glaxnimate/src/gui/widgets/settings/toolbar_settings_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::ToolbarSettingsWidget</class> 0011 <widget class="QWidget" name="ToolbarSettingsWidget"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>400</width> 0017 <height>300</height> 0018 </rect> 0019 </property> 0020 <layout class="QGridLayout" name="gridLayout"> 0021 <item row="1" column="1"> 0022 <widget class="QSpinBox" name="spin_icon_size"> 0023 <property name="minimum"> 0024 <number>8</number> 0025 </property> 0026 <property name="maximum"> 0027 <number>999</number> 0028 </property> 0029 <property name="singleStep"> 0030 <number>1</number> 0031 </property> 0032 <property name="value"> 0033 <number>22</number> 0034 </property> 0035 </widget> 0036 </item> 0037 <item row="2" column="1"> 0038 <widget class="QSpinBox" name="spin_tool_icon_size"> 0039 <property name="maximum"> 0040 <number>999</number> 0041 </property> 0042 <property name="value"> 0043 <number>32</number> 0044 </property> 0045 </widget> 0046 </item> 0047 <item row="0" column="1"> 0048 <widget class="QComboBox" name="combo_style"> 0049 <item> 0050 <property name="text"> 0051 <string>Icon</string> 0052 </property> 0053 </item> 0054 <item> 0055 <property name="text"> 0056 <string>Text</string> 0057 </property> 0058 </item> 0059 <item> 0060 <property name="text"> 0061 <string>Text beside Icon</string> 0062 </property> 0063 </item> 0064 <item> 0065 <property name="text"> 0066 <string>Text under Icon</string> 0067 </property> 0068 </item> 0069 </widget> 0070 </item> 0071 <item row="2" column="0"> 0072 <widget class="QLabel" name="label_3"> 0073 <property name="text"> 0074 <string>Tool Icon Size</string> 0075 </property> 0076 </widget> 0077 </item> 0078 <item row="1" column="0"> 0079 <widget class="QLabel" name="label_2"> 0080 <property name="text"> 0081 <string>Icon Size</string> 0082 </property> 0083 </widget> 0084 </item> 0085 <item row="0" column="0"> 0086 <widget class="QLabel" name="label"> 0087 <property name="text"> 0088 <string>Button Style</string> 0089 </property> 0090 </widget> 0091 </item> 0092 <item row="4" column="0" colspan="2"> 0093 <widget class="QGroupBox" name="groupBox"> 0094 <property name="title"> 0095 <string>Preview</string> 0096 </property> 0097 <layout class="QHBoxLayout" name="horizontalLayout"> 0098 <item> 0099 <spacer name="horizontalSpacer"> 0100 <property name="orientation"> 0101 <enum>Qt::Horizontal</enum> 0102 </property> 0103 <property name="sizeHint" stdset="0"> 0104 <size> 0105 <width>40</width> 0106 <height>20</height> 0107 </size> 0108 </property> 0109 </spacer> 0110 </item> 0111 <item> 0112 <widget class="QToolButton" name="preview_1"> 0113 <property name="text"> 0114 <string>New</string> 0115 </property> 0116 <property name="icon"> 0117 <iconset theme="document-new"> 0118 <normaloff>.</normaloff>.</iconset> 0119 </property> 0120 </widget> 0121 </item> 0122 <item> 0123 <widget class="QToolButton" name="preview_2"> 0124 <property name="enabled"> 0125 <bool>true</bool> 0126 </property> 0127 <property name="text"> 0128 <string>Save</string> 0129 </property> 0130 <property name="icon"> 0131 <iconset theme="document-save"> 0132 <normaloff>.</normaloff>.</iconset> 0133 </property> 0134 </widget> 0135 </item> 0136 <item> 0137 <widget class="Line" name="line"> 0138 <property name="orientation"> 0139 <enum>Qt::Vertical</enum> 0140 </property> 0141 </widget> 0142 </item> 0143 <item> 0144 <widget class="QToolButton" name="preview_tool_1"> 0145 <property name="text"> 0146 <string>Select</string> 0147 </property> 0148 <property name="icon"> 0149 <iconset theme="edit-select"> 0150 <normaloff>.</normaloff>.</iconset> 0151 </property> 0152 </widget> 0153 </item> 0154 <item> 0155 <widget class="QToolButton" name="preview_tool_2"> 0156 <property name="text"> 0157 <string>Edit</string> 0158 </property> 0159 <property name="icon"> 0160 <iconset theme="edit-node"> 0161 <normaloff>.</normaloff>.</iconset> 0162 </property> 0163 </widget> 0164 </item> 0165 <item> 0166 <spacer name="horizontalSpacer_2"> 0167 <property name="orientation"> 0168 <enum>Qt::Horizontal</enum> 0169 </property> 0170 <property name="sizeHint" stdset="0"> 0171 <size> 0172 <width>40</width> 0173 <height>20</height> 0174 </size> 0175 </property> 0176 </spacer> 0177 </item> 0178 </layout> 0179 </widget> 0180 </item> 0181 <item row="5" column="0"> 0182 <spacer name="verticalSpacer"> 0183 <property name="orientation"> 0184 <enum>Qt::Vertical</enum> 0185 </property> 0186 <property name="sizeHint" stdset="0"> 0187 <size> 0188 <width>20</width> 0189 <height>40</height> 0190 </size> 0191 </property> 0192 </spacer> 0193 </item> 0194 </layout> 0195 </widget> 0196 <resources/> 0197 <connections> 0198 <connection> 0199 <sender>combo_style</sender> 0200 <signal>currentIndexChanged(int)</signal> 0201 <receiver>ToolbarSettingsWidget</receiver> 0202 <slot>update_preview()</slot> 0203 <hints> 0204 <hint type="sourcelabel"> 0205 <x>295</x> 0206 <y>28</y> 0207 </hint> 0208 <hint type="destinationlabel"> 0209 <x>595</x> 0210 <y>56</y> 0211 </hint> 0212 </hints> 0213 </connection> 0214 <connection> 0215 <sender>spin_icon_size</sender> 0216 <signal>valueChanged(int)</signal> 0217 <receiver>ToolbarSettingsWidget</receiver> 0218 <slot>update_preview()</slot> 0219 <hints> 0220 <hint type="sourcelabel"> 0221 <x>268</x> 0222 <y>48</y> 0223 </hint> 0224 <hint type="destinationlabel"> 0225 <x>448</x> 0226 <y>131</y> 0227 </hint> 0228 </hints> 0229 </connection> 0230 <connection> 0231 <sender>spin_tool_icon_size</sender> 0232 <signal>valueChanged(int)</signal> 0233 <receiver>ToolbarSettingsWidget</receiver> 0234 <slot>update_preview()</slot> 0235 <hints> 0236 <hint type="sourcelabel"> 0237 <x>345</x> 0238 <y>105</y> 0239 </hint> 0240 <hint type="destinationlabel"> 0241 <x>516</x> 0242 <y>208</y> 0243 </hint> 0244 </hints> 0245 </connection> 0246 </connections> 0247 <slots> 0248 <slot>update_preview()</slot> 0249 </slots> 0250 </ui>