Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/stalefiles_dialog.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::StalefilesDialog</class>
0008  <widget class="QDialog" name="glaxnimate::gui::StalefilesDialog">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>493</width>
0014     <height>437</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Autosave Files</string>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="QListWidget" name="list_widget"/>
0023    </item>
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <widget class="QPushButton" name="button_open">
0028        <property name="enabled">
0029         <bool>false</bool>
0030        </property>
0031        <property name="text">
0032         <string>Load</string>
0033        </property>
0034        <property name="icon">
0035         <iconset theme="document-revert">
0036          <normaloff>.</normaloff>.</iconset>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QPushButton" name="button_delete">
0042        <property name="enabled">
0043         <bool>false</bool>
0044        </property>
0045        <property name="text">
0046         <string>Delete</string>
0047        </property>
0048        <property name="icon">
0049         <iconset theme="edit-delete">
0050          <normaloff>.</normaloff>.</iconset>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QPushButton" name="button_delete_all">
0056        <property name="text">
0057         <string>Delete All</string>
0058        </property>
0059        <property name="icon">
0060         <iconset theme="edit-clear"/>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <spacer name="horizontalSpacer">
0066        <property name="orientation">
0067         <enum>Qt::Horizontal</enum>
0068        </property>
0069        <property name="sizeHint" stdset="0">
0070         <size>
0071          <width>40</width>
0072          <height>20</height>
0073         </size>
0074        </property>
0075       </spacer>
0076      </item>
0077      <item>
0078       <widget class="QPushButton" name="button_close">
0079        <property name="text">
0080         <string>Close</string>
0081        </property>
0082        <property name="icon">
0083         <iconset theme="dialog-close"/>
0084        </property>
0085       </widget>
0086      </item>
0087     </layout>
0088    </item>
0089   </layout>
0090  </widget>
0091  <resources/>
0092  <connections>
0093   <connection>
0094    <sender>button_close</sender>
0095    <signal>clicked()</signal>
0096    <receiver>glaxnimate::gui::StalefilesDialog</receiver>
0097    <slot>reject()</slot>
0098    <hints>
0099     <hint type="sourcelabel">
0100      <x>566</x>
0101      <y>356</y>
0102     </hint>
0103     <hint type="destinationlabel">
0104      <x>394</x>
0105      <y>202</y>
0106     </hint>
0107    </hints>
0108   </connection>
0109   <connection>
0110    <sender>button_open</sender>
0111    <signal>clicked()</signal>
0112    <receiver>glaxnimate::gui::StalefilesDialog</receiver>
0113    <slot>accept()</slot>
0114    <hints>
0115     <hint type="sourcelabel">
0116      <x>34</x>
0117      <y>356</y>
0118     </hint>
0119     <hint type="destinationlabel">
0120      <x>64</x>
0121      <y>300</y>
0122     </hint>
0123    </hints>
0124   </connection>
0125   <connection>
0126    <sender>button_delete</sender>
0127    <signal>clicked()</signal>
0128    <receiver>glaxnimate::gui::StalefilesDialog</receiver>
0129    <slot>delete_selected()</slot>
0130    <hints>
0131     <hint type="sourcelabel">
0132      <x>169</x>
0133      <y>356</y>
0134     </hint>
0135     <hint type="destinationlabel">
0136      <x>210</x>
0137      <y>300</y>
0138     </hint>
0139    </hints>
0140   </connection>
0141   <connection>
0142    <sender>button_delete_all</sender>
0143    <signal>clicked()</signal>
0144    <receiver>glaxnimate::gui::StalefilesDialog</receiver>
0145    <slot>delete_all()</slot>
0146    <hints>
0147     <hint type="sourcelabel">
0148      <x>280</x>
0149      <y>337</y>
0150     </hint>
0151     <hint type="destinationlabel">
0152      <x>416</x>
0153      <y>371</y>
0154     </hint>
0155    </hints>
0156   </connection>
0157   <connection>
0158    <sender>list_widget</sender>
0159    <signal>currentRowChanged(int)</signal>
0160    <receiver>glaxnimate::gui::StalefilesDialog</receiver>
0161    <slot>current_changed(int)</slot>
0162    <hints>
0163     <hint type="sourcelabel">
0164      <x>252</x>
0165      <y>117</y>
0166     </hint>
0167     <hint type="destinationlabel">
0168      <x>588</x>
0169      <y>187</y>
0170     </hint>
0171    </hints>
0172   </connection>
0173  </connections>
0174  <slots>
0175   <slot>delete_selected()</slot>
0176   <slot>delete_all()</slot>
0177   <slot>current_changed(int)</slot>
0178  </slots>
0179 </ui>