Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/select_shape_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::SelectShapeDialog</class>
0011  <widget class="QDialog" name="glaxnimate::gui::SelectShapeDialog">
0012   <property name="geometry">
0013    <rect>
0014     <x>0</x>
0015     <y>0</y>
0016     <width>400</width>
0017     <height>560</height>
0018    </rect>
0019   </property>
0020   <property name="windowTitle">
0021    <string>Select Shape</string>
0022   </property>
0023   <layout class="QVBoxLayout" name="verticalLayout">
0024    <item>
0025     <widget class="QTreeView" name="view_document_node"/>
0026    </item>
0027    <item>
0028     <widget class="QDialogButtonBox" name="buttonBox">
0029      <property name="standardButtons">
0030       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0031      </property>
0032     </widget>
0033    </item>
0034   </layout>
0035  </widget>
0036  <resources/>
0037  <connections>
0038   <connection>
0039    <sender>buttonBox</sender>
0040    <signal>accepted()</signal>
0041    <receiver>glaxnimate::gui::SelectShapeDialog</receiver>
0042    <slot>accept()</slot>
0043    <hints>
0044     <hint type="sourcelabel">
0045      <x>69</x>
0046      <y>539</y>
0047     </hint>
0048     <hint type="destinationlabel">
0049      <x>180</x>
0050      <y>363</y>
0051     </hint>
0052    </hints>
0053   </connection>
0054   <connection>
0055    <sender>buttonBox</sender>
0056    <signal>rejected()</signal>
0057    <receiver>glaxnimate::gui::SelectShapeDialog</receiver>
0058    <slot>reject()</slot>
0059    <hints>
0060     <hint type="sourcelabel">
0061      <x>131</x>
0062      <y>534</y>
0063     </hint>
0064     <hint type="destinationlabel">
0065      <x>260</x>
0066      <y>325</y>
0067     </hint>
0068    </hints>
0069   </connection>
0070   <connection>
0071    <sender>view_document_node</sender>
0072    <signal>clicked(QModelIndex)</signal>
0073    <receiver>glaxnimate::gui::SelectShapeDialog</receiver>
0074    <slot>select(QModelIndex)</slot>
0075    <hints>
0076     <hint type="sourcelabel">
0077      <x>143</x>
0078      <y>105</y>
0079     </hint>
0080     <hint type="destinationlabel">
0081      <x>455</x>
0082      <y>140</y>
0083     </hint>
0084    </hints>
0085   </connection>
0086   <connection>
0087    <sender>view_document_node</sender>
0088    <signal>activated(QModelIndex)</signal>
0089    <receiver>glaxnimate::gui::SelectShapeDialog</receiver>
0090    <slot>select(QModelIndex)</slot>
0091    <hints>
0092     <hint type="sourcelabel">
0093      <x>309</x>
0094      <y>80</y>
0095     </hint>
0096     <hint type="destinationlabel">
0097      <x>448</x>
0098      <y>81</y>
0099     </hint>
0100    </hints>
0101   </connection>
0102  </connections>
0103  <slots>
0104   <slot>select(QModelIndex)</slot>
0105  </slots>
0106 </ui>