Hello,
QString text
= ( tr
( "Select a line, circle or arc<br>" ) );
text.append( tr( "and press <i><b>\"enter/return\"</b></i>.<br>" ) );
text.append( tr( "One entity only!" ) );
msgBox.setText( text );
QString text = ( tr( "Select a line, circle or arc<br>" ) );
text.append( tr( "and press <i><b>\"enter/return\"</b></i>.<br>" ) );
text.append( tr( "One entity only!" ) );
msgBox.setText( text );
To copy to clipboard, switch view to plain text mode
Given a QString with embedded HTML, will the tanslate function work or do I have to seperate the text & HTML code ?
Regards
Bookmarks