kleinere clean-ups
This commit is contained in:
parent
0b69bba83f
commit
1c9c863d1d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/.venv/
|
||||
/docs/
|
||||
/basemap/
|
||||
/resources.py
|
||||
/resources.py
|
||||
/*.zip
|
||||
@ -175,7 +175,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox_2">
|
||||
<property name="title">
|
||||
<string>Styles:</string>
|
||||
<string>Stile:</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||||
<property name="leftMargin">
|
||||
@ -420,7 +420,7 @@
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Neu Laden</string>
|
||||
<string>Neu laden</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -611,7 +611,7 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="cbWaterlevelsValue">
|
||||
<property name="text">
|
||||
<string>Aktueller Wert</string>
|
||||
<string>Aktueller Pegel</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@ -637,7 +637,7 @@
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox">
|
||||
<property name="title">
|
||||
<string>Styles:</string>
|
||||
<string>Stile:</string>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||||
<property name="spacing">
|
||||
|
||||
@ -2,7 +2,7 @@ from PyQt5.QtCore import QVariant
|
||||
from qgis._core import QgsCoordinateReferenceSystem
|
||||
from qgis.core import QgsFields, QgsField
|
||||
|
||||
from .po_stations import PoStationReader
|
||||
from .po_station_reader import PoStationReader
|
||||
|
||||
|
||||
class PoStationReaderQgs(PoStationReader):
|
||||
@ -9,8 +9,8 @@ from .map_tips import WATERLEVELS_MAP_TIPS, STATIONS_MAP_TIPS, BASEMAP_MAP_TIPS
|
||||
from .pegelonline_dockwidget import PegelonlineDockWidget
|
||||
from .pegelonline_dockwidget_graph import PegelonlineDockWidgetGraph
|
||||
from .po_modules.po_graph_reader import PoGraphReader
|
||||
from .po_modules.po_stations import PoStationReader
|
||||
from .po_modules.po_stations_qgs import PoStationReaderQgs
|
||||
from .po_modules.po_station_reader import PoStationReader
|
||||
from .po_modules.po_stations_reader_qgs import PoStationReaderQgs
|
||||
from .po_modules.po_waterlevels_reader_qgs import PoWaterlevelReaderQgs
|
||||
|
||||
STATIONS_QML = "styles/stations.qml"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user