-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMultipleChoiseCatUsoPrevalente.py
32 lines (25 loc) · 1.5 KB
/
MultipleChoiseCatUsoPrevalente.py
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
# -*- coding: utf-8 -*-
"""
/***************************************************************************
Name : Omero RT
Description : Omero plugin
Date : August 15, 2010
copyright : (C) 2010 by Giuseppe Sucameli (Faunalia)
email : [email protected]
***************************************************************************/
Omero plugin
Works done from Faunalia (http://www.faunalia.it) with funding from Regione
Toscana - S.I.T.A. (http://www.regione.toscana.it/territorio/cartografia/index.html)
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
"""
from MultipleChoise2Lists import MultipleChoise2Lists
class MultipleChoiseCatUsoPrevalente(MultipleChoise2Lists):
def __init__(self, parent=None):
MultipleChoise2Lists.__init__(self, parent, "CATEGORIA_USO_PREVALENTE_STATO_UTILIZZO_EDIFICIO", "ZZ_CATEGORIA_USO_PREVALENTEID", "STATO_UTILIZZO_EDIFICIOID", "ZZ_CATEGORIA_USO_PREVALENTE")