def toHtml(self):
        return QString(u"""
<div id="sez3" class="block">
<p class="section">SEZIONE A3 - IDENTIFICAZIONE DELLE UNITA' VOLUMETRICHE</p>
%s
</div>
""" % MultiTabSection.toHtml(self))
	def toHtml(self):
		return QString( u"""
<div id="sez3" class="block">
<p class="section">SEZIONE A3 - IDENTIFICAZIONE DELLE UNITA' VOLUMETRICHE</p>
%s
</div>
""" % MultiTabSection.toHtml(self)
)
Beispiel #3
0
	def toHtml(self, prefix=None):
		if not self.hasTabs():
			return ""
		return MultiTabSection.toHtml(self, prefix)
Beispiel #4
0
 def toHtml(self, prefix=None):
     if not self.hasTabs():
         return ""
     return MultiTabSection.toHtml(self, prefix)