Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/io_status_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::IoStatusDialog</class>
0011  <widget class="QDialog" name="IoStatusDialog">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>455</width>
0017     <height>298</height>
0018    </rect>
0019   </property>
0020   <property name="windowTitle">
0021    <string>IoStatusDialog</string>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout_3">
0024    <item>
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <widget class="QLabel" name="icon_label">
0028        <property name="minimumSize">
0029         <size>
0030          <width>64</width>
0031          <height>64</height>
0032         </size>
0033        </property>
0034        <property name="maximumSize">
0035         <size>
0036          <width>64</width>
0037          <height>64</height>
0038         </size>
0039        </property>
0040        <property name="text">
0041         <string notr="true"/>
0042        </property>
0043       </widget>
0044      </item>
0045      <item>
0046       <layout class="QVBoxLayout" name="verticalLayout">
0047        <item>
0048         <widget class="QLabel" name="label">
0049          <property name="text">
0050           <string>/path/to/your/file/in.here</string>
0051          </property>
0052         </widget>
0053        </item>
0054        <item>
0055         <widget class="QProgressBar" name="progress_bar">
0056          <property name="maximum">
0057           <number>0</number>
0058          </property>
0059         </widget>
0060        </item>
0061       </layout>
0062      </item>
0063     </layout>
0064    </item>
0065    <item>
0066     <spacer name="verticalSpacer">
0067      <property name="orientation">
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="sizeType">
0071       <enum>QSizePolicy::Preferred</enum>
0072      </property>
0073      <property name="sizeHint" stdset="0">
0074       <size>
0075        <width>20</width>
0076        <height>0</height>
0077       </size>
0078      </property>
0079     </spacer>
0080    </item>
0081    <item>
0082     <widget class="QGroupBox" name="group_box">
0083      <property name="title">
0084       <string>Issues</string>
0085      </property>
0086      <layout class="QVBoxLayout" name="verticalLayout_2">
0087       <item>
0088        <widget class="QListWidget" name="list_widget"/>
0089       </item>
0090      </layout>
0091     </widget>
0092    </item>
0093    <item>
0094     <widget class="QDialogButtonBox" name="button_box">
0095      <property name="enabled">
0096       <bool>false</bool>
0097      </property>
0098      <property name="standardButtons">
0099       <set>QDialogButtonBox::Close</set>
0100      </property>
0101     </widget>
0102    </item>
0103   </layout>
0104  </widget>
0105  <resources/>
0106  <connections>
0107   <connection>
0108    <sender>button_box</sender>
0109    <signal>rejected()</signal>
0110    <receiver>IoStatusDialog</receiver>
0111    <slot>reject()</slot>
0112    <hints>
0113     <hint type="sourcelabel">
0114      <x>355</x>
0115      <y>290</y>
0116     </hint>
0117     <hint type="destinationlabel">
0118      <x>369</x>
0119      <y>364</y>
0120     </hint>
0121    </hints>
0122   </connection>
0123  </connections>
0124 </ui>