Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/startup_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::StartupDialog</class> 0011 <widget class="QDialog" name="StartupDialog"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>774</width> 0017 <height>564</height> 0018 </rect> 0019 </property> 0020 <property name="windowTitle"> 0021 <string>Startup</string> 0022 </property> 0023 <layout class="QVBoxLayout" name="verticalLayout_3"> 0024 <item> 0025 <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,1"> 0026 <item> 0027 <widget class="QGroupBox" name="groupBox"> 0028 <property name="title"> 0029 <string>Create New</string> 0030 </property> 0031 <layout class="QVBoxLayout" name="verticalLayout_2"> 0032 <item> 0033 <widget class="QTableWidget" name="view_presets"> 0034 <property name="selectionMode"> 0035 <enum>QAbstractItemView::SingleSelection</enum> 0036 </property> 0037 <property name="selectionBehavior"> 0038 <enum>QAbstractItemView::SelectRows</enum> 0039 </property> 0040 <property name="showGrid"> 0041 <bool>false</bool> 0042 </property> 0043 <attribute name="verticalHeaderVisible"> 0044 <bool>false</bool> 0045 </attribute> 0046 <column> 0047 <property name="text"> 0048 <string>Name</string> 0049 </property> 0050 </column> 0051 <column> 0052 <property name="text"> 0053 <string>Size</string> 0054 </property> 0055 </column> 0056 <column> 0057 <property name="text"> 0058 <string>Framerate</string> 0059 </property> 0060 </column> 0061 <column> 0062 <property name="text"> 0063 <string>Aspect</string> 0064 </property> 0065 </column> 0066 <column> 0067 <property name="text"> 0068 <string>Duration</string> 0069 </property> 0070 </column> 0071 </widget> 0072 </item> 0073 <item> 0074 <widget class="QGroupBox" name="groupBox_3"> 0075 <property name="title"> 0076 <string>Settings</string> 0077 </property> 0078 <layout class="QGridLayout" name="gridLayout"> 0079 <item row="2" column="0"> 0080 <widget class="QLabel" name="label_3"> 0081 <property name="text"> 0082 <string>Duration</string> 0083 </property> 0084 </widget> 0085 </item> 0086 <item row="0" column="0"> 0087 <widget class="QLabel" name="label"> 0088 <property name="text"> 0089 <string>Size</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="1" column="0"> 0094 <widget class="QLabel" name="label_2"> 0095 <property name="text"> 0096 <string>Framerate</string> 0097 </property> 0098 </widget> 0099 </item> 0100 <item row="2" column="1"> 0101 <widget class="QDoubleSpinBox" name="spin_duration"> 0102 <property name="maximum"> 0103 <double>9999.99</double> 0104 </property> 0105 </widget> 0106 </item> 0107 <item row="0" column="1" colspan="2"> 0108 <widget class="glaxnimate::gui::Spin2D" name="spin_size" native="true"/> 0109 </item> 0110 <item row="1" column="1" colspan="2"> 0111 <widget class="QDoubleSpinBox" name="spin_fps"> 0112 <property name="suffix"> 0113 <string> fps</string> 0114 </property> 0115 <property name="minimum"> 0116 <double>1.000000000000000</double> 0117 </property> 0118 <property name="maximum"> 0119 <double>999.990000000000009</double> 0120 </property> 0121 </widget> 0122 </item> 0123 <item row="2" column="2"> 0124 <widget class="QComboBox" name="combo_time_units"> 0125 <property name="currentIndex"> 0126 <number>1</number> 0127 </property> 0128 <item> 0129 <property name="text"> 0130 <string>Frames</string> 0131 </property> 0132 </item> 0133 <item> 0134 <property name="text"> 0135 <string>Seconds</string> 0136 </property> 0137 </item> 0138 </widget> 0139 </item> 0140 </layout> 0141 </widget> 0142 </item> 0143 </layout> 0144 </widget> 0145 </item> 0146 <item> 0147 <widget class="QGroupBox" name="groupBox_2"> 0148 <property name="title"> 0149 <string>Open</string> 0150 </property> 0151 <layout class="QVBoxLayout" name="verticalLayout"> 0152 <item> 0153 <widget class="QListWidget" name="view_recent"/> 0154 </item> 0155 <item> 0156 <widget class="QPushButton" name="button_open_browse"> 0157 <property name="text"> 0158 <string>Browse...</string> 0159 </property> 0160 <property name="icon"> 0161 <iconset theme="document-open"> 0162 <normaloff>.</normaloff>.</iconset> 0163 </property> 0164 </widget> 0165 </item> 0166 </layout> 0167 </widget> 0168 </item> 0169 </layout> 0170 </item> 0171 <item> 0172 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0173 <item> 0174 <widget class="QCheckBox" name="check_show_at_startup"> 0175 <property name="text"> 0176 <string>Show at startup</string> 0177 </property> 0178 <property name="checked"> 0179 <bool>true</bool> 0180 </property> 0181 </widget> 0182 </item> 0183 <item> 0184 <widget class="QDialogButtonBox" name="buttonBox"> 0185 <property name="standardButtons"> 0186 <set>QDialogButtonBox::Ok</set> 0187 </property> 0188 </widget> 0189 </item> 0190 </layout> 0191 </item> 0192 </layout> 0193 </widget> 0194 <customwidgets> 0195 <customwidget> 0196 <class>glaxnimate::gui::Spin2D</class> 0197 <extends>QWidget</extends> 0198 <header>widgets/spin2d.hpp</header> 0199 <container>1</container> 0200 </customwidget> 0201 </customwidgets> 0202 <resources/> 0203 <connections> 0204 <connection> 0205 <sender>buttonBox</sender> 0206 <signal>accepted()</signal> 0207 <receiver>StartupDialog</receiver> 0208 <slot>accept()</slot> 0209 <hints> 0210 <hint type="sourcelabel"> 0211 <x>516</x> 0212 <y>556</y> 0213 </hint> 0214 <hint type="destinationlabel"> 0215 <x>400</x> 0216 <y>663</y> 0217 </hint> 0218 </hints> 0219 </connection> 0220 <connection> 0221 <sender>buttonBox</sender> 0222 <signal>rejected()</signal> 0223 <receiver>StartupDialog</receiver> 0224 <slot>reject()</slot> 0225 <hints> 0226 <hint type="sourcelabel"> 0227 <x>624</x> 0228 <y>556</y> 0229 </hint> 0230 <hint type="destinationlabel"> 0231 <x>591</x> 0232 <y>680</y> 0233 </hint> 0234 </hints> 0235 </connection> 0236 <connection> 0237 <sender>view_recent</sender> 0238 <signal>clicked(QModelIndex)</signal> 0239 <receiver>StartupDialog</receiver> 0240 <slot>click_recent(QModelIndex)</slot> 0241 <hints> 0242 <hint type="sourcelabel"> 0243 <x>706</x> 0244 <y>302</y> 0245 </hint> 0246 <hint type="destinationlabel"> 0247 <x>939</x> 0248 <y>407</y> 0249 </hint> 0250 </hints> 0251 </connection> 0252 <connection> 0253 <sender>button_open_browse</sender> 0254 <signal>clicked()</signal> 0255 <receiver>StartupDialog</receiver> 0256 <slot>reject()</slot> 0257 <hints> 0258 <hint type="sourcelabel"> 0259 <x>710</x> 0260 <y>482</y> 0261 </hint> 0262 <hint type="destinationlabel"> 0263 <x>770</x> 0264 <y>799</y> 0265 </hint> 0266 </hints> 0267 </connection> 0268 <connection> 0269 <sender>combo_time_units</sender> 0270 <signal>activated(int)</signal> 0271 <receiver>StartupDialog</receiver> 0272 <slot>update_time_units()</slot> 0273 <hints> 0274 <hint type="sourcelabel"> 0275 <x>394</x> 0276 <y>476</y> 0277 </hint> 0278 <hint type="destinationlabel"> 0279 <x>463</x> 0280 <y>640</y> 0281 </hint> 0282 </hints> 0283 </connection> 0284 <connection> 0285 <sender>check_show_at_startup</sender> 0286 <signal>clicked(bool)</signal> 0287 <receiver>StartupDialog</receiver> 0288 <slot>update_startup_enabled(bool)</slot> 0289 <hints> 0290 <hint type="sourcelabel"> 0291 <x>42</x> 0292 <y>540</y> 0293 </hint> 0294 <hint type="destinationlabel"> 0295 <x>79</x> 0296 <y>639</y> 0297 </hint> 0298 </hints> 0299 </connection> 0300 <connection> 0301 <sender>view_presets</sender> 0302 <signal>clicked(QModelIndex)</signal> 0303 <receiver>StartupDialog</receiver> 0304 <slot>select_preset(QModelIndex)</slot> 0305 <hints> 0306 <hint type="sourcelabel"> 0307 <x>226</x> 0308 <y>167</y> 0309 </hint> 0310 <hint type="destinationlabel"> 0311 <x>360</x> 0312 <y>705</y> 0313 </hint> 0314 </hints> 0315 </connection> 0316 <connection> 0317 <sender>view_presets</sender> 0318 <signal>activated(QModelIndex)</signal> 0319 <receiver>StartupDialog</receiver> 0320 <slot>select_preset(QModelIndex)</slot> 0321 <hints> 0322 <hint type="sourcelabel"> 0323 <x>108</x> 0324 <y>183</y> 0325 </hint> 0326 <hint type="destinationlabel"> 0327 <x>317</x> 0328 <y>681</y> 0329 </hint> 0330 </hints> 0331 </connection> 0332 </connections> 0333 <slots> 0334 <slot>select_preset(QModelIndex)</slot> 0335 <slot>click_recent(QModelIndex)</slot> 0336 <slot>update_time_units()</slot> 0337 <slot>update_startup_enabled(bool)</slot> 0338 </slots> 0339 </ui>