-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMultiTabStruttureOrizzontaliSolai.py
32 lines (26 loc) · 1.5 KB
/
MultiTabStruttureOrizzontaliSolai.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
32
# -*- 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 MultiTabSection import MultiTabSection
from WdgStruttureOrizzontaliSolai import WdgStruttureOrizzontaliSolai
class MultiTabStruttureOrizzontaliSolai(MultiTabSection):
def __init__(self, parent=None):
MultiTabSection.__init__(self, parent, WdgStruttureOrizzontaliSolai, "#", "STRUTTURE_ORIZZONTALI_SOLAI", None, "SCHEDA_EDIFICIOID")