Warning, /graphics/glaxnimate/src/gui/widgets/timeline/keyframe_editor_widget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 0003 <!-- 0004 SPDX-FileCopyrightText: 2019-2023 Mattia Basaglia <dev@dragon.best> 0005 0006 SPDX-License-Identifier: GPL-3.0-or-later 0007 --> 0008 0009 <ui version="4.0"> 0010 <class>glaxnimate::gui::KeyframeEditorWidget</class> 0011 <widget class="QWidget" name="glaxnimate::gui::KeyframeEditorWidget"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>618</width> 0017 <height>447</height> 0018 </rect> 0019 </property> 0020 <layout class="QVBoxLayout" name="verticalLayout"> 0021 <item> 0022 <widget class="glaxnimate::gui::KeyframeTransitionWidget" name="bezier_editor" native="true"> 0023 <property name="sizePolicy"> 0024 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 0025 <horstretch>0</horstretch> 0026 <verstretch>0</verstretch> 0027 </sizepolicy> 0028 </property> 0029 <property name="focusPolicy"> 0030 <enum>Qt::StrongFocus</enum> 0031 </property> 0032 </widget> 0033 </item> 0034 <item> 0035 <widget class="QGroupBox" name="groupBox"> 0036 <property name="title"> 0037 <string>Presets</string> 0038 </property> 0039 <layout class="QHBoxLayout" name="horizontalLayout"> 0040 <item> 0041 <widget class="QLabel" name="label"> 0042 <property name="text"> 0043 <string>Start</string> 0044 </property> 0045 </widget> 0046 </item> 0047 <item> 0048 <widget class="QComboBox" name="combo_before"/> 0049 </item> 0050 <item> 0051 <spacer name="horizontalSpacer"> 0052 <property name="orientation"> 0053 <enum>Qt::Horizontal</enum> 0054 </property> 0055 <property name="sizeHint" stdset="0"> 0056 <size> 0057 <width>40</width> 0058 <height>20</height> 0059 </size> 0060 </property> 0061 </spacer> 0062 </item> 0063 <item> 0064 <widget class="QLabel" name="label_2"> 0065 <property name="text"> 0066 <string>Finish</string> 0067 </property> 0068 </widget> 0069 </item> 0070 <item> 0071 <widget class="QComboBox" name="combo_after"/> 0072 </item> 0073 </layout> 0074 </widget> 0075 </item> 0076 </layout> 0077 </widget> 0078 <customwidgets> 0079 <customwidget> 0080 <class>glaxnimate::gui::KeyframeTransitionWidget</class> 0081 <extends>QWidget</extends> 0082 <header>widgets/timeline/keyframe_transition_widget.hpp</header> 0083 <container>1</container> 0084 </customwidget> 0085 </customwidgets> 0086 <resources/> 0087 <connections> 0088 <connection> 0089 <sender>combo_before</sender> 0090 <signal>activated(int)</signal> 0091 <receiver>glaxnimate::gui::KeyframeEditorWidget</receiver> 0092 <slot>preset_before(int)</slot> 0093 <hints> 0094 <hint type="sourcelabel"> 0095 <x>80</x> 0096 <y>403</y> 0097 </hint> 0098 <hint type="destinationlabel"> 0099 <x>115</x> 0100 <y>483</y> 0101 </hint> 0102 </hints> 0103 </connection> 0104 <connection> 0105 <sender>combo_after</sender> 0106 <signal>activated(int)</signal> 0107 <receiver>glaxnimate::gui::KeyframeEditorWidget</receiver> 0108 <slot>preset_after(int)</slot> 0109 <hints> 0110 <hint type="sourcelabel"> 0111 <x>545</x> 0112 <y>408</y> 0113 </hint> 0114 <hint type="destinationlabel"> 0115 <x>534</x> 0116 <y>516</y> 0117 </hint> 0118 </hints> 0119 </connection> 0120 </connections> 0121 <slots> 0122 <slot>preset_before(int)</slot> 0123 <slot>preset_after(int)</slot> 0124 </slots> 0125 </ui>