<ui version="4.0" > <class>QgsSnappingDialogBase</class> <widget class="QDialog" name="QgsSnappingDialogBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>644</width> <height>290</height> </rect> </property> <property name="windowTitle" > <string>Snapping options</string> </property> <layout class="QGridLayout" > <property name="margin" > <number>9</number> </property> <property name="spacing" > <number>6</number> </property> <item row="0" column="0" > <widget class="QTreeWidget" name="mLayerTreeWidget" > <column> <property name="text" > <string>Layer</string> </property> </column> <column> <property name="text" > <string>Mode</string> </property> </column> <column> <property name="text" > <string>Tolerance</string> </property> </column> </widget> </item> <item row="1" column="0" > <widget class="QDialogButtonBox" name="mButtonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>mButtonBox</sender> <signal>accepted()</signal> <receiver>QgsSnappingDialogBase</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>248</x> <y>254</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>mButtonBox</sender> <signal>rejected()</signal> <receiver>QgsSnappingDialogBase</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>316</x> <y>260</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>