76 lines
2.1 KiB
XML
76 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>822</width>
|
|
<height>654</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Map Viewer</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../libs/map/qad_map.qrc">
|
|
<normaloff>:/icons/maps.png</normaloff>:/icons/maps.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="MapView" name="map">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="labelLocation">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Click on map</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="buttonDownload">
|
|
<property name="text">
|
|
<string>Download current view ...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../libs/widgets/qad_widgets.qrc">
|
|
<normaloff>:/icons/document-save-as.png</normaloff>:/icons/document-save-as.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>MapView</class>
|
|
<extends>QWidget</extends>
|
|
<header>mapview.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="../../libs/map/qad_map.qrc"/>
|
|
<include location="../../libs/widgets/qad_widgets.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|