Warning, /graphics/glaxnimate/external/QtAppSetup/src/app/widgets/settings_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>app::SettingsDialog</class>
0011  <widget class="QDialog" name="app::SettingsDialog">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>938</width>
0017     <height>706</height>
0018    </rect>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Settings</string>
0022   </property>
0023   <property name="windowIcon">
0024    <iconset theme="systemsettings">
0025     <normaloff>.</normaloff>.</iconset>
0026   </property>
0027   <layout class="QVBoxLayout" name="verticalLayout">
0028    <item>
0029     <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3">
0030      <item>
0031       <widget class="QListWidget" name="list_widget">
0032        <property name="sizePolicy">
0033         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0034          <horstretch>0</horstretch>
0035          <verstretch>0</verstretch>
0036         </sizepolicy>
0037        </property>
0038        <property name="minimumSize">
0039         <size>
0040          <width>128</width>
0041          <height>0</height>
0042         </size>
0043        </property>
0044        <property name="iconSize">
0045         <size>
0046          <width>64</width>
0047          <height>64</height>
0048         </size>
0049        </property>
0050       </widget>
0051      </item>
0052      <item>
0053       <widget class="QStackedWidget" name="stacked_widget">
0054        <property name="sizePolicy">
0055         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0056          <horstretch>0</horstretch>
0057          <verstretch>0</verstretch>
0058         </sizepolicy>
0059        </property>
0060        <property name="minimumSize">
0061         <size>
0062          <width>256</width>
0063          <height>0</height>
0064         </size>
0065        </property>
0066       </widget>
0067      </item>
0068     </layout>
0069    </item>
0070    <item>
0071     <widget class="QDialogButtonBox" name="buttonBox">
0072      <property name="orientation">
0073       <enum>Qt::Horizontal</enum>
0074      </property>
0075      <property name="standardButtons">
0076       <set>QDialogButtonBox::Ok</set>
0077      </property>
0078     </widget>
0079    </item>
0080   </layout>
0081  </widget>
0082  <resources/>
0083  <connections>
0084   <connection>
0085    <sender>buttonBox</sender>
0086    <signal>accepted()</signal>
0087    <receiver>app::SettingsDialog</receiver>
0088    <slot>accept()</slot>
0089    <hints>
0090     <hint type="sourcelabel">
0091      <x>373</x>
0092      <y>433</y>
0093     </hint>
0094     <hint type="destinationlabel">
0095      <x>377</x>
0096      <y>508</y>
0097     </hint>
0098    </hints>
0099   </connection>
0100   <connection>
0101    <sender>list_widget</sender>
0102    <signal>currentRowChanged(int)</signal>
0103    <receiver>stacked_widget</receiver>
0104    <slot>setCurrentIndex(int)</slot>
0105    <hints>
0106     <hint type="sourcelabel">
0107      <x>54</x>
0108      <y>108</y>
0109     </hint>
0110     <hint type="destinationlabel">
0111      <x>300</x>
0112      <y>138</y>
0113     </hint>
0114    </hints>
0115   </connection>
0116  </connections>
0117  <slots>
0118   <slot>apply_settings()</slot>
0119  </slots>
0120 </ui>