Menu

#7 Multi line text in QTextEdit not joined

closed-fixed
None
5
2002-09-27
2002-09-27
No

I have a form built with QtDesigner containing a QTextEdit. The text attribute is populated with the GPL.

Converting the .ui to perl code with puic gives the following (extract only):

TextEdit1 = Qt::TextEdit(GroupBox2, "TextEdit1");
TextEdit1->setText(trUtf8("This program is distributed under the terms of the GPL v2.\n"
"\n"
" GNU GENERAL PUBLIC LICENSE\n"
" Version 2, June 1991\n"
...

Generated code is missing the dot operator to concatenate individual strings.

Discussion

  • germain garand

    germain garand - 2002-09-27

    Logged In: YES
    user_id=145773

    Done.

     
  • germain garand

    germain garand - 2002-09-27
    • assigned_to: nobody --> germaingarand
    • status: open --> open-fixed
     
  • germain garand

    germain garand - 2002-09-27
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.