Warning, /graphics/glaxnimate/src/gui/widgets/dialogs/shape_parent_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::ShapeParentDialog</class> 0011 <widget class="QDialog" name="ShapeParentDialog"> 0012 <property name="geometry"> 0013 <rect> 0014 <x>0</x> 0015 <y>0</y> 0016 <width>394</width> 0017 <height>425</height> 0018 </rect> 0019 </property> 0020 <property name="windowTitle"> 0021 <string>Destination</string> 0022 </property> 0023 <layout class="QVBoxLayout" name="verticalLayout"> 0024 <item> 0025 <widget class="QTreeView" name="view_document_node"> 0026 <property name="selectionMode"> 0027 <enum>QAbstractItemView::ExtendedSelection</enum> 0028 </property> 0029 <attribute name="headerVisible"> 0030 <bool>false</bool> 0031 </attribute> 0032 <attribute name="headerMinimumSectionSize"> 0033 <number>32</number> 0034 </attribute> 0035 <attribute name="headerDefaultSectionSize"> 0036 <number>32</number> 0037 </attribute> 0038 <attribute name="headerStretchLastSection"> 0039 <bool>false</bool> 0040 </attribute> 0041 </widget> 0042 </item> 0043 <item> 0044 <layout class="QHBoxLayout" name="horizontalLayout"> 0045 <item> 0046 <widget class="QPushButton" name="pushButton"> 0047 <property name="text"> 0048 <string>Cancel</string> 0049 </property> 0050 <property name="icon"> 0051 <iconset theme="dialog-cancel"> 0052 <normaloff>.</normaloff>.</iconset> 0053 </property> 0054 </widget> 0055 </item> 0056 <item> 0057 <widget class="QPushButton" name="pushButton_2"> 0058 <property name="text"> 0059 <string>Move</string> 0060 </property> 0061 <property name="icon"> 0062 <iconset theme="dialog-ok"> 0063 <normaloff>.</normaloff>.</iconset> 0064 </property> 0065 <property name="default"> 0066 <bool>true</bool> 0067 </property> 0068 </widget> 0069 </item> 0070 </layout> 0071 </item> 0072 </layout> 0073 </widget> 0074 <tabstops> 0075 <tabstop>view_document_node</tabstop> 0076 <tabstop>pushButton_2</tabstop> 0077 <tabstop>pushButton</tabstop> 0078 </tabstops> 0079 <resources/> 0080 <connections> 0081 <connection> 0082 <sender>pushButton</sender> 0083 <signal>clicked()</signal> 0084 <receiver>ShapeParentDialog</receiver> 0085 <slot>reject()</slot> 0086 <hints> 0087 <hint type="sourcelabel"> 0088 <x>46</x> 0089 <y>287</y> 0090 </hint> 0091 <hint type="destinationlabel"> 0092 <x>60</x> 0093 <y>140</y> 0094 </hint> 0095 </hints> 0096 </connection> 0097 <connection> 0098 <sender>pushButton_2</sender> 0099 <signal>clicked()</signal> 0100 <receiver>ShapeParentDialog</receiver> 0101 <slot>accept()</slot> 0102 <hints> 0103 <hint type="sourcelabel"> 0104 <x>153</x> 0105 <y>287</y> 0106 </hint> 0107 <hint type="destinationlabel"> 0108 <x>187</x> 0109 <y>140</y> 0110 </hint> 0111 </hints> 0112 </connection> 0113 <connection> 0114 <sender>view_document_node</sender> 0115 <signal>clicked(QModelIndex)</signal> 0116 <receiver>ShapeParentDialog</receiver> 0117 <slot>select(QModelIndex)</slot> 0118 <hints> 0119 <hint type="sourcelabel"> 0120 <x>154</x> 0121 <y>74</y> 0122 </hint> 0123 <hint type="destinationlabel"> 0124 <x>187</x> 0125 <y>87</y> 0126 </hint> 0127 </hints> 0128 </connection> 0129 <connection> 0130 <sender>view_document_node</sender> 0131 <signal>doubleClicked(QModelIndex)</signal> 0132 <receiver>ShapeParentDialog</receiver> 0133 <slot>select_and_accept(QModelIndex)</slot> 0134 <hints> 0135 <hint type="sourcelabel"> 0136 <x>75</x> 0137 <y>41</y> 0138 </hint> 0139 <hint type="destinationlabel"> 0140 <x>187</x> 0141 <y>39</y> 0142 </hint> 0143 </hints> 0144 </connection> 0145 </connections> 0146 <slots> 0147 <slot>select(QModelIndex)</slot> 0148 <slot>select_and_accept(QModelIndex)</slot> 0149 </slots> 0150 </ui>