1

Topic: Template editor problem

Hi guys,

Is it possible to write in the same cell of Qelectrotech template 2 or 3 different lines like in Excel? (take a look in the attached screetshoot)

Thanks in advance!

Post's attachments

Attachment icon Problem.JPG 55 kb, 320 downloads since 2017-10-04 

2

Re: Template editor problem

Yes is possible :
https://qelectrotech.org/forum/viewtopi … 1562#p1562

But not perfect :


https://download.qelectrotech.org/qet/forum_img/titleblock_text.png

<logo rowspan="2" resource="No logo" row="0" name="" col="8"/>
        <field rowspan="3" valign="center" hadjust="true" row="0" align="center" fontsize="3" name="title" col="9" displaylabel="false">
            <value>
                <translation lang="fr">BES Building Energy Solutions
                OStenbergstrasse 101
                44752 Dortmund</translation>
            </value>
            <label/>
        </field>

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

3

Re: Template editor problem

You could use &#10; return code carriage

https://download.qelectrotech.org/qet/forum_img/titleblock_text1.png

<value>
                <translation lang="fr">BES Building Energy Solutions&#10;OStenbergstrasse 101&#10;44752 Dortmund</translation>
                </value>

https://download.qelectrotech.org/qet/forum_img/titleblock_text2.png

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

4

Re: Template editor problem

Mersi nomicons/wink