108 lines
3.0 KiB
XML
108 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PegelOnlineDockWidgetBase</class>
|
|
<widget class="QDockWidget" name="PegelOnlineDockWidgetBase">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>395</width>
|
|
<height>365</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>524287</width>
|
|
<height>524287</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Pegelonline</string>
|
|
</property>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="0">
|
|
<widget class="QGroupBox" name="gbShowMap">
|
|
<property name="title">
|
|
<string>Wasserstandinformationen anzeigen:</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QCheckBox" name="cbStationsVisible">
|
|
<property name="text">
|
|
<string>Stationen anzeigen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cbWaterlevelsVisible">
|
|
<property name="text">
|
|
<string>Wasserstände anzeigen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cbBasemapLinesVisible">
|
|
<property name="text">
|
|
<string>Basiskarte Flüsse anzeigen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cbBasemapAreasVisible">
|
|
<property name="text">
|
|
<string>Basiskarte Flächen anzeigen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="cbWaterlevelsLabelsVisible">
|
|
<property name="text">
|
|
<string>Beschriftungen</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rbShowTrend">
|
|
<property name="text">
|
|
<string>Trend</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">rbValue</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="rbShowAbsValues">
|
|
<property name="text">
|
|
<string>Absolutwerte (in cm)</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">rbValue</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="PoGraphDisplay" name="poGraphDisplay" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>PoGraphDisplay</class>
|
|
<extends>QWidget</extends>
|
|
<header>pegelonline.poGraph2</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
<buttongroups>
|
|
<buttongroup name="rbValue"/>
|
|
</buttongroups>
|
|
</ui>
|