Templates/TemplatePropertiesDialog.py

changeset 564
b3d966393ba9
parent 541
00e1a5d060c5
child 791
9ec2ac20e54e
equal deleted inserted replaced
563:e35d2cda9a74 564:b3d966393ba9
103 """ 103 """
104 Public slot to show some help. 104 Public slot to show some help.
105 """ 105 """
106 E5MessageBox.information(self, 106 E5MessageBox.information(self,
107 self.trUtf8("Template Help"), 107 self.trUtf8("Template Help"),
108 self.trUtf8(\ 108 self.trUtf8(
109 """<p>To use variables in a template, you just have to enclose""" 109 """<p>To use variables in a template, you just have to enclose"""
110 """ the variablename with $-characters. When you use the template,""" 110 """ the variablename with $-characters. When you use the template,"""
111 """ you will then be asked for a value for this variable.</p>""" 111 """ you will then be asked for a value for this variable.</p>"""
112 """<p>Example template: This is a $VAR$</p>""" 112 """<p>Example template: This is a $VAR$</p>"""
113 """<p>When you use this template you will be prompted for a value""" 113 """<p>When you use this template you will be prompted for a value"""

eric ide

mercurial