From a1f000698c2c5210a40a913133bcb45cdc72a442 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 4 Apr 2007 23:16:41 +0000 Subject: [PATCH] qt4 - i18n - Don't use HTML tags. --- modules/gui/qt4/dialogs/sout.cpp | 2 ++ modules/gui/qt4/ui/sout.ui | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp index aa0b0bcdca..12cc1fd77e 100644 --- a/modules/gui/qt4/dialogs/sout.cpp +++ b/modules/gui/qt4/dialogs/sout.cpp @@ -67,6 +67,8 @@ SoutDialog::SoutDialog( QWidget *parent, intf_thread_t *_p_intf ) : ui.vScale->addItem( "1.75" ); ui.vScale->addItem( "2" ); + ui.mrlEdit->setToolTip ( qtr("Stream output string.\n This is automatically generated when you change the above settings,\n but you can update it manually." ) ) ; + /* Connect everything to the updateMRL function */ #define CB(x) CONNECT( ui.x, clicked(bool), this, updateMRL() ); #define CT(x) CONNECT( ui.x, textChanged(const QString), this, updateMRL() ); diff --git a/modules/gui/qt4/ui/sout.ui b/modules/gui/qt4/ui/sout.ui index 2334e99bc2..3c9f394a64 100644 --- a/modules/gui/qt4/ui/sout.ui +++ b/modules/gui/qt4/ui/sout.ui @@ -641,12 +641,6 @@ - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Stream output string. This is automatically generated when you change the above settings, but you can update it manually.</p></body></html> - -- 2.39.2