Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/glaxnimate_window.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: 2019-2023 Mattia Basaglia &lt;dev@dragon.best&gt;
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>glaxnimate::gui::GlaxnimateWindow</class>
0008  <widget class="QMainWindow" name="glaxnimate::gui::GlaxnimateWindow">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>1446</width>
0014     <height>933</height>
0015    </rect>
0016   </property>
0017   <property name="acceptDrops">
0018    <bool>true</bool>
0019   </property>
0020   <property name="dockOptions">
0021    <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set>
0022   </property>
0023   <widget class="QWidget" name="centralwidget">
0024    <layout class="QVBoxLayout" name="verticalLayout">
0025     <property name="spacing">
0026      <number>0</number>
0027     </property>
0028     <item>
0029      <widget class="glaxnimate::gui::WindowMessageWidget" name="message_widget" native="true"/>
0030     </item>
0031     <item>
0032      <widget class="glaxnimate::gui::CompositionTabBar" name="tab_bar" native="true"/>
0033     </item>
0034     <item>
0035      <widget class="glaxnimate::gui::Canvas" name="canvas">
0036       <property name="acceptDrops">
0037        <bool>true</bool>
0038       </property>
0039      </widget>
0040     </item>
0041    </layout>
0042   </widget>
0043   <widget class="QMenuBar" name="menu_bar">
0044    <property name="geometry">
0045     <rect>
0046      <x>0</x>
0047      <y>0</y>
0048      <width>1446</width>
0049      <height>30</height>
0050     </rect>
0051    </property>
0052    <widget class="QMenu" name="menu_file">
0053     <property name="title">
0054      <string>&amp;File</string>
0055     </property>
0056     <widget class="QMenu" name="menu_open_recent">
0057      <property name="title">
0058       <string>Open &amp;Recent</string>
0059      </property>
0060      <property name="icon">
0061       <iconset theme="document-open-recent">
0062        <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0063      </property>
0064      <addaction name="separator"/>
0065     </widget>
0066     <widget class="QMenu" name="menu_new_from_template">
0067      <property name="title">
0068       <string>New from Template</string>
0069      </property>
0070      <property name="icon">
0071       <iconset theme="document-new-from-template">
0072        <normaloff>.</normaloff>.</iconset>
0073      </property>
0074     </widget>
0075     <addaction name="action_new"/>
0076     <addaction name="menu_new_from_template"/>
0077     <addaction name="action_open"/>
0078     <addaction name="action_import_image"/>
0079     <addaction name="action_import"/>
0080     <addaction name="action_open_lottiefiles"/>
0081     <addaction name="action_open_last"/>
0082     <addaction name="menu_open_recent"/>
0083     <addaction name="separator"/>
0084     <addaction name="action_reload"/>
0085     <addaction name="action_save"/>
0086     <addaction name="action_save_as"/>
0087     <addaction name="action_save_as_template"/>
0088     <addaction name="separator"/>
0089     <addaction name="action_export"/>
0090     <addaction name="action_export_as"/>
0091     <addaction name="action_export_sequence"/>
0092     <addaction name="separator"/>
0093     <addaction name="action_close"/>
0094     <addaction name="separator"/>
0095     <addaction name="action_quit"/>
0096    </widget>
0097    <widget class="QMenu" name="menu_tools">
0098     <property name="title">
0099      <string>&amp;Tools</string>
0100     </property>
0101    </widget>
0102    <widget class="QMenu" name="menu_layers">
0103     <property name="title">
0104      <string>&amp;Layers</string>
0105     </property>
0106     <widget class="QMenu" name="menu_new_layer">
0107      <property name="title">
0108       <string>&amp;New</string>
0109      </property>
0110      <property name="icon">
0111       <iconset theme="list-add">
0112        <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0113      </property>
0114      <widget class="QMenu" name="menu_new_comp_layer">
0115       <property name="title">
0116        <string>&amp;Composition</string>
0117       </property>
0118       <property name="icon">
0119        <iconset theme="component">
0120         <normaloff>.</normaloff>.</iconset>
0121       </property>
0122       <addaction name="separator"/>
0123      </widget>
0124      <addaction name="menu_new_comp_layer"/>
0125      <addaction name="action_new_layer"/>
0126      <addaction name="action_new_group"/>
0127      <addaction name="action_new_fill"/>
0128      <addaction name="action_new_stroke"/>
0129      <addaction name="action_insert_emoji"/>
0130     </widget>
0131     <addaction name="menu_new_layer"/>
0132     <addaction name="action_new_precomp_selection"/>
0133     <addaction name="action_new_precomp"/>
0134     <addaction name="separator"/>
0135    </widget>
0136    <widget class="QMenu" name="menu_path">
0137     <property name="title">
0138      <string>&amp;Path</string>
0139     </property>
0140     <addaction name="separator"/>
0141     <addaction name="action_object_to_path"/>
0142     <addaction name="action_trace_bitmap"/>
0143     <addaction name="separator"/>
0144     <addaction name="action_path_add"/>
0145     <addaction name="action_path_subtract"/>
0146     <addaction name="action_path_intersect"/>
0147     <addaction name="action_path_xor"/>
0148     <addaction name="separator"/>
0149     <addaction name="action_path_reverse"/>
0150     <addaction name="separator"/>
0151     <addaction name="action_node_dissolve"/>
0152     <addaction name="action_node_remove"/>
0153     <addaction name="action_node_add"/>
0154     <addaction name="separator"/>
0155     <addaction name="action_node_join"/>
0156     <addaction name="action_node_split"/>
0157     <addaction name="separator"/>
0158     <addaction name="action_node_type_corner"/>
0159     <addaction name="action_node_type_smooth"/>
0160     <addaction name="action_node_type_symmetric"/>
0161     <addaction name="separator"/>
0162     <addaction name="action_segment_lines"/>
0163     <addaction name="action_segment_curve"/>
0164    </widget>
0165    <widget class="QMenu" name="menu_edit">
0166     <property name="title">
0167      <string>&amp;Edit</string>
0168     </property>
0169     <addaction name="action_undo"/>
0170     <addaction name="separator"/>
0171     <addaction name="action_redo"/>
0172     <addaction name="separator"/>
0173     <addaction name="action_cut"/>
0174     <addaction name="action_copy"/>
0175     <addaction name="action_paste"/>
0176     <addaction name="action_paste_as_composition"/>
0177     <addaction name="action_duplicate"/>
0178     <addaction name="action_select_all"/>
0179     <addaction name="action_delete"/>
0180     <addaction name="separator"/>
0181    </widget>
0182    <widget class="QMenu" name="menu_view">
0183     <property name="title">
0184      <string>&amp;View</string>
0185     </property>
0186     <widget class="QMenu" name="menu_views">
0187      <property name="title">
0188       <string>&amp;Views</string>
0189      </property>
0190      <addaction name="separator"/>
0191     </widget>
0192     <widget class="QMenu" name="menu_toolbars">
0193      <property name="title">
0194       <string>Tool&amp;bars</string>
0195      </property>
0196     </widget>
0197     <widget class="QMenu" name="menu_layout">
0198      <property name="title">
0199       <string>&amp;Layout</string>
0200      </property>
0201      <addaction name="action_layout_custom"/>
0202      <addaction name="action_layout_automatic"/>
0203      <addaction name="action_layout_wide"/>
0204      <addaction name="action_layout_medium"/>
0205      <addaction name="action_layout_compact"/>
0206     </widget>
0207     <addaction name="separator"/>
0208     <addaction name="menu_views"/>
0209     <addaction name="menu_layout"/>
0210     <addaction name="menu_toolbars"/>
0211     <addaction name="action_view_zoom_in"/>
0212     <addaction name="action_view_zoom_out"/>
0213     <addaction name="action_view_zoom_reset"/>
0214     <addaction name="action_view_fit"/>
0215     <addaction name="action_view_reset_rotation"/>
0216     <addaction name="action_flip_view"/>
0217    </widget>
0218    <widget class="QMenu" name="menu_help">
0219     <property name="title">
0220      <string>&amp;Help</string>
0221     </property>
0222     <addaction name="action_online_manual"/>
0223     <addaction name="action_donate"/>
0224     <addaction name="action_report_issue"/>
0225     <addaction name="action_about"/>
0226    </widget>
0227    <widget class="QMenu" name="menu_plugins">
0228     <property name="title">
0229      <string>Plu&amp;gins</string>
0230     </property>
0231    </widget>
0232    <widget class="QMenu" name="menu_document">
0233     <property name="title">
0234      <string>&amp;Document</string>
0235     </property>
0236     <widget class="QMenu" name="menu_render_single_frame">
0237      <property name="title">
0238       <string>Render Single &amp;Frame</string>
0239      </property>
0240      <property name="icon">
0241       <iconset theme="image-x-generic">
0242        <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0243      </property>
0244      <addaction name="action_render_frame_raster"/>
0245      <addaction name="action_render_frame_svg"/>
0246     </widget>
0247     <widget class="QMenu" name="menu_web_preview">
0248      <property name="title">
0249       <string>&amp;Web Preview</string>
0250      </property>
0251      <property name="icon">
0252       <iconset theme="internet-web-browser">
0253        <normaloff>.</normaloff>.</iconset>
0254      </property>
0255      <addaction name="action_lottie_preview"/>
0256      <addaction name="action_lottie_canvas_preview"/>
0257      <addaction name="action_svg_preview"/>
0258      <addaction name="action_rive_preview"/>
0259     </widget>
0260     <addaction name="menu_render_single_frame"/>
0261     <addaction name="menu_web_preview"/>
0262     <addaction name="action_validate_tgs"/>
0263     <addaction name="action_validate_discord"/>
0264     <addaction name="separator"/>
0265     <addaction name="action_resize"/>
0266     <addaction name="action_timing"/>
0267     <addaction name="action_metadata"/>
0268     <addaction name="separator"/>
0269     <addaction name="action_document_cleanup"/>
0270    </widget>
0271    <widget class="QMenu" name="menu_playback">
0272     <property name="title">
0273      <string>&amp;Playback</string>
0274     </property>
0275     <addaction name="action_play"/>
0276     <addaction name="action_play_loop"/>
0277     <addaction name="action_record"/>
0278     <addaction name="separator"/>
0279     <addaction name="action_frame_first"/>
0280     <addaction name="action_frame_prev"/>
0281     <addaction name="action_frame_next"/>
0282     <addaction name="action_frame_last"/>
0283    </widget>
0284    <widget class="QMenu" name="menu_object">
0285     <property name="title">
0286      <string>&amp;Object</string>
0287     </property>
0288     <widget class="QMenu" name="menu_align">
0289      <property name="title">
0290       <string>&amp;Align and Distribute</string>
0291      </property>
0292      <property name="icon">
0293       <iconset theme="dialog-align-and-distribute">
0294        <normaloff>.</normaloff>.</iconset>
0295      </property>
0296      <addaction name="separator_align_relative_to"/>
0297      <addaction name="action_align_to_selection"/>
0298      <addaction name="action_align_to_canvas"/>
0299      <addaction name="action_align_to_canvas_group"/>
0300      <addaction name="separator_align_horizontal"/>
0301      <addaction name="action_align_hor_left_out"/>
0302      <addaction name="action_align_hor_left"/>
0303      <addaction name="action_align_hor_center"/>
0304      <addaction name="action_align_hor_right"/>
0305      <addaction name="action_align_hor_right_out"/>
0306      <addaction name="separator_align_vertical"/>
0307      <addaction name="action_align_vert_top_out"/>
0308      <addaction name="action_align_vert_top"/>
0309      <addaction name="action_align_vert_center"/>
0310      <addaction name="action_align_vert_bottom"/>
0311      <addaction name="action_align_vert_bottom_out"/>
0312     </widget>
0313     <addaction name="action_raise_to_top"/>
0314     <addaction name="action_raise"/>
0315     <addaction name="action_lower"/>
0316     <addaction name="action_lower_to_bottom"/>
0317     <addaction name="action_move_to"/>
0318     <addaction name="separator"/>
0319     <addaction name="action_group"/>
0320     <addaction name="action_ungroup"/>
0321     <addaction name="separator"/>
0322     <addaction name="menu_align"/>
0323    </widget>
0324    <widget class="QMenu" name="menu_text">
0325     <property name="title">
0326      <string>&amp;Text</string>
0327     </property>
0328     <addaction name="action_text_put_on_path"/>
0329     <addaction name="action_text_remove_from_path"/>
0330    </widget>
0331    <widget class="QMenu" name="menu_Settings">
0332     <property name="title">
0333      <string>&amp;Settings</string>
0334     </property>
0335     <addaction name="action_preferences"/>
0336     <addaction name="action_shortcuts"/>
0337    </widget>
0338    <addaction name="menu_file"/>
0339    <addaction name="menu_edit"/>
0340    <addaction name="menu_tools"/>
0341    <addaction name="menu_view"/>
0342    <addaction name="menu_document"/>
0343    <addaction name="menu_playback"/>
0344    <addaction name="menu_layers"/>
0345    <addaction name="menu_object"/>
0346    <addaction name="menu_path"/>
0347    <addaction name="menu_text"/>
0348    <addaction name="menu_plugins"/>
0349    <addaction name="menu_Settings"/>
0350    <addaction name="menu_help"/>
0351   </widget>
0352   <widget class="QStatusBar" name="status_bar"/>
0353   <widget class="QToolBar" name="toolbar_main">
0354    <property name="windowTitle">
0355     <string>Main Toolbar</string>
0356    </property>
0357    <attribute name="toolBarArea">
0358     <enum>TopToolBarArea</enum>
0359    </attribute>
0360    <attribute name="toolBarBreak">
0361     <bool>false</bool>
0362    </attribute>
0363    <addaction name="action_new"/>
0364    <addaction name="action_open"/>
0365    <addaction name="action_save"/>
0366    <addaction name="action_save_as"/>
0367    <addaction name="action_export"/>
0368    <addaction name="separator"/>
0369    <addaction name="action_undo"/>
0370    <addaction name="action_redo"/>
0371    <addaction name="separator"/>
0372    <addaction name="action_copy"/>
0373    <addaction name="action_cut"/>
0374    <addaction name="action_paste"/>
0375    <addaction name="separator"/>
0376    <addaction name="action_select_all"/>
0377    <addaction name="separator"/>
0378    <addaction name="action_raise_to_top"/>
0379    <addaction name="action_raise"/>
0380    <addaction name="action_lower"/>
0381    <addaction name="action_lower_to_bottom"/>
0382    <addaction name="action_move_to"/>
0383    <addaction name="separator"/>
0384   </widget>
0385   <widget class="QDockWidget" name="dock_colors">
0386    <property name="windowIcon">
0387     <iconset theme="color-management">
0388      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0389    </property>
0390    <property name="windowTitle">
0391     <string>Fill</string>
0392    </property>
0393    <attribute name="dockWidgetArea">
0394     <number>2</number>
0395    </attribute>
0396    <widget class="QWidget" name="dockWidgetContents">
0397     <layout class="QVBoxLayout" name="verticalLayout_2">
0398      <property name="spacing">
0399       <number>0</number>
0400      </property>
0401      <property name="leftMargin">
0402       <number>0</number>
0403      </property>
0404      <property name="topMargin">
0405       <number>0</number>
0406      </property>
0407      <property name="rightMargin">
0408       <number>0</number>
0409      </property>
0410      <property name="bottomMargin">
0411       <number>0</number>
0412      </property>
0413      <item>
0414       <widget class="glaxnimate::gui::FillStyleWidget" name="fill_style_widget" native="true"/>
0415      </item>
0416     </layout>
0417    </widget>
0418   </widget>
0419   <widget class="QDockWidget" name="dock_tools">
0420    <property name="windowIcon">
0421     <iconset theme="tools">
0422      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0423    </property>
0424    <property name="windowTitle">
0425     <string>Tools</string>
0426    </property>
0427    <attribute name="dockWidgetArea">
0428     <number>1</number>
0429    </attribute>
0430    <widget class="QWidget" name="dock_tools_contents">
0431     <layout class="QVBoxLayout" name="dock_tools_layout_parent"/>
0432    </widget>
0433   </widget>
0434   <widget class="QDockWidget" name="dock_tool_options">
0435    <property name="windowIcon">
0436     <iconset theme="settings-configure">
0437      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0438    </property>
0439    <property name="windowTitle">
0440     <string>Tool Options</string>
0441    </property>
0442    <attribute name="dockWidgetArea">
0443     <number>1</number>
0444    </attribute>
0445    <widget class="QWidget" name="dockWidgetContents_3">
0446     <layout class="QVBoxLayout" name="verticalLayout_15">
0447      <property name="spacing">
0448       <number>0</number>
0449      </property>
0450      <property name="leftMargin">
0451       <number>0</number>
0452      </property>
0453      <property name="topMargin">
0454       <number>0</number>
0455      </property>
0456      <property name="rightMargin">
0457       <number>0</number>
0458      </property>
0459      <property name="bottomMargin">
0460       <number>0</number>
0461      </property>
0462      <item>
0463       <widget class="QScrollArea" name="dock_tool_options_scroll_area">
0464        <property name="frameShape">
0465         <enum>QFrame::NoFrame</enum>
0466        </property>
0467        <property name="horizontalScrollBarPolicy">
0468         <enum>Qt::ScrollBarAlwaysOff</enum>
0469        </property>
0470        <property name="widgetResizable">
0471         <bool>true</bool>
0472        </property>
0473        <widget class="QWidget" name="scrollAreaWidgetContents">
0474         <property name="geometry">
0475          <rect>
0476           <x>0</x>
0477           <y>0</y>
0478           <width>92</width>
0479           <height>261</height>
0480          </rect>
0481         </property>
0482         <layout class="QVBoxLayout" name="verticalLayout_9">
0483          <property name="spacing">
0484           <number>0</number>
0485          </property>
0486          <property name="leftMargin">
0487           <number>0</number>
0488          </property>
0489          <property name="topMargin">
0490           <number>0</number>
0491          </property>
0492          <property name="rightMargin">
0493           <number>0</number>
0494          </property>
0495          <property name="bottomMargin">
0496           <number>0</number>
0497          </property>
0498          <item>
0499           <widget class="QStackedWidget" name="tool_settings_widget">
0500            <property name="currentIndex">
0501             <number>0</number>
0502            </property>
0503            <widget class="QWidget" name="page"/>
0504           </widget>
0505          </item>
0506         </layout>
0507        </widget>
0508       </widget>
0509      </item>
0510     </layout>
0511    </widget>
0512   </widget>
0513   <widget class="QDockWidget" name="dock_layers">
0514    <property name="sizePolicy">
0515     <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0516      <horstretch>0</horstretch>
0517      <verstretch>0</verstretch>
0518     </sizepolicy>
0519    </property>
0520    <property name="windowIcon">
0521     <iconset theme="dialog-layers">
0522      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0523    </property>
0524    <property name="windowTitle">
0525     <string>Layers</string>
0526    </property>
0527    <attribute name="dockWidgetArea">
0528     <number>8</number>
0529    </attribute>
0530    <widget class="QWidget" name="dockWidgetContents_4">
0531     <layout class="QVBoxLayout" name="verticalLayout_4">
0532      <item>
0533       <widget class="glaxnimate::gui::LayerView" name="view_document_node">
0534        <property name="dragEnabled">
0535         <bool>true</bool>
0536        </property>
0537        <property name="dragDropMode">
0538         <enum>QAbstractItemView::InternalMove</enum>
0539        </property>
0540        <property name="selectionMode">
0541         <enum>QAbstractItemView::ExtendedSelection</enum>
0542        </property>
0543        <property name="autoExpandDelay">
0544         <number>500</number>
0545        </property>
0546        <attribute name="headerVisible">
0547         <bool>false</bool>
0548        </attribute>
0549        <attribute name="headerMinimumSectionSize">
0550         <number>32</number>
0551        </attribute>
0552        <attribute name="headerDefaultSectionSize">
0553         <number>32</number>
0554        </attribute>
0555        <attribute name="headerStretchLastSection">
0556         <bool>false</bool>
0557        </attribute>
0558       </widget>
0559      </item>
0560      <item>
0561       <layout class="QHBoxLayout" name="horizontalLayout_3">
0562        <item>
0563         <widget class="QToolButton" name="btn_layer_add">
0564          <property name="toolTip">
0565           <string>Add</string>
0566          </property>
0567          <property name="text">
0568           <string>Add</string>
0569          </property>
0570          <property name="icon">
0571           <iconset theme="layer-new">
0572            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0573          </property>
0574         </widget>
0575        </item>
0576        <item>
0577         <widget class="QToolButton" name="btn_layer_duplicate">
0578          <property name="toolTip">
0579           <string>Duplicate</string>
0580          </property>
0581          <property name="text">
0582           <string>Duplicate</string>
0583          </property>
0584          <property name="icon">
0585           <iconset theme="layer-duplicate">
0586            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0587          </property>
0588         </widget>
0589        </item>
0590        <item>
0591         <widget class="QToolButton" name="btn_layer_remove">
0592          <property name="toolTip">
0593           <string>Remove</string>
0594          </property>
0595          <property name="text">
0596           <string>Remove</string>
0597          </property>
0598          <property name="icon">
0599           <iconset theme="layer-delete">
0600            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0601          </property>
0602         </widget>
0603        </item>
0604        <item>
0605         <spacer name="horizontalSpacer">
0606          <property name="orientation">
0607           <enum>Qt::Horizontal</enum>
0608          </property>
0609          <property name="sizeHint" stdset="0">
0610           <size>
0611            <width>40</width>
0612            <height>20</height>
0613           </size>
0614          </property>
0615         </spacer>
0616        </item>
0617        <item>
0618         <widget class="QToolButton" name="btn_layer_top">
0619          <property name="toolTip">
0620           <string>Move To Top</string>
0621          </property>
0622          <property name="text">
0623           <string>Move To Top</string>
0624          </property>
0625          <property name="icon">
0626           <iconset theme="layer-top">
0627            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0628          </property>
0629         </widget>
0630        </item>
0631        <item>
0632         <widget class="QToolButton" name="btn_layer_up">
0633          <property name="toolTip">
0634           <string>Move Up</string>
0635          </property>
0636          <property name="text">
0637           <string>Move Up</string>
0638          </property>
0639          <property name="icon">
0640           <iconset theme="layer-raise">
0641            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0642          </property>
0643         </widget>
0644        </item>
0645        <item>
0646         <widget class="QToolButton" name="btn_layer_down">
0647          <property name="toolTip">
0648           <string>Move Down</string>
0649          </property>
0650          <property name="text">
0651           <string>Move Down</string>
0652          </property>
0653          <property name="icon">
0654           <iconset theme="layer-lower">
0655            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0656          </property>
0657         </widget>
0658        </item>
0659        <item>
0660         <widget class="QToolButton" name="btn_layer_bottom">
0661          <property name="toolTip">
0662           <string>Move To Bottom</string>
0663          </property>
0664          <property name="text">
0665           <string>Move To Bottom</string>
0666          </property>
0667          <property name="icon">
0668           <iconset theme="layer-bottom">
0669            <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0670          </property>
0671         </widget>
0672        </item>
0673       </layout>
0674      </item>
0675     </layout>
0676    </widget>
0677   </widget>
0678   <widget class="QDockWidget" name="dock_properties">
0679    <property name="sizePolicy">
0680     <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0681      <horstretch>0</horstretch>
0682      <verstretch>0</verstretch>
0683     </sizepolicy>
0684    </property>
0685    <property name="windowIcon">
0686     <iconset theme="document-properties">
0687      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0688    </property>
0689    <property name="windowTitle">
0690     <string>Properties</string>
0691    </property>
0692    <attribute name="dockWidgetArea">
0693     <number>8</number>
0694    </attribute>
0695    <widget class="QWidget" name="dockWidgetContents_5">
0696     <property name="sizePolicy">
0697      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0698       <horstretch>0</horstretch>
0699       <verstretch>0</verstretch>
0700      </sizepolicy>
0701     </property>
0702     <layout class="QVBoxLayout" name="verticalLayout_5">
0703      <item>
0704       <widget class="QTreeView" name="view_properties">
0705        <property name="minimumSize">
0706         <size>
0707          <width>333</width>
0708          <height>0</height>
0709         </size>
0710        </property>
0711        <property name="editTriggers">
0712         <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
0713        </property>
0714        <property name="showDropIndicator" stdset="0">
0715         <bool>false</bool>
0716        </property>
0717        <property name="alternatingRowColors">
0718         <bool>true</bool>
0719        </property>
0720       </widget>
0721      </item>
0722     </layout>
0723    </widget>
0724   </widget>
0725   <widget class="QDockWidget" name="dock_timeline">
0726    <property name="windowIcon">
0727     <iconset theme="player-time">
0728      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0729    </property>
0730    <property name="windowTitle">
0731     <string>Timeline</string>
0732    </property>
0733    <attribute name="dockWidgetArea">
0734     <number>8</number>
0735    </attribute>
0736    <widget class="QWidget" name="dockWidgetContents_6">
0737     <layout class="QVBoxLayout" name="verticalLayout_6">
0738      <item>
0739       <widget class="glaxnimate::gui::FrameControlsWidget" name="play_controls" native="true">
0740        <property name="sizePolicy">
0741         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0742          <horstretch>0</horstretch>
0743          <verstretch>0</verstretch>
0744         </sizepolicy>
0745        </property>
0746       </widget>
0747      </item>
0748      <item>
0749       <widget class="glaxnimate::gui::CompoundTimelineWidget" name="timeline_widget" native="true">
0750        <property name="sizePolicy">
0751         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0752          <horstretch>0</horstretch>
0753          <verstretch>0</verstretch>
0754         </sizepolicy>
0755        </property>
0756       </widget>
0757      </item>
0758     </layout>
0759    </widget>
0760   </widget>
0761   <widget class="QDockWidget" name="dock_script_console">
0762    <property name="windowIcon">
0763     <iconset theme="utilities-terminal">
0764      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
0765    </property>
0766    <property name="floating">
0767     <bool>false</bool>
0768    </property>
0769    <property name="windowTitle">
0770     <string>Script Console</string>
0771    </property>
0772    <attribute name="dockWidgetArea">
0773     <number>8</number>
0774    </attribute>
0775    <widget class="QWidget" name="dockWidgetContents_2">
0776     <layout class="QVBoxLayout" name="verticalLayout_7">
0777      <item>
0778       <widget class="glaxnimate::gui::ScriptConsole" name="console" native="true"/>
0779      </item>
0780     </layout>
0781    </widget>
0782   </widget>
0783   <widget class="QDockWidget" name="dock_logs">
0784    <property name="windowIcon">
0785     <iconset theme="utilities-log-viewer">
0786      <normaloff>.</normaloff>.</iconset>
0787    </property>
0788    <property name="windowTitle">
0789     <string>Logs</string>
0790    </property>
0791    <attribute name="dockWidgetArea">
0792     <number>8</number>
0793    </attribute>
0794    <widget class="QWidget" name="dockWidgetContents_7">
0795     <layout class="QVBoxLayout" name="verticalLayout_8">
0796      <item>
0797       <widget class="QTableView" name="view_logs">
0798        <property name="selectionMode">
0799         <enum>QAbstractItemView::ExtendedSelection</enum>
0800        </property>
0801        <property name="selectionBehavior">
0802         <enum>QAbstractItemView::SelectRows</enum>
0803        </property>
0804        <property name="textElideMode">
0805         <enum>Qt::ElideNone</enum>
0806        </property>
0807        <property name="showGrid">
0808         <bool>false</bool>
0809        </property>
0810       </widget>
0811      </item>
0812     </layout>
0813    </widget>
0814   </widget>
0815   <widget class="QDockWidget" name="dock_stroke">
0816    <property name="windowIcon">
0817     <iconset theme="object-stroke-style">
0818      <normaloff>.</normaloff>.</iconset>
0819    </property>
0820    <property name="windowTitle">
0821     <string>Stroke</string>
0822    </property>
0823    <attribute name="dockWidgetArea">
0824     <number>2</number>
0825    </attribute>
0826    <widget class="QWidget" name="dockWidgetContents_8">
0827     <layout class="QVBoxLayout" name="verticalLayout_3">
0828      <property name="spacing">
0829       <number>0</number>
0830      </property>
0831      <property name="leftMargin">
0832       <number>0</number>
0833      </property>
0834      <property name="topMargin">
0835       <number>0</number>
0836      </property>
0837      <property name="rightMargin">
0838       <number>0</number>
0839      </property>
0840      <property name="bottomMargin">
0841       <number>0</number>
0842      </property>
0843      <item>
0844       <widget class="glaxnimate::gui::StrokeStyleWidget" name="stroke_style_widget" native="true"/>
0845      </item>
0846     </layout>
0847    </widget>
0848   </widget>
0849   <widget class="QDockWidget" name="dock_undo">
0850    <property name="windowIcon">
0851     <iconset theme="edit-undo-history">
0852      <normaloff>.</normaloff>.</iconset>
0853    </property>
0854    <property name="windowTitle">
0855     <string>Undo History</string>
0856    </property>
0857    <attribute name="dockWidgetArea">
0858     <number>2</number>
0859    </attribute>
0860    <widget class="QWidget" name="dockWidgetContents_9">
0861     <layout class="QVBoxLayout" name="verticalLayout_10">
0862      <item>
0863       <widget class="QUndoView" name="view_undo">
0864        <property name="cleanIcon">
0865         <iconset theme="document-save">
0866          <normaloff>.</normaloff>.</iconset>
0867        </property>
0868       </widget>
0869      </item>
0870     </layout>
0871    </widget>
0872   </widget>
0873   <widget class="QDockWidget" name="dock_swatches">
0874    <property name="windowIcon">
0875     <iconset theme="paint-swatch">
0876      <normaloff>.</normaloff>.</iconset>
0877    </property>
0878    <property name="windowTitle">
0879     <string>Swatch</string>
0880    </property>
0881    <attribute name="dockWidgetArea">
0882     <number>8</number>
0883    </attribute>
0884    <widget class="QWidget" name="dockWidgetContents_10">
0885     <layout class="QVBoxLayout" name="verticalLayout_11">
0886      <item>
0887       <widget class="glaxnimate::gui::DocumentSwatchWidget" name="document_swatch_widget" native="true"/>
0888      </item>
0889     </layout>
0890    </widget>
0891   </widget>
0892   <widget class="QToolBar" name="toolbar_node">
0893    <property name="windowTitle">
0894     <string>Node Editing</string>
0895    </property>
0896    <attribute name="toolBarArea">
0897     <enum>TopToolBarArea</enum>
0898    </attribute>
0899    <attribute name="toolBarBreak">
0900     <bool>false</bool>
0901    </attribute>
0902    <addaction name="action_node_type_corner"/>
0903    <addaction name="action_node_type_smooth"/>
0904    <addaction name="action_node_type_symmetric"/>
0905    <addaction name="separator"/>
0906    <addaction name="action_node_dissolve"/>
0907    <addaction name="action_node_remove"/>
0908    <addaction name="action_node_add"/>
0909    <addaction name="separator"/>
0910    <addaction name="action_segment_lines"/>
0911    <addaction name="action_segment_curve"/>
0912   </widget>
0913   <widget class="QDockWidget" name="dock_gradients">
0914    <property name="windowIcon">
0915     <iconset theme="color-gradient">
0916      <normaloff>.</normaloff>.</iconset>
0917    </property>
0918    <property name="windowTitle">
0919     <string>Gradients</string>
0920    </property>
0921    <attribute name="dockWidgetArea">
0922     <number>8</number>
0923    </attribute>
0924    <widget class="QWidget" name="dockWidgetContents_11">
0925     <layout class="QVBoxLayout" name="verticalLayout_12">
0926      <property name="leftMargin">
0927       <number>0</number>
0928      </property>
0929      <property name="topMargin">
0930       <number>0</number>
0931      </property>
0932      <property name="rightMargin">
0933       <number>0</number>
0934      </property>
0935      <property name="bottomMargin">
0936       <number>0</number>
0937      </property>
0938      <item>
0939       <widget class="glaxnimate::gui::GradientListWidget" name="widget_gradients" native="true"/>
0940      </item>
0941     </layout>
0942    </widget>
0943   </widget>
0944   <widget class="QDockWidget" name="dock_align">
0945    <property name="windowIcon">
0946     <iconset theme="dialog-align-and-distribute">
0947      <normaloff>.</normaloff>.</iconset>
0948    </property>
0949    <property name="windowTitle">
0950     <string>Align</string>
0951    </property>
0952    <attribute name="dockWidgetArea">
0953     <number>1</number>
0954    </attribute>
0955    <widget class="QWidget" name="dockWidgetContents_12">
0956     <layout class="QGridLayout" name="dock_align_grid"/>
0957    </widget>
0958   </widget>
0959   <widget class="QDockWidget" name="dock_assets">
0960    <property name="windowIcon">
0961     <iconset theme="folder-stash">
0962      <normaloff>.</normaloff>.</iconset>
0963    </property>
0964    <property name="windowTitle">
0965     <string>Assets</string>
0966    </property>
0967    <attribute name="dockWidgetArea">
0968     <number>8</number>
0969    </attribute>
0970    <widget class="QWidget" name="dockWidgetContents_13">
0971     <layout class="QVBoxLayout" name="verticalLayout_13">
0972      <item>
0973       <widget class="glaxnimate::gui::CustomTreeView" name="view_assets">
0974        <property name="dragEnabled">
0975         <bool>true</bool>
0976        </property>
0977        <property name="dragDropMode">
0978         <enum>QAbstractItemView::DragOnly</enum>
0979        </property>
0980        <property name="selectionMode">
0981         <enum>QAbstractItemView::SingleSelection</enum>
0982        </property>
0983        <property name="autoExpandDelay">
0984         <number>500</number>
0985        </property>
0986        <attribute name="headerVisible">
0987         <bool>false</bool>
0988        </attribute>
0989        <attribute name="headerMinimumSectionSize">
0990         <number>32</number>
0991        </attribute>
0992        <attribute name="headerDefaultSectionSize">
0993         <number>32</number>
0994        </attribute>
0995        <attribute name="headerStretchLastSection">
0996         <bool>false</bool>
0997        </attribute>
0998       </widget>
0999      </item>
1000     </layout>
1001    </widget>
1002   </widget>
1003   <widget class="QToolBar" name="toolbar_tools">
1004    <property name="windowTitle">
1005     <string>Tools</string>
1006    </property>
1007    <property name="iconSize">
1008     <size>
1009      <width>40</width>
1010      <height>40</height>
1011     </size>
1012    </property>
1013    <attribute name="toolBarArea">
1014     <enum>LeftToolBarArea</enum>
1015    </attribute>
1016    <attribute name="toolBarBreak">
1017     <bool>false</bool>
1018    </attribute>
1019   </widget>
1020   <widget class="QDockWidget" name="dock_snippets">
1021    <property name="windowIcon">
1022     <iconset theme="dialog-scripts">
1023      <normaloff>.</normaloff>.</iconset>
1024    </property>
1025    <property name="windowTitle">
1026     <string>Snippets</string>
1027    </property>
1028    <attribute name="dockWidgetArea">
1029     <number>8</number>
1030    </attribute>
1031    <widget class="QWidget" name="dockWidgetContents_14">
1032     <layout class="QVBoxLayout" name="verticalLayout_14">
1033      <property name="leftMargin">
1034       <number>0</number>
1035      </property>
1036      <property name="topMargin">
1037       <number>0</number>
1038      </property>
1039      <property name="rightMargin">
1040       <number>0</number>
1041      </property>
1042      <property name="bottomMargin">
1043       <number>0</number>
1044      </property>
1045      <item>
1046       <widget class="glaxnimate::gui::SnippetListWidget" name="widget" native="true"/>
1047      </item>
1048     </layout>
1049    </widget>
1050   </widget>
1051   <widget class="QDockWidget" name="dock_time_slider">
1052    <property name="windowIcon">
1053     <iconset theme="player-time">
1054      <normaloff>.</normaloff>.</iconset>
1055    </property>
1056    <property name="windowTitle">
1057     <string>Compact Timelime</string>
1058    </property>
1059    <attribute name="dockWidgetArea">
1060     <number>8</number>
1061    </attribute>
1062    <widget class="QWidget" name="dockWidgetContents_15">
1063     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1000">
1064      <item>
1065       <widget class="glaxnimate::gui::FrameControlsWidget" name="play_controls_2" native="true">
1066        <property name="sizePolicy">
1067         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
1068          <horstretch>0</horstretch>
1069          <verstretch>0</verstretch>
1070         </sizepolicy>
1071        </property>
1072       </widget>
1073      </item>
1074      <item>
1075       <widget class="QSlider" name="scroll_time">
1076        <property name="orientation">
1077         <enum>Qt::Horizontal</enum>
1078        </property>
1079       </widget>
1080      </item>
1081     </layout>
1082    </widget>
1083   </widget>
1084   <action name="action_new">
1085    <property name="icon">
1086     <iconset theme="document-new">
1087      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1088    </property>
1089    <property name="text">
1090     <string>&amp;New</string>
1091    </property>
1092   </action>
1093   <action name="action_open">
1094    <property name="icon">
1095     <iconset theme="document-open">
1096      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1097    </property>
1098    <property name="text">
1099     <string>&amp;Open...</string>
1100    </property>
1101   </action>
1102   <action name="action_save">
1103    <property name="icon">
1104     <iconset theme="document-save">
1105      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1106    </property>
1107    <property name="text">
1108     <string>&amp;Save</string>
1109    </property>
1110   </action>
1111   <action name="action_save_as">
1112    <property name="icon">
1113     <iconset theme="document-save-as">
1114      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1115    </property>
1116    <property name="text">
1117     <string>Save &amp;As...</string>
1118    </property>
1119   </action>
1120   <action name="action_close">
1121    <property name="icon">
1122     <iconset theme="document-close">
1123      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1124    </property>
1125    <property name="text">
1126     <string>&amp;Close</string>
1127    </property>
1128   </action>
1129   <action name="action_quit">
1130    <property name="icon">
1131     <iconset theme="application-exit">
1132      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1133    </property>
1134    <property name="text">
1135     <string>&amp;Quit</string>
1136    </property>
1137   </action>
1138   <action name="action_tool_select">
1139    <property name="checkable">
1140     <bool>true</bool>
1141    </property>
1142    <property name="checked">
1143     <bool>true</bool>
1144    </property>
1145    <property name="icon">
1146     <iconset theme="edit-select">
1147      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1148    </property>
1149    <property name="text">
1150     <string>&amp;Select</string>
1151    </property>
1152    <property name="shortcut">
1153     <string>F1</string>
1154    </property>
1155   </action>
1156   <action name="action_tool_edit">
1157    <property name="checkable">
1158     <bool>true</bool>
1159    </property>
1160    <property name="icon">
1161     <iconset theme="edit-node">
1162      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1163    </property>
1164    <property name="text">
1165     <string>&amp;Edit</string>
1166    </property>
1167    <property name="shortcut">
1168     <string>F2</string>
1169    </property>
1170   </action>
1171   <action name="action_tool_draw">
1172    <property name="checkable">
1173     <bool>true</bool>
1174    </property>
1175    <property name="icon">
1176     <iconset theme="draw-path">
1177      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1178    </property>
1179    <property name="text">
1180     <string>&amp;Draw Bezier</string>
1181    </property>
1182    <property name="shortcut">
1183     <string>F3</string>
1184    </property>
1185   </action>
1186   <action name="action_tool_draw_freehand">
1187    <property name="checkable">
1188     <bool>true</bool>
1189    </property>
1190    <property name="icon">
1191     <iconset theme="draw-freehand">
1192      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1193    </property>
1194    <property name="text">
1195     <string>Draw &amp;Freehand</string>
1196    </property>
1197    <property name="shortcut">
1198     <string>F6</string>
1199    </property>
1200   </action>
1201   <action name="action_tool_rectangle">
1202    <property name="checkable">
1203     <bool>true</bool>
1204    </property>
1205    <property name="icon">
1206     <iconset theme="draw-rectangle">
1207      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1208    </property>
1209    <property name="text">
1210     <string>&amp;Rectangle</string>
1211    </property>
1212    <property name="shortcut">
1213     <string>F4</string>
1214    </property>
1215   </action>
1216   <action name="action_tool_ellipse">
1217    <property name="checkable">
1218     <bool>true</bool>
1219    </property>
1220    <property name="icon">
1221     <iconset theme="draw-ellipse">
1222      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1223    </property>
1224    <property name="text">
1225     <string>&amp;Ellipse</string>
1226    </property>
1227    <property name="shortcut">
1228     <string>F5</string>
1229    </property>
1230   </action>
1231   <action name="action_tool_star">
1232    <property name="checkable">
1233     <bool>true</bool>
1234    </property>
1235    <property name="icon">
1236     <iconset theme="draw-star">
1237      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1238    </property>
1239    <property name="text">
1240     <string>S&amp;tar</string>
1241    </property>
1242    <property name="shortcut">
1243     <string>*</string>
1244    </property>
1245   </action>
1246   <action name="action_new_layer_empty">
1247    <property name="icon">
1248     <iconset theme="transform-move">
1249      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1250    </property>
1251    <property name="text">
1252     <string>&amp;Empty Layer</string>
1253    </property>
1254   </action>
1255   <action name="action_new_group">
1256    <property name="icon">
1257     <iconset theme="shapes">
1258      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1259    </property>
1260    <property name="text">
1261     <string>&amp;Group</string>
1262    </property>
1263   </action>
1264   <action name="action_new_layer_precomp">
1265    <property name="enabled">
1266     <bool>false</bool>
1267    </property>
1268    <property name="icon">
1269     <iconset theme="video-x-generic">
1270      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1271    </property>
1272    <property name="text">
1273     <string>&amp;Precomposition Layer</string>
1274    </property>
1275   </action>
1276   <action name="action_new_precomp_selection">
1277    <property name="icon">
1278     <iconset theme="archive-extract">
1279      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1280    </property>
1281    <property name="text">
1282     <string>&amp;Precompose Selection</string>
1283    </property>
1284   </action>
1285   <action name="action_new_precomp">
1286    <property name="icon">
1287     <iconset theme="folder-video">
1288      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1289    </property>
1290    <property name="text">
1291     <string>New &amp;Composition</string>
1292    </property>
1293   </action>
1294   <action name="action_path_add">
1295    <property name="enabled">
1296     <bool>false</bool>
1297    </property>
1298    <property name="icon">
1299     <iconset theme="path-union">
1300      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1301    </property>
1302    <property name="text">
1303     <string>&amp;Union</string>
1304    </property>
1305   </action>
1306   <action name="action_path_subtract">
1307    <property name="enabled">
1308     <bool>false</bool>
1309    </property>
1310    <property name="icon">
1311     <iconset theme="path-difference">
1312      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1313    </property>
1314    <property name="text">
1315     <string>&amp;Difference</string>
1316    </property>
1317   </action>
1318   <action name="action_path_intersect">
1319    <property name="enabled">
1320     <bool>false</bool>
1321    </property>
1322    <property name="icon">
1323     <iconset theme="path-intersection">
1324      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1325    </property>
1326    <property name="text">
1327     <string>&amp;Intersect</string>
1328    </property>
1329   </action>
1330   <action name="action_path_xor">
1331    <property name="enabled">
1332     <bool>false</bool>
1333    </property>
1334    <property name="icon">
1335     <iconset theme="path-exclusion">
1336      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1337    </property>
1338    <property name="text">
1339     <string>E&amp;xclusion</string>
1340    </property>
1341   </action>
1342   <action name="action_path_reverse">
1343    <property name="enabled">
1344     <bool>false</bool>
1345    </property>
1346    <property name="icon">
1347     <iconset theme="path-reverse">
1348      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1349    </property>
1350    <property name="text">
1351     <string>Re&amp;verse</string>
1352    </property>
1353   </action>
1354   <action name="action_object_to_path">
1355    <property name="icon">
1356     <iconset theme="object-to-path">
1357      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1358    </property>
1359    <property name="text">
1360     <string>Object to &amp;Path</string>
1361    </property>
1362   </action>
1363   <action name="action_node_add">
1364    <property name="enabled">
1365     <bool>false</bool>
1366    </property>
1367    <property name="icon">
1368     <iconset theme="format-insert-node">
1369      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1370    </property>
1371    <property name="text">
1372     <string>Add &amp;Node...</string>
1373    </property>
1374   </action>
1375   <action name="action_node_remove">
1376    <property name="enabled">
1377     <bool>false</bool>
1378    </property>
1379    <property name="icon">
1380     <iconset theme="format-remove-node">
1381      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1382    </property>
1383    <property name="text">
1384     <string>&amp;Delete Nodes</string>
1385    </property>
1386    <property name="toolTip">
1387     <string>Delete Nodes</string>
1388    </property>
1389   </action>
1390   <action name="action_node_join">
1391    <property name="enabled">
1392     <bool>false</bool>
1393    </property>
1394    <property name="icon">
1395     <iconset theme="format-join-node">
1396      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1397    </property>
1398    <property name="text">
1399     <string>&amp;Join Nodes</string>
1400    </property>
1401   </action>
1402   <action name="action_node_split">
1403    <property name="enabled">
1404     <bool>false</bool>
1405    </property>
1406    <property name="icon">
1407     <iconset theme="format-break-node">
1408      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1409    </property>
1410    <property name="text">
1411     <string>S&amp;plit Nodes</string>
1412    </property>
1413   </action>
1414   <action name="action_node_type_corner">
1415    <property name="enabled">
1416     <bool>false</bool>
1417    </property>
1418    <property name="icon">
1419     <iconset theme="node-type-cusp">
1420      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1421    </property>
1422    <property name="text">
1423     <string>&amp;Cusp</string>
1424    </property>
1425   </action>
1426   <action name="action_node_type_smooth">
1427    <property name="enabled">
1428     <bool>false</bool>
1429    </property>
1430    <property name="icon">
1431     <iconset theme="node-type-smooth">
1432      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1433    </property>
1434    <property name="text">
1435     <string>&amp;Smooth</string>
1436    </property>
1437   </action>
1438   <action name="action_node_type_symmetric">
1439    <property name="enabled">
1440     <bool>false</bool>
1441    </property>
1442    <property name="icon">
1443     <iconset theme="node-type-auto-smooth">
1444      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1445    </property>
1446    <property name="text">
1447     <string>Sy&amp;mmetric</string>
1448    </property>
1449   </action>
1450   <action name="action_copy">
1451    <property name="icon">
1452     <iconset theme="edit-copy">
1453      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1454    </property>
1455    <property name="text">
1456     <string>&amp;Copy</string>
1457    </property>
1458   </action>
1459   <action name="action_cut">
1460    <property name="icon">
1461     <iconset theme="edit-cut">
1462      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1463    </property>
1464    <property name="text">
1465     <string>Cu&amp;t</string>
1466    </property>
1467   </action>
1468   <action name="action_paste">
1469    <property name="icon">
1470     <iconset theme="edit-paste">
1471      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1472    </property>
1473    <property name="text">
1474     <string>&amp;Paste</string>
1475    </property>
1476   </action>
1477   <action name="action_select_all">
1478    <property name="enabled">
1479     <bool>false</bool>
1480    </property>
1481    <property name="icon">
1482     <iconset theme="edit-select-all">
1483      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1484    </property>
1485    <property name="text">
1486     <string>&amp;Select All</string>
1487    </property>
1488   </action>
1489   <action name="action_raise_to_top">
1490    <property name="icon">
1491     <iconset theme="layer-top">
1492      <normaloff>.</normaloff>.</iconset>
1493    </property>
1494    <property name="text">
1495     <string>Raise to &amp;Top</string>
1496    </property>
1497    <property name="shortcut">
1498     <string>Home</string>
1499    </property>
1500   </action>
1501   <action name="action_raise">
1502    <property name="icon">
1503     <iconset theme="layer-raise">
1504      <normaloff>.</normaloff>.</iconset>
1505    </property>
1506    <property name="text">
1507     <string>&amp;Raise</string>
1508    </property>
1509    <property name="shortcut">
1510     <string>PgUp</string>
1511    </property>
1512   </action>
1513   <action name="action_lower">
1514    <property name="icon">
1515     <iconset theme="layer-lower">
1516      <normaloff>.</normaloff>.</iconset>
1517    </property>
1518    <property name="text">
1519     <string>&amp;Lower</string>
1520    </property>
1521    <property name="shortcut">
1522     <string>PgDown</string>
1523    </property>
1524   </action>
1525   <action name="action_lower_to_bottom">
1526    <property name="icon">
1527     <iconset theme="layer-bottom">
1528      <normaloff>.</normaloff>.</iconset>
1529    </property>
1530    <property name="text">
1531     <string>Lower to &amp;Bottom</string>
1532    </property>
1533    <property name="shortcut">
1534     <string>End</string>
1535    </property>
1536   </action>
1537   <action name="action_reload">
1538    <property name="icon">
1539     <iconset theme="document-revert">
1540      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1541    </property>
1542    <property name="text">
1543     <string>Re&amp;load</string>
1544    </property>
1545   </action>
1546   <action name="action_undo">
1547    <property name="enabled">
1548     <bool>false</bool>
1549    </property>
1550    <property name="icon">
1551     <iconset theme="edit-undo">
1552      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1553    </property>
1554    <property name="text">
1555     <string notr="true">&amp;Undo %1</string>
1556    </property>
1557   </action>
1558   <action name="action_redo">
1559    <property name="enabled">
1560     <bool>false</bool>
1561    </property>
1562    <property name="icon">
1563     <iconset theme="edit-redo">
1564      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1565    </property>
1566    <property name="text">
1567     <string notr="true">&amp;Redo %1</string>
1568    </property>
1569   </action>
1570   <action name="action_view_fit">
1571    <property name="icon">
1572     <iconset theme="zoom-fit-page">
1573      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1574    </property>
1575    <property name="text">
1576     <string>&amp;Fit Animation</string>
1577    </property>
1578   </action>
1579   <action name="action_view_reset">
1580    <property name="icon">
1581     <iconset theme="zoom-original">
1582      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1583    </property>
1584    <property name="text">
1585     <string>Re&amp;set View</string>
1586    </property>
1587   </action>
1588   <action name="action_view_reset_rotation">
1589    <property name="icon">
1590     <iconset theme="rotation-allowed">
1591      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1592    </property>
1593    <property name="text">
1594     <string>&amp;Reset Rotation</string>
1595    </property>
1596   </action>
1597   <action name="action_view_zoom_in">
1598    <property name="icon">
1599     <iconset theme="zoom-in">
1600      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1601    </property>
1602    <property name="text">
1603     <string>Zoom &amp;In</string>
1604    </property>
1605   </action>
1606   <action name="action_view_zoom_out">
1607    <property name="icon">
1608     <iconset theme="zoom-out">
1609      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1610    </property>
1611    <property name="text">
1612     <string>Zoom &amp;Out</string>
1613    </property>
1614   </action>
1615   <action name="action_view_zoom_reset">
1616    <property name="icon">
1617     <iconset theme="zoom-original">
1618      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1619    </property>
1620    <property name="text">
1621     <string>Reset &amp;Zoom</string>
1622    </property>
1623   </action>
1624   <action name="action_preferences">
1625    <property name="icon">
1626     <iconset theme="settings-configure">
1627      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1628    </property>
1629    <property name="text">
1630     <string>Pr&amp;eferences...</string>
1631    </property>
1632   </action>
1633   <action name="action_about">
1634    <property name="icon">
1635     <iconset theme="help-about">
1636      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1637    </property>
1638    <property name="text">
1639     <string>About...</string>
1640    </property>
1641   </action>
1642   <action name="action_new_layer_color">
1643    <property name="icon">
1644     <iconset theme="object-fill">
1645      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1646    </property>
1647    <property name="text">
1648     <string>Solid &amp;Color Layer</string>
1649    </property>
1650   </action>
1651   <action name="action_render_frame_raster">
1652    <property name="icon">
1653     <iconset theme="image-png">
1654      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1655    </property>
1656    <property name="text">
1657     <string>&amp;Raster...</string>
1658    </property>
1659   </action>
1660   <action name="action_render_frame_svg">
1661    <property name="icon">
1662     <iconset theme="image-svg+xml">
1663      <normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
1664    </property>
1665    <property name="text">
1666     <string>S&amp;VG...</string>
1667    </property>
1668   </action>
1669   <action name="action_online_manual">
1670    <property name="icon">
1671     <iconset theme="help-browser">
1672      <normaloff>.</normaloff>.</iconset>
1673    </property>
1674    <property name="text">
1675     <string>Online &amp;Manual...</string>
1676    </property>
1677   </action>
1678   <action name="action_report_issue">
1679    <property name="icon">
1680     <iconset theme="tools-report-bug">
1681      <normaloff>.</normaloff>.</iconset>
1682    </property>
1683    <property name="text">
1684     <string>Report &amp;Issue...</string>
1685    </property>
1686   </action>
1687   <action name="action_group">
1688    <property name="icon">
1689     <iconset theme="object-group">
1690      <normaloff>.</normaloff>.</iconset>
1691    </property>
1692    <property name="text">
1693     <string>&amp;Group</string>
1694    </property>
1695   </action>
1696   <action name="action_ungroup">
1697    <property name="icon">
1698     <iconset theme="object-ungroup">
1699      <normaloff>.</normaloff>.</iconset>
1700    </property>
1701    <property name="text">
1702     <string>&amp;Ungroup</string>
1703    </property>
1704   </action>
1705   <action name="action_move_to">
1706    <property name="icon">
1707     <iconset theme="selection-move-to-layer-above">
1708      <normaloff>.</normaloff>.</iconset>
1709    </property>
1710    <property name="text">
1711     <string>&amp;Move to...</string>
1712    </property>
1713   </action>
1714   <action name="action_validate_tgs">
1715    <property name="icon">
1716     <iconset theme="telegram">
1717      <normaloff>.</normaloff>.</iconset>
1718    </property>
1719    <property name="text">
1720     <string>Validate &amp;Telegram Sticker</string>
1721    </property>
1722   </action>
1723   <action name="action_resize">
1724    <property name="icon">
1725     <iconset theme="transform-scale">
1726      <normaloff>.</normaloff>.</iconset>
1727    </property>
1728    <property name="text">
1729     <string>Re&amp;size...</string>
1730    </property>
1731   </action>
1732   <action name="action_donate">
1733    <property name="icon">
1734     <iconset theme="love">
1735      <normaloff>.</normaloff>.</iconset>
1736    </property>
1737    <property name="text">
1738     <string>Donate...</string>
1739    </property>
1740   </action>
1741   <action name="action_new_fill">
1742    <property name="icon">
1743     <iconset theme="format-fill-color">
1744      <normaloff>.</normaloff>.</iconset>
1745    </property>
1746    <property name="text">
1747     <string>&amp;Fill</string>
1748    </property>
1749   </action>
1750   <action name="action_new_stroke">
1751    <property name="icon">
1752     <iconset theme="format-stroke-color">
1753      <normaloff>.</normaloff>.</iconset>
1754    </property>
1755    <property name="text">
1756     <string>&amp;Stroke</string>
1757    </property>
1758   </action>
1759   <action name="action_new_layer">
1760    <property name="icon">
1761     <iconset theme="folder">
1762      <normaloff>.</normaloff>.</iconset>
1763    </property>
1764    <property name="text">
1765     <string>&amp;Layer</string>
1766    </property>
1767   </action>
1768   <action name="action_open_last">
1769    <property name="enabled">
1770     <bool>false</bool>
1771    </property>
1772    <property name="icon">
1773     <iconset theme="document-open-recent">
1774      <normaloff>.</normaloff>.</iconset>
1775    </property>
1776    <property name="text">
1777     <string>Open Most Recent</string>
1778    </property>
1779   </action>
1780   <action name="action_import_image">
1781    <property name="icon">
1782     <iconset theme="insert-image">
1783      <normaloff>.</normaloff>.</iconset>
1784    </property>
1785    <property name="text">
1786     <string>Add &amp;Image...</string>
1787    </property>
1788   </action>
1789   <action name="action_delete">
1790    <property name="icon">
1791     <iconset theme="edit-delete">
1792      <normaloff>.</normaloff>.</iconset>
1793    </property>
1794    <property name="text">
1795     <string>&amp;Delete</string>
1796    </property>
1797   </action>
1798   <action name="action_segment_lines">
1799    <property name="enabled">
1800     <bool>false</bool>
1801    </property>
1802    <property name="icon">
1803     <iconset theme="node-segment-line">
1804      <normaloff>.</normaloff>.</iconset>
1805    </property>
1806    <property name="text">
1807     <string>Make segments straight</string>
1808    </property>
1809   </action>
1810   <action name="action_segment_curve">
1811    <property name="enabled">
1812     <bool>false</bool>
1813    </property>
1814    <property name="icon">
1815     <iconset theme="node-segment-curve">
1816      <normaloff>.</normaloff>.</iconset>
1817    </property>
1818    <property name="text">
1819     <string>Make segments curved</string>
1820    </property>
1821   </action>
1822   <action name="action_export">
1823    <property name="icon">
1824     <iconset theme="document-export">
1825      <normaloff>.</normaloff>.</iconset>
1826    </property>
1827    <property name="text">
1828     <string>&amp;Export...</string>
1829    </property>
1830   </action>
1831   <action name="action_export_as">
1832    <property name="icon">
1833     <iconset theme="document-export">
1834      <normaloff>.</normaloff>.</iconset>
1835    </property>
1836    <property name="text">
1837     <string>E&amp;xport As...</string>
1838    </property>
1839   </action>
1840   <action name="action_node_dissolve">
1841    <property name="enabled">
1842     <bool>false</bool>
1843    </property>
1844    <property name="icon">
1845     <iconset theme="format-node-curve">
1846      <normaloff>.</normaloff>.</iconset>
1847    </property>
1848    <property name="text">
1849     <string>Dissolve Nodes</string>
1850    </property>
1851   </action>
1852   <action name="action_document_cleanup">
1853    <property name="icon">
1854     <iconset theme="document-cleanup">
1855      <normaloff>.</normaloff>.</iconset>
1856    </property>
1857    <property name="text">
1858     <string>Cleanup</string>
1859    </property>
1860    <property name="toolTip">
1861     <string>Remove unused assets</string>
1862    </property>
1863   </action>
1864   <action name="action_timing">
1865    <property name="icon">
1866     <iconset theme="player-time">
1867      <normaloff>.</normaloff>.</iconset>
1868    </property>
1869    <property name="text">
1870     <string>Timing...</string>
1871    </property>
1872   </action>
1873   <action name="action_play">
1874    <property name="icon">
1875     <iconset theme="media-playback-start">
1876      <normaloff>.</normaloff>.</iconset>
1877    </property>
1878    <property name="text">
1879     <string>&amp;Play</string>
1880    </property>
1881   </action>
1882   <action name="action_play_loop">
1883    <property name="checkable">
1884     <bool>true</bool>
1885    </property>
1886    <property name="checked">
1887     <bool>true</bool>
1888    </property>
1889    <property name="icon">
1890     <iconset theme="media-playlist-repeat">
1891      <normaloff>.</normaloff>.</iconset>
1892    </property>
1893    <property name="text">
1894     <string>&amp;Loop</string>
1895    </property>
1896   </action>
1897   <action name="action_record">
1898    <property name="checkable">
1899     <bool>true</bool>
1900    </property>
1901    <property name="icon">
1902     <iconset theme="media-record">
1903      <normaloff>.</normaloff>.</iconset>
1904    </property>
1905    <property name="text">
1906     <string>&amp;Record Keyframes</string>
1907    </property>
1908   </action>
1909   <action name="action_frame_first">
1910    <property name="icon">
1911     <iconset theme="go-first">
1912      <normaloff>.</normaloff>.</iconset>
1913    </property>
1914    <property name="text">
1915     <string>Jump to &amp;Start</string>
1916    </property>
1917   </action>
1918   <action name="action_frame_last">
1919    <property name="icon">
1920     <iconset theme="go-last">
1921      <normaloff>.</normaloff>.</iconset>
1922    </property>
1923    <property name="text">
1924     <string>Jump to &amp;End</string>
1925    </property>
1926   </action>
1927   <action name="action_frame_next">
1928    <property name="icon">
1929     <iconset theme="go-next">
1930      <normaloff>.</normaloff>.</iconset>
1931    </property>
1932    <property name="text">
1933     <string>&amp;Next Frame</string>
1934    </property>
1935   </action>
1936   <action name="action_frame_prev">
1937    <property name="icon">
1938     <iconset theme="go-previous">
1939      <normaloff>.</normaloff>.</iconset>
1940    </property>
1941    <property name="text">
1942     <string>Pre&amp;vious Frame</string>
1943    </property>
1944   </action>
1945   <action name="action_metadata">
1946    <property name="icon">
1947     <iconset theme="documentinfo">
1948      <normaloff>.</normaloff>.</iconset>
1949    </property>
1950    <property name="text">
1951     <string>Metadata...</string>
1952    </property>
1953   </action>
1954   <action name="action_trace_bitmap">
1955    <property name="icon">
1956     <iconset theme="bitmap-trace">
1957      <normaloff>.</normaloff>.</iconset>
1958    </property>
1959    <property name="text">
1960     <string>Trace Bitmap...</string>
1961    </property>
1962   </action>
1963   <action name="action_lottie_preview">
1964    <property name="text">
1965     <string>&amp;Lottie (SVG)</string>
1966    </property>
1967   </action>
1968   <action name="action_svg_preview">
1969    <property name="text">
1970     <string>&amp;SVG (SMIL)</string>
1971    </property>
1972   </action>
1973   <action name="action_lottie_canvas_preview">
1974    <property name="text">
1975     <string>Lottie (canvas)</string>
1976    </property>
1977   </action>
1978   <action name="action_duplicate">
1979    <property name="icon">
1980     <iconset theme="edit-duplicate">
1981      <normaloff>.</normaloff>.</iconset>
1982    </property>
1983    <property name="text">
1984     <string>Duplicate</string>
1985    </property>
1986   </action>
1987   <action name="action_align_to_selection">
1988    <property name="checkable">
1989     <bool>true</bool>
1990    </property>
1991    <property name="checked">
1992     <bool>true</bool>
1993    </property>
1994    <property name="icon">
1995     <iconset theme="select-rectangular">
1996      <normaloff>.</normaloff>.</iconset>
1997    </property>
1998    <property name="text">
1999     <string>Selection</string>
2000    </property>
2001   </action>
2002   <action name="action_align_to_canvas">
2003    <property name="checkable">
2004     <bool>true</bool>
2005    </property>
2006    <property name="icon">
2007     <iconset theme="snap-page">
2008      <normaloff>.</normaloff>.</iconset>
2009    </property>
2010    <property name="text">
2011     <string>Canvas</string>
2012    </property>
2013   </action>
2014   <action name="action_align_hor_left">
2015    <property name="icon">
2016     <iconset theme="align-horizontal-left">
2017      <normaloff>.</normaloff>.</iconset>
2018    </property>
2019    <property name="text">
2020     <string>Left</string>
2021    </property>
2022   </action>
2023   <action name="action_align_hor_center">
2024    <property name="icon">
2025     <iconset theme="align-horizontal-center">
2026      <normaloff>.</normaloff>.</iconset>
2027    </property>
2028    <property name="text">
2029     <string>Center</string>
2030    </property>
2031   </action>
2032   <action name="action_align_hor_right">
2033    <property name="icon">
2034     <iconset theme="align-horizontal-right">
2035      <normaloff>.</normaloff>.</iconset>
2036    </property>
2037    <property name="text">
2038     <string>Right</string>
2039    </property>
2040   </action>
2041   <action name="action_align_vert_top">
2042    <property name="icon">
2043     <iconset theme="align-vertical-top">
2044      <normaloff>.</normaloff>.</iconset>
2045    </property>
2046    <property name="text">
2047     <string>Top</string>
2048    </property>
2049   </action>
2050   <action name="action_align_vert_center">
2051    <property name="icon">
2052     <iconset theme="align-vertical-center">
2053      <normaloff>.</normaloff>.</iconset>
2054    </property>
2055    <property name="text">
2056     <string>Center</string>
2057    </property>
2058   </action>
2059   <action name="action_align_vert_bottom">
2060    <property name="icon">
2061     <iconset theme="align-vertical-bottom">
2062      <normaloff>.</normaloff>.</iconset>
2063    </property>
2064    <property name="text">
2065     <string>Bottom</string>
2066    </property>
2067   </action>
2068   <action name="action_align_to_canvas_group">
2069    <property name="checkable">
2070     <bool>true</bool>
2071    </property>
2072    <property name="icon">
2073     <iconset theme="object-group">
2074      <normaloff>.</normaloff>.</iconset>
2075    </property>
2076    <property name="text">
2077     <string>Canvas (as Group)</string>
2078    </property>
2079   </action>
2080   <action name="separator_align_relative_to">
2081    <property name="text">
2082     <string>Relative To</string>
2083    </property>
2084   </action>
2085   <action name="separator_align_horizontal">
2086    <property name="text">
2087     <string>Horizontal</string>
2088    </property>
2089   </action>
2090   <action name="separator_align_vertical">
2091    <property name="text">
2092     <string>Vertical</string>
2093    </property>
2094   </action>
2095   <action name="action_align_hor_left_out">
2096    <property name="icon">
2097     <iconset theme="align-horizontal-right-out">
2098      <normaloff>.</normaloff>.</iconset>
2099    </property>
2100    <property name="text">
2101     <string>Outside Left</string>
2102    </property>
2103   </action>
2104   <action name="action_align_hor_right_out">
2105    <property name="icon">
2106     <iconset theme="align-horizontal-left-out">
2107      <normaloff>.</normaloff>.</iconset>
2108    </property>
2109    <property name="text">
2110     <string>Outside Right</string>
2111    </property>
2112   </action>
2113   <action name="action_align_vert_top_out">
2114    <property name="icon">
2115     <iconset theme="align-vertical-bottom-out">
2116      <normaloff>.</normaloff>.</iconset>
2117    </property>
2118    <property name="text">
2119     <string>Outside Top</string>
2120    </property>
2121   </action>
2122   <action name="action_align_vert_bottom_out">
2123    <property name="icon">
2124     <iconset theme="align-vertical-top-out">
2125      <normaloff>.</normaloff>.</iconset>
2126    </property>
2127    <property name="text">
2128     <string>Outside Bottom</string>
2129    </property>
2130   </action>
2131   <action name="action_import">
2132    <property name="icon">
2133     <iconset theme="document-import">
2134      <normaloff>.</normaloff>.</iconset>
2135    </property>
2136    <property name="text">
2137     <string>&amp;Import...</string>
2138    </property>
2139   </action>
2140   <action name="action_paste_as_composition">
2141    <property name="icon">
2142     <iconset theme="special_paste">
2143      <normaloff>.</normaloff>.</iconset>
2144    </property>
2145    <property name="text">
2146     <string>Paste as Composition</string>
2147    </property>
2148   </action>
2149   <action name="action_flip_view">
2150    <property name="icon">
2151     <iconset theme="object-flip-horizontal">
2152      <normaloff>.</normaloff>.</iconset>
2153    </property>
2154    <property name="text">
2155     <string>F&amp;lip View</string>
2156    </property>
2157   </action>
2158   <action name="action_save_as_template">
2159    <property name="icon">
2160     <iconset theme="document-save-as-template">
2161      <normaloff>.</normaloff>.</iconset>
2162    </property>
2163    <property name="text">
2164     <string>Save as Template</string>
2165    </property>
2166   </action>
2167   <action name="action_text_put_on_path">
2168    <property name="icon">
2169     <iconset theme="text-put-on-path">
2170      <normaloff>.</normaloff>.</iconset>
2171    </property>
2172    <property name="text">
2173     <string>&amp;Put on Path</string>
2174    </property>
2175   </action>
2176   <action name="action_text_remove_from_path">
2177    <property name="icon">
2178     <iconset theme="text-remove-from-path">
2179      <normaloff>.</normaloff>.</iconset>
2180    </property>
2181    <property name="text">
2182     <string>&amp;Remove from Path</string>
2183    </property>
2184   </action>
2185   <action name="action_validate_discord">
2186    <property name="icon">
2187     <iconset theme="discord">
2188      <normaloff>.</normaloff>.</iconset>
2189    </property>
2190    <property name="text">
2191     <string>Validate Discord Sticker</string>
2192    </property>
2193   </action>
2194   <action name="action_insert_emoji">
2195    <property name="icon">
2196     <iconset theme="smiley-shape">
2197      <normaloff>.</normaloff>.</iconset>
2198    </property>
2199    <property name="text">
2200     <string>Emo&amp;ji...</string>
2201    </property>
2202   </action>
2203   <action name="action_open_lottiefiles">
2204    <property name="icon">
2205     <iconset theme="lottiefiles">
2206      <normaloff>.</normaloff>.</iconset>
2207    </property>
2208    <property name="text">
2209     <string>Import from LottieFiles...</string>
2210    </property>
2211   </action>
2212   <action name="action_export_sequence">
2213    <property name="icon">
2214     <iconset theme="folder-images">
2215      <normaloff>.</normaloff>.</iconset>
2216    </property>
2217    <property name="text">
2218     <string>Export as Image Sequence...</string>
2219    </property>
2220   </action>
2221   <action name="action_layout_custom">
2222    <property name="checkable">
2223     <bool>true</bool>
2224    </property>
2225    <property name="text">
2226     <string>Custom</string>
2227    </property>
2228    <property name="toolTip">
2229     <string>Customized Layout</string>
2230    </property>
2231   </action>
2232   <action name="action_layout_automatic">
2233    <property name="checkable">
2234     <bool>true</bool>
2235    </property>
2236    <property name="text">
2237     <string>Automatic</string>
2238    </property>
2239    <property name="toolTip">
2240     <string>Determines the best layout based on screen size</string>
2241    </property>
2242   </action>
2243   <action name="action_layout_wide">
2244    <property name="checkable">
2245     <bool>true</bool>
2246    </property>
2247    <property name="text">
2248     <string>Wide</string>
2249    </property>
2250    <property name="toolTip">
2251     <string>Layout best suited for larger screens</string>
2252    </property>
2253   </action>
2254   <action name="action_layout_compact">
2255    <property name="checkable">
2256     <bool>true</bool>
2257    </property>
2258    <property name="text">
2259     <string>Compact</string>
2260    </property>
2261    <property name="toolTip">
2262     <string>Layout best suited for smaller screens</string>
2263    </property>
2264   </action>
2265   <action name="action_rive_preview">
2266    <property name="text">
2267     <string>RIVE (canvas)</string>
2268    </property>
2269   </action>
2270   <action name="action_lottiefiles_preview">
2271    <property name="text">
2272     <string>LottieFiles</string>
2273    </property>
2274   </action>
2275   <action name="action_layout_medium">
2276    <property name="checkable">
2277     <bool>true</bool>
2278    </property>
2279    <property name="text">
2280     <string>Medium</string>
2281    </property>
2282    <property name="toolTip">
2283     <string>More compact that Wide but larger than Compact</string>
2284    </property>
2285   </action>
2286   <action name="action_shortcuts">
2287    <property name="icon">
2288     <iconset theme="configure-shortcuts">
2289      <normaloff>.</normaloff>.</iconset>
2290    </property>
2291    <property name="text">
2292     <string>Configure &amp;Keyboard Shortcuts...</string>
2293    </property>
2294    <property name="shortcut">
2295     <string>Ctrl+Alt+,</string>
2296    </property>
2297   </action>
2298  </widget>
2299  <customwidgets>
2300   <customwidget>
2301    <class>glaxnimate::gui::Canvas</class>
2302    <extends>QGraphicsView</extends>
2303    <header>widgets/canvas.hpp</header>
2304    <slots>
2305     <slot>reset_rotation()</slot>
2306     <slot>reset_zoom()</slot>
2307     <slot>zoom_in()</slot>
2308     <slot>zoom_out()</slot>
2309    </slots>
2310   </customwidget>
2311   <customwidget>
2312    <class>glaxnimate::gui::FrameControlsWidget</class>
2313    <extends>QWidget</extends>
2314    <header>widgets/timeline/frame_controls_widget.hpp</header>
2315    <container>1</container>
2316   </customwidget>
2317   <customwidget>
2318    <class>glaxnimate::gui::CompoundTimelineWidget</class>
2319    <extends>QWidget</extends>
2320    <header>widgets/timeline/compound_timeline_widget.hpp</header>
2321    <container>1</container>
2322   </customwidget>
2323   <customwidget>
2324    <class>glaxnimate::gui::FillStyleWidget</class>
2325    <extends>QWidget</extends>
2326    <header>widgets/shape_style/fill_style_widget.hpp</header>
2327    <container>1</container>
2328    <slots>
2329     <signal>secondary_color_changed(QColor)</signal>
2330     <slot>set_secondary_color(QColor)</slot>
2331    </slots>
2332   </customwidget>
2333   <customwidget>
2334    <class>glaxnimate::gui::StrokeStyleWidget</class>
2335    <extends>QWidget</extends>
2336    <header>widgets/shape_style/stroke_style_widget.hpp</header>
2337    <container>1</container>
2338    <slots>
2339     <signal>color_changed(QColor)</signal>
2340     <slot>set_color(QColor)</slot>
2341    </slots>
2342   </customwidget>
2343   <customwidget>
2344    <class>glaxnimate::gui::WindowMessageWidget</class>
2345    <extends>QWidget</extends>
2346    <header>widgets/window_message_widget.hpp</header>
2347    <container>1</container>
2348   </customwidget>
2349   <customwidget>
2350    <class>glaxnimate::gui::DocumentSwatchWidget</class>
2351    <extends>QWidget</extends>
2352    <header>widgets/shape_style/document_swatch_widget.hpp</header>
2353    <container>1</container>
2354    <slots>
2355     <signal>needs_new_color()</signal>
2356    </slots>
2357   </customwidget>
2358   <customwidget>
2359    <class>glaxnimate::gui::GradientListWidget</class>
2360    <extends>QWidget</extends>
2361    <header>widgets/shape_style/gradient_list_widget.hpp</header>
2362    <container>1</container>
2363   </customwidget>
2364   <customwidget>
2365    <class>glaxnimate::gui::ScriptConsole</class>
2366    <extends>QWidget</extends>
2367    <header>widgets/docks/script_console.hpp</header>
2368    <container>1</container>
2369    <slots>
2370     <slot>run_snippet(QString)</slot>
2371    </slots>
2372   </customwidget>
2373   <customwidget>
2374    <class>glaxnimate::gui::CustomTreeView</class>
2375    <extends>QTreeView</extends>
2376    <header>widgets/docks/custom_treeview.hpp</header>
2377   </customwidget>
2378   <customwidget>
2379    <class>glaxnimate::gui::CompositionTabBar</class>
2380    <extends>QWidget</extends>
2381    <header>widgets/tab_bar/composition_tab_bar.hpp</header>
2382    <container>1</container>
2383   </customwidget>
2384   <customwidget>
2385    <class>glaxnimate::gui::SnippetListWidget</class>
2386    <extends>QWidget</extends>
2387    <header>widgets/docks/snippet_list_widget.hpp</header>
2388    <container>1</container>
2389    <slots>
2390     <signal>run_snippet(QString)</signal>
2391     <signal>warning(QString,QString)</signal>
2392    </slots>
2393   </customwidget>
2394   <customwidget>
2395    <class>glaxnimate::gui::LayerView</class>
2396    <extends>QTreeView</extends>
2397    <header>widgets/docks/layer_view.hpp</header>
2398   </customwidget>
2399  </customwidgets>
2400  <resources/>
2401  <connections>
2402   <connection>
2403    <sender>action_save</sender>
2404    <signal>triggered()</signal>
2405    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2406    <slot>document_save()</slot>
2407    <hints>
2408     <hint type="sourcelabel">
2409      <x>-1</x>
2410      <y>-1</y>
2411     </hint>
2412     <hint type="destinationlabel">
2413      <x>656</x>
2414      <y>526</y>
2415     </hint>
2416    </hints>
2417   </connection>
2418   <connection>
2419    <sender>action_new</sender>
2420    <signal>triggered()</signal>
2421    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2422    <slot>document_new()</slot>
2423    <hints>
2424     <hint type="sourcelabel">
2425      <x>-1</x>
2426      <y>-1</y>
2427     </hint>
2428     <hint type="destinationlabel">
2429      <x>656</x>
2430      <y>526</y>
2431     </hint>
2432    </hints>
2433   </connection>
2434   <connection>
2435    <sender>action_save_as</sender>
2436    <signal>triggered()</signal>
2437    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2438    <slot>document_save_as()</slot>
2439    <hints>
2440     <hint type="sourcelabel">
2441      <x>-1</x>
2442      <y>-1</y>
2443     </hint>
2444     <hint type="destinationlabel">
2445      <x>656</x>
2446      <y>526</y>
2447     </hint>
2448    </hints>
2449   </connection>
2450   <connection>
2451    <sender>btn_layer_add</sender>
2452    <signal>clicked()</signal>
2453    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2454    <slot>layer_new_menu()</slot>
2455    <hints>
2456     <hint type="sourcelabel">
2457      <x>40</x>
2458      <y>900</y>
2459     </hint>
2460     <hint type="destinationlabel">
2461      <x>1119</x>
2462      <y>1096</y>
2463     </hint>
2464    </hints>
2465   </connection>
2466   <connection>
2467    <sender>btn_layer_remove</sender>
2468    <signal>clicked()</signal>
2469    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2470    <slot>layer_delete()</slot>
2471    <hints>
2472     <hint type="sourcelabel">
2473      <x>116</x>
2474      <y>900</y>
2475     </hint>
2476     <hint type="destinationlabel">
2477      <x>1150</x>
2478      <y>1120</y>
2479     </hint>
2480    </hints>
2481   </connection>
2482   <connection>
2483    <sender>action_view_zoom_in</sender>
2484    <signal>triggered()</signal>
2485    <receiver>canvas</receiver>
2486    <slot>zoom_in()</slot>
2487    <hints>
2488     <hint type="sourcelabel">
2489      <x>-1</x>
2490      <y>-1</y>
2491     </hint>
2492     <hint type="destinationlabel">
2493      <x>656</x>
2494      <y>509</y>
2495     </hint>
2496    </hints>
2497   </connection>
2498   <connection>
2499    <sender>action_view_zoom_reset</sender>
2500    <signal>triggered()</signal>
2501    <receiver>canvas</receiver>
2502    <slot>reset_zoom()</slot>
2503    <hints>
2504     <hint type="sourcelabel">
2505      <x>-1</x>
2506      <y>-1</y>
2507     </hint>
2508     <hint type="destinationlabel">
2509      <x>656</x>
2510      <y>509</y>
2511     </hint>
2512    </hints>
2513   </connection>
2514   <connection>
2515    <sender>action_view_zoom_out</sender>
2516    <signal>triggered()</signal>
2517    <receiver>canvas</receiver>
2518    <slot>zoom_out()</slot>
2519    <hints>
2520     <hint type="sourcelabel">
2521      <x>-1</x>
2522      <y>-1</y>
2523     </hint>
2524     <hint type="destinationlabel">
2525      <x>656</x>
2526      <y>509</y>
2527     </hint>
2528    </hints>
2529   </connection>
2530   <connection>
2531    <sender>action_view_fit</sender>
2532    <signal>triggered()</signal>
2533    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2534    <slot>view_fit()</slot>
2535    <hints>
2536     <hint type="sourcelabel">
2537      <x>-1</x>
2538      <y>-1</y>
2539     </hint>
2540     <hint type="destinationlabel">
2541      <x>656</x>
2542      <y>526</y>
2543     </hint>
2544    </hints>
2545   </connection>
2546   <connection>
2547    <sender>action_view_reset_rotation</sender>
2548    <signal>triggered()</signal>
2549    <receiver>canvas</receiver>
2550    <slot>reset_rotation()</slot>
2551    <hints>
2552     <hint type="sourcelabel">
2553      <x>-1</x>
2554      <y>-1</y>
2555     </hint>
2556     <hint type="destinationlabel">
2557      <x>656</x>
2558      <y>509</y>
2559     </hint>
2560    </hints>
2561   </connection>
2562   <connection>
2563    <sender>action_preferences</sender>
2564    <signal>triggered()</signal>
2565    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2566    <slot>preferences()</slot>
2567    <hints>
2568     <hint type="sourcelabel">
2569      <x>-1</x>
2570      <y>-1</y>
2571     </hint>
2572     <hint type="destinationlabel">
2573      <x>656</x>
2574      <y>526</y>
2575     </hint>
2576    </hints>
2577   </connection>
2578   <connection>
2579    <sender>action_open</sender>
2580    <signal>triggered()</signal>
2581    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2582    <slot>document_open_dialog()</slot>
2583    <hints>
2584     <hint type="sourcelabel">
2585      <x>-1</x>
2586      <y>-1</y>
2587     </hint>
2588     <hint type="destinationlabel">
2589      <x>656</x>
2590      <y>526</y>
2591     </hint>
2592    </hints>
2593   </connection>
2594   <connection>
2595    <sender>action_close</sender>
2596    <signal>triggered()</signal>
2597    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2598    <slot>document_new()</slot>
2599    <hints>
2600     <hint type="sourcelabel">
2601      <x>-1</x>
2602      <y>-1</y>
2603     </hint>
2604     <hint type="destinationlabel">
2605      <x>656</x>
2606      <y>526</y>
2607     </hint>
2608    </hints>
2609   </connection>
2610   <connection>
2611    <sender>action_about</sender>
2612    <signal>triggered()</signal>
2613    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2614    <slot>help_about()</slot>
2615    <hints>
2616     <hint type="sourcelabel">
2617      <x>-1</x>
2618      <y>-1</y>
2619     </hint>
2620     <hint type="destinationlabel">
2621      <x>656</x>
2622      <y>526</y>
2623     </hint>
2624    </hints>
2625   </connection>
2626   <connection>
2627    <sender>action_render_frame_raster</sender>
2628    <signal>triggered()</signal>
2629    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2630    <slot>save_frame_bmp()</slot>
2631    <hints>
2632     <hint type="sourcelabel">
2633      <x>-1</x>
2634      <y>-1</y>
2635     </hint>
2636     <hint type="destinationlabel">
2637      <x>656</x>
2638      <y>526</y>
2639     </hint>
2640    </hints>
2641   </connection>
2642   <connection>
2643    <sender>action_render_frame_svg</sender>
2644    <signal>triggered()</signal>
2645    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2646    <slot>save_frame_svg()</slot>
2647    <hints>
2648     <hint type="sourcelabel">
2649      <x>-1</x>
2650      <y>-1</y>
2651     </hint>
2652     <hint type="destinationlabel">
2653      <x>656</x>
2654      <y>526</y>
2655     </hint>
2656    </hints>
2657   </connection>
2658   <connection>
2659    <sender>action_online_manual</sender>
2660    <signal>triggered()</signal>
2661    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2662    <slot>help_manual()</slot>
2663    <hints>
2664     <hint type="sourcelabel">
2665      <x>-1</x>
2666      <y>-1</y>
2667     </hint>
2668     <hint type="destinationlabel">
2669      <x>656</x>
2670      <y>466</y>
2671     </hint>
2672    </hints>
2673   </connection>
2674   <connection>
2675    <sender>action_report_issue</sender>
2676    <signal>triggered()</signal>
2677    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2678    <slot>help_issue()</slot>
2679    <hints>
2680     <hint type="sourcelabel">
2681      <x>-1</x>
2682      <y>-1</y>
2683     </hint>
2684     <hint type="destinationlabel">
2685      <x>656</x>
2686      <y>466</y>
2687     </hint>
2688    </hints>
2689   </connection>
2690   <connection>
2691    <sender>fill_style_widget</sender>
2692    <signal>secondary_color_changed(QColor)</signal>
2693    <receiver>stroke_style_widget</receiver>
2694    <slot>set_color(QColor)</slot>
2695    <hints>
2696     <hint type="sourcelabel">
2697      <x>1311</x>
2698      <y>128</y>
2699     </hint>
2700     <hint type="destinationlabel">
2701      <x>1311</x>
2702      <y>192</y>
2703     </hint>
2704    </hints>
2705   </connection>
2706   <connection>
2707    <sender>stroke_style_widget</sender>
2708    <signal>color_changed(QColor)</signal>
2709    <receiver>fill_style_widget</receiver>
2710    <slot>set_secondary_color(QColor)</slot>
2711    <hints>
2712     <hint type="sourcelabel">
2713      <x>1311</x>
2714      <y>192</y>
2715     </hint>
2716     <hint type="destinationlabel">
2717      <x>1311</x>
2718      <y>128</y>
2719     </hint>
2720    </hints>
2721   </connection>
2722   <connection>
2723    <sender>btn_layer_top</sender>
2724    <signal>clicked()</signal>
2725    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2726    <slot>layer_top()</slot>
2727    <hints>
2728     <hint type="sourcelabel">
2729      <x>182</x>
2730      <y>900</y>
2731     </hint>
2732     <hint type="destinationlabel">
2733      <x>234</x>
2734      <y>975</y>
2735     </hint>
2736    </hints>
2737   </connection>
2738   <connection>
2739    <sender>btn_layer_up</sender>
2740    <signal>clicked()</signal>
2741    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2742    <slot>layer_raise()</slot>
2743    <hints>
2744     <hint type="sourcelabel">
2745      <x>220</x>
2746      <y>900</y>
2747     </hint>
2748     <hint type="destinationlabel">
2749      <x>285</x>
2750      <y>977</y>
2751     </hint>
2752    </hints>
2753   </connection>
2754   <connection>
2755    <sender>btn_layer_down</sender>
2756    <signal>clicked()</signal>
2757    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2758    <slot>layer_lower()</slot>
2759    <hints>
2760     <hint type="sourcelabel">
2761      <x>258</x>
2762      <y>900</y>
2763     </hint>
2764     <hint type="destinationlabel">
2765      <x>314</x>
2766      <y>962</y>
2767     </hint>
2768    </hints>
2769   </connection>
2770   <connection>
2771    <sender>btn_layer_bottom</sender>
2772    <signal>clicked()</signal>
2773    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2774    <slot>layer_bottom()</slot>
2775    <hints>
2776     <hint type="sourcelabel">
2777      <x>296</x>
2778      <y>900</y>
2779     </hint>
2780     <hint type="destinationlabel">
2781      <x>348</x>
2782      <y>945</y>
2783     </hint>
2784    </hints>
2785   </connection>
2786   <connection>
2787    <sender>btn_layer_duplicate</sender>
2788    <signal>clicked()</signal>
2789    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2790    <slot>layer_duplicate()</slot>
2791    <hints>
2792     <hint type="sourcelabel">
2793      <x>100</x>
2794      <y>900</y>
2795     </hint>
2796     <hint type="destinationlabel">
2797      <x>68</x>
2798      <y>958</y>
2799     </hint>
2800    </hints>
2801   </connection>
2802   <connection>
2803    <sender>widget</sender>
2804    <signal>run_snippet(QString)</signal>
2805    <receiver>console</receiver>
2806    <slot>run_snippet(QString)</slot>
2807    <hints>
2808     <hint type="sourcelabel">
2809      <x>1311</x>
2810      <y>907</y>
2811     </hint>
2812     <hint type="destinationlabel">
2813      <x>806</x>
2814      <y>901</y>
2815     </hint>
2816    </hints>
2817   </connection>
2818   <connection>
2819    <sender>widget</sender>
2820    <signal>warning(QString,QString)</signal>
2821    <receiver>glaxnimate::gui::GlaxnimateWindow</receiver>
2822    <slot>warning(QString,QString)</slot>
2823    <hints>
2824     <hint type="sourcelabel">
2825      <x>1294</x>
2826      <y>725</y>
2827     </hint>
2828     <hint type="destinationlabel">
2829      <x>1463</x>
2830      <y>736</y>
2831     </hint>
2832    </hints>
2833   </connection>
2834  </connections>
2835  <slots>
2836   <slot>document_save()</slot>
2837   <slot>document_new()</slot>
2838   <slot>document_save_as()</slot>
2839   <slot>color_update_noalpha(QColor)</slot>
2840   <slot>color_update_alpha(QColor)</slot>
2841   <slot>color_update_component(int)</slot>
2842   <slot>document_treeview_clicked(QModelIndex)</slot>
2843   <slot>layer_new_menu()</slot>
2844   <slot>layer_new_empty()</slot>
2845   <slot>layer_new_color()</slot>
2846   <slot>layer_new_precomp()</slot>
2847   <slot>layer_new_shape()</slot>
2848   <slot>layer_delete()</slot>
2849   <slot>document_treeview_current_changed(QModelIndex)</slot>
2850   <slot>view_fit()</slot>
2851   <slot>preferences()</slot>
2852   <slot>document_open_dialog()</slot>
2853   <slot>help_about()</slot>
2854   <slot>console_commit(QString)</slot>
2855   <slot>web_preview()</slot>
2856   <slot>save_frame_bmp()</slot>
2857   <slot>save_frame_svg()</slot>
2858   <slot>color_swap()</slot>
2859   <slot>help_manual()</slot>
2860   <slot>help_issue()</slot>
2861   <slot>layer_top()</slot>
2862   <slot>layer_raise()</slot>
2863   <slot>layer_lower()</slot>
2864   <slot>layer_bottom()</slot>
2865   <slot>layer_duplicate()</slot>
2866   <slot>warning(QString,QString)</slot>
2867  </slots>
2868 </ui>