Ejemplo n.º 1
0
    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))
Ejemplo n.º 2
0
	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)
)
Ejemplo n.º 3
0
	def toHtml(self, prefix=None):
		if not self.hasTabs():
			return ""
		return MultiTabSection.toHtml(self, prefix)
Ejemplo n.º 4
0
 def toHtml(self, prefix=None):
     if not self.hasTabs():
         return ""
     return MultiTabSection.toHtml(self, prefix)