This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DICT_about.ui
135 lines (135 loc) · 4.99 KB
/
DICT_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
133
134
135
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cadastre_about_form</class>
<widget class="QDialog" name="cadastre_about_form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>590</width>
<height>646</height>
</rect>
</property>
<property name="windowTitle">
<string>Cadastre - A propos</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>574</width>
<height>590</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Conception</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label_10">
<property name="text">
<string>Le plugin DICT a été initialement conçu par Loïc Bartoletti au sein de la Mairie de Megève, puis repris pour le compte d'Oslandia.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_12">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string><html><head/><body><p align="center"><a href="https://mairie.megeve.fr/"><img src=":/plugins/DICT/images/logo_megeve.jpg"></a></p><p align="center"><a href="https://www.oslandia.com/"><img src=":/plugins/DICT/images/logo_oslandia.png"/></a></p></body></html></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Migration vers QGIS 3</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string><html><head/><body><p>- La migration vers QGIS 3 a été réalisée par la Fédération Départementale Des Ardennes</p><p>- Les tests ont été réalisés par la Mairie de Megève</p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Évolutions et contact</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>N'hésitez pas à contacter <a href="mailto:[email protected]?subject=[DICT]%20Demande%20pour%20le%20plugin">[email protected]</a> si vous souhaitez faire évoluer ce plugin.</p><p>Plus d'informations sur notre <a href="https://oslandia.com/en/offre-qgis/plugin-de-reponse-aux-dict/">page dédiée.</a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>scrollArea</tabstop>
</tabstops>
<connections/>
</ui>