forked from norBIT/alkisimport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.ui
132 lines (132 loc) · 4.91 KB
/
about.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>560</width>
<height>375</height>
</rect>
</property>
<property name="windowTitle">
<string>norGIS ALKIS Import #VERSION#</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_3">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;">
<br>
<p>Funktion:</p>
<ul >
<li >Anlegen des Datenbankmodells </li>
<li>Import einer oder mehrere NAS-Dateien oder ganzer Verzeichnisse über GDAL/OGR </li>
<li>Protokollierung und Fortschrittsanzeige </li>
<li>Vorbereitung der graphischen Darstellung nach GeoInfoDok (insb. Ableitungsregeln des Signaturkatalog) </li>
<li>Aufbereitung der Liegenschaftsbuchdaten </li>
</ul>
<p>Die graphische Darstellung selbst erfolgt mit weiterer Software: </p>
<ul>
<li><a href="http://www.norbit.de/75/">QGIS-Plugin zum Import in QGIS-Projekte und zur Erzeugung von UMN-Mapfiles</span></a> (GPLv2) </li>
<li><a href="http://www.norbit.de/76/">Darstellung in AutoCAD &amp; BricsCAD</span></a> (proprietär) </li></ul>
<p>Lizenz: <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPLv2</a>, <a href="http://www.norbit.de/68/">Homepage</a>, <a href="https://github.com/norBIT/alkisimport">Code-Repository</a></p>
<br>
</body>
</html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;">
<p><strong>norGIS ALKIS Import #VERSION#<strong></p>
<p>Frontend zum Import von NAS-Daten mit GDAL/OGR</p>
<p>Copyright (c) 2014-2018 Jürgen E. Fischer&lt;[email protected]&gt;, <a href="http://www.norbit.de/0/">norBIT GmbH</a></p>
</body></html></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>logo.svg</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>