<ui version="4.0" > <class>QgsGenericProjectionSelectorBase</class> <widget class="QDialog" name="QgsGenericProjectionSelectorBase" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>605</width> <height>563</height> </rect> </property> <property name="windowTitle" > <string>Projection Selector</string> </property> <property name="windowIcon" > <iconset/> </property> <property name="modal" > <bool>true</bool> </property> <layout class="QGridLayout" > <item row="0" column="0" > <widget class="QTextEdit" name="textEdit" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize" > <size> <width>16777215</width> <height>160</height> </size> </property> <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="acceptDrops" > <bool>false</bool> </property> <property name="lineWidth" > <number>2</number> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> <item row="1" column="0" > <widget class="QgsProjectionSelector" native="1" name="projectionSelector" /> </item> <item row="2" column="0" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <customwidgets> <customwidget> <class>QgsProjectionSelector</class> <extends>QWidget</extends> <header>qgsprojectionselector.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>QgsGenericProjectionSelectorBase</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>475</x> <y>534</y> </hint> <hint type="destinationlabel" > <x>493</x> <y>523</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>QgsGenericProjectionSelectorBase</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>566</x> <y>534</y> </hint> <hint type="destinationlabel" > <x>600</x> <y>530</y> </hint> </hints> </connection> </connections> </ui>