Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/follow_path_dialog.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::FollowPathDialog</class> 0011 <widget class="QDialog" name="glaxnimate::gui::FollowPathDialog"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>356</width> 0017 <height>246</height> 0018 </rect> 0019 </property> 0020 <property name="windowTitle"> 0021 <string>Follow Path</string> 0022 </property> 0023 <layout class="QGridLayout" name="gridLayout"> 0024 <item row="3" column="0"> 0025 <widget class="QLabel" name="label_4"> 0026 <property name="text"> 0027 <string>Duration</string> 0028 </property> 0029 </widget> 0030 </item> 0031 <item row="4" column="0"> 0032 <widget class="QLabel" name="label_5"> 0033 <property name="text"> 0034 <string>Time Units</string> 0035 </property> 0036 </widget> 0037 </item> 0038 <item row="6" column="0" colspan="2"> 0039 <widget class="QDialogButtonBox" name="buttonBox"> 0040 <property name="standardButtons"> 0041 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0042 </property> 0043 </widget> 0044 </item> 0045 <item row="0" column="0"> 0046 <widget class="QLabel" name="label"> 0047 <property name="text"> 0048 <string>Shape</string> 0049 </property> 0050 </widget> 0051 </item> 0052 <item row="1" column="1"> 0053 <widget class="QDoubleSpinBox" name="spin_start"/> 0054 </item> 0055 <item row="2" column="0"> 0056 <widget class="QLabel" name="label_3"> 0057 <property name="text"> 0058 <string>End Time</string> 0059 </property> 0060 </widget> 0061 </item> 0062 <item row="4" column="1"> 0063 <widget class="QComboBox" name="combo_units"> 0064 <item> 0065 <property name="text"> 0066 <string>Frames</string> 0067 </property> 0068 </item> 0069 <item> 0070 <property name="text"> 0071 <string>Seconds</string> 0072 </property> 0073 </item> 0074 </widget> 0075 </item> 0076 <item row="0" column="1"> 0077 <layout class="QHBoxLayout" name="horizontalLayout"> 0078 <item> 0079 <widget class="QLineEdit" name="line_shape_name"> 0080 <property name="text"> 0081 <string notr="true"/> 0082 </property> 0083 <property name="readOnly"> 0084 <bool>true</bool> 0085 </property> 0086 </widget> 0087 </item> 0088 <item> 0089 <widget class="QPushButton" name="pushButton"> 0090 <property name="text"> 0091 <string>Choose...</string> 0092 </property> 0093 </widget> 0094 </item> 0095 </layout> 0096 </item> 0097 <item row="1" column="0"> 0098 <widget class="QLabel" name="label_2"> 0099 <property name="text"> 0100 <string>Start Time</string> 0101 </property> 0102 </widget> 0103 </item> 0104 <item row="3" column="1"> 0105 <widget class="QDoubleSpinBox" name="spin_duration"/> 0106 </item> 0107 <item row="2" column="1"> 0108 <widget class="QDoubleSpinBox" name="spin_end"/> 0109 </item> 0110 <item row="5" column="1"> 0111 <spacer name="verticalSpacer"> 0112 <property name="orientation"> 0113 <enum>Qt::Vertical</enum> 0114 </property> 0115 <property name="sizeHint" stdset="0"> 0116 <size> 0117 <width>20</width> 0118 <height>40</height> 0119 </size> 0120 </property> 0121 </spacer> 0122 </item> 0123 </layout> 0124 </widget> 0125 <resources/> 0126 <connections> 0127 <connection> 0128 <sender>buttonBox</sender> 0129 <signal>accepted()</signal> 0130 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0131 <slot>apply()</slot> 0132 <hints> 0133 <hint type="sourcelabel"> 0134 <x>235</x> 0135 <y>218</y> 0136 </hint> 0137 <hint type="destinationlabel"> 0138 <x>304</x> 0139 <y>254</y> 0140 </hint> 0141 </hints> 0142 </connection> 0143 <connection> 0144 <sender>buttonBox</sender> 0145 <signal>rejected()</signal> 0146 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0147 <slot>reject()</slot> 0148 <hints> 0149 <hint type="sourcelabel"> 0150 <x>289</x> 0151 <y>216</y> 0152 </hint> 0153 <hint type="destinationlabel"> 0154 <x>344</x> 0155 <y>287</y> 0156 </hint> 0157 </hints> 0158 </connection> 0159 <connection> 0160 <sender>combo_units</sender> 0161 <signal>currentIndexChanged(int)</signal> 0162 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0163 <slot>change_units(int)</slot> 0164 <hints> 0165 <hint type="sourcelabel"> 0166 <x>326</x> 0167 <y>167</y> 0168 </hint> 0169 <hint type="destinationlabel"> 0170 <x>492</x> 0171 <y>169</y> 0172 </hint> 0173 </hints> 0174 </connection> 0175 <connection> 0176 <sender>spin_duration</sender> 0177 <signal>valueChanged(double)</signal> 0178 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0179 <slot>change_duration(double)</slot> 0180 <hints> 0181 <hint type="sourcelabel"> 0182 <x>281</x> 0183 <y>132</y> 0184 </hint> 0185 <hint type="destinationlabel"> 0186 <x>431</x> 0187 <y>132</y> 0188 </hint> 0189 </hints> 0190 </connection> 0191 <connection> 0192 <sender>spin_end</sender> 0193 <signal>valueChanged(double)</signal> 0194 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0195 <slot>change_end(double)</slot> 0196 <hints> 0197 <hint type="sourcelabel"> 0198 <x>290</x> 0199 <y>90</y> 0200 </hint> 0201 <hint type="destinationlabel"> 0202 <x>475</x> 0203 <y>101</y> 0204 </hint> 0205 </hints> 0206 </connection> 0207 <connection> 0208 <sender>pushButton</sender> 0209 <signal>clicked()</signal> 0210 <receiver>glaxnimate::gui::FollowPathDialog</receiver> 0211 <slot>select_path()</slot> 0212 <hints> 0213 <hint type="sourcelabel"> 0214 <x>327</x> 0215 <y>19</y> 0216 </hint> 0217 <hint type="destinationlabel"> 0218 <x>421</x> 0219 <y>35</y> 0220 </hint> 0221 </hints> 0222 </connection> 0223 </connections> 0224 <slots> 0225 <slot>apply()</slot> 0226 <slot>change_units(int)</slot> 0227 <slot>change_duration(double)</slot> 0228 <slot>change_end(double)</slot> 0229 <slot>select_path()</slot> 0230 </slots> 0231 </ui>