Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>coordinatesWidgetBase</class>
<comment>Dialog to get the boundaries of a downloaded image.</comment>
<author>Andreas Theofilu <andreas@theosys.at></author>
<widget class="QDialog">
<property name="name">
<cstring>coordinatesWidgetBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>324</height>
</rect>
</property>
<property name="caption">
<string>Image coordinates</string>
</property>
<property name="icon">
<pixmap>image0</pixmap>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Upper left corner</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Longitute</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Latitude</string>
</property>
</widget>
<widget class="KDoubleNumInput" row="0" column="1">
<property name="name">
<cstring>edLeftLon</cstring>
</property>
<property name="minValue">
<number>-180000</number>
</property>
<property name="maxValue">
<number>180000</number>
</property>
<property name="precision">
<number>4</number>
</property>
<property name="toolTip" stdset="0">
<string>The longitute (X) origin of the downloaded image</string>
</property>
</widget>
<widget class="KDoubleNumInput" row="1" column="1">
<property name="name">
<cstring>edLeftLat</cstring>
</property>
<property name="minValue">
<number>-180000</number>
</property>
<property name="maxValue">
<number>180000</number>
</property>
<property name="precision">
<number>4</number>
</property>
<property name="toolTip" stdset="0">
<string>The latitute (Y) origin of the downloaded image</string>
</property>
</widget>
</grid>
</widget>
<widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="title">
<string>Lower right corner</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel4</cstring>
</property>
<property name="text">
<string>Longitude</string>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>textLabel5</cstring>
</property>
<property name="text">
<string>Latitude</string>
</property>
</widget>
<widget class="KDoubleNumInput" row="0" column="1">
<property name="name">
<cstring>edRightLon</cstring>
</property>
<property name="minValue">
<number>-180000</number>
</property>
<property name="maxValue">
<number>180000</number>
</property>
<property name="precision">
<number>4</number>
</property>
<property name="toolTip" stdset="0">
<string>The longitute (X) origin of the downloaded image</string>
</property>
</widget>
<widget class="KDoubleNumInput" row="1" column="1">
<property name="name">
<cstring>edRightLat</cstring>
</property>
<property name="minValue">
<number>-180000</number>
</property>
<property name="maxValue">
<number>180000</number>
</property>
<property name="precision">
<number>4</number>
</property>
<property name="toolTip" stdset="0">
<string>The latitute (Y) origin of the downloaded image</string>
</property>
</widget>
</grid>
</widget>
<spacer row="4" column="4">
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QPushButton" row="4" column="3">
<property name="name">
<cstring>pbCancel</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<spacer row="4" column="2">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>30</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QPushButton" row="4" column="1">
<property name="name">
<cstring>pbSave</cstring>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<spacer row="4" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QLabel" row="0" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>textLabel3</cstring>
</property>
<property name="text">
<string><center><b>Geo coordinates (e.g. 16.4356)</b></center></string>
</property>
</widget>
<widget class="QGroupBox" row="3" column="0" rowspan="1" colspan="5">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>Projection</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Date</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="1">
<item>
<property name="text">
<string>EPSG:4326</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31257</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31258</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31259</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31286</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31287</string>
</property>
</item>
<item>
<property name="text">
<string>EPSG:31288</string>
</property>
</item>
<property name="name">
<cstring>cbDate</cstring>
</property>
</widget>
</grid>
</widget>
</grid>
</widget>
<images>
<image name="image0">
<data format="PNG" length="558">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000001f549444154388d63604003fffeff6184d24cfffeff6181e14fef9f7397461abfcf0b33b9f7fec30756987a167403981859fe43e97f0c0c0cff60e25fbf7c6095f9cbc06161a8c52d2820f01ba701c8a023274ad54e912f41e4f767f3bbcbfb65fd2c74585939f92622abc16b803ef3d362392e7ec5dd47aef1f34afd5713334f65d0e1bcce89e2627c06bcf9c1745b4245ad5f50d7e1bddc99c70c6a5b3631fc7c73efe1cd0575b644b9404146e1cccf278facdf8a9a2a08d49731dc7fb093e1ffa525f98fbffcbdcfc0c07098a001424aba8f1edcbe162bbbbe43e665e03b062b0ff36cbea03533adf804fee2d3870296a8a8565c5710f9ff3cd2eaffcf05f556e8f278c360dd9489125f053ee61ed310f8ff55438481418061d29b6d937891d5c0bdb0b0b5d7e8e37f990077ee83877fbc7eaaa160a4cb75e9d006677d4b5189c7ef3fe7ec38f3ccc8fdc7d724514595360606865c0c035e7e95e95235e651fefd9a5de5ecf54b7cb75f3ce153535490e11155f176c898bd8381e111c34e45ef37a22c6cf6585df0f6fdbb6dcc0f1f4f0a2ceaff0311b9cfc0c07016c54bff7f7ce366e5e2ba88d580cee9997df8c283818181e1dfef9f0fff3
0327160358018f0ebf7cffbcc7f7f8b208be18d05747046bc4dfc008b5fe6d593e778c872818ae0958be70eb09edffb43b4888181a1898181810100fda5bbe360439b8a0000000049454e44ae426082</data>
</image>
</images>
<connections>
<connection>
<sender>pbSave</sender>
<signal>clicked()</signal>
<receiver>coordinatesWidgetBase</receiver>
<slot>pbSaveSlot()</slot>
</connection>
<connection>
<sender>pbCancel</sender>
<signal>clicked()</signal>
<receiver>coordinatesWidgetBase</receiver>
<slot>bpCancelSlot()</slot>
</connection>
</connections>
<tabstops>
<tabstop>edLeftLon</tabstop>
<tabstop>edLeftLat</tabstop>
<tabstop>edRightLon</tabstop>
<tabstop>edRightLat</tabstop>
<tabstop>pbSave</tabstop>
<tabstop>pbCancel</tabstop>
</tabstops>
<slots>
<slot>pbSaveSlot()</slot>
<slot>bpCancelSlot()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>knuminput.h</includehint>
<includehint>kcombobox.h</includehint>
</includehints>
</UI>