Bug 457682

Summary: qt-ui interprets HTML-tags in wizard title
Product: [openSUSE] openSUSE 11.1 Reporter: Arvin Schnell <aschnell>
Component: YaST2Assignee: Stefan Hundhammer <shundhammer>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P2 - High    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: example script

Description Arvin Schnell 2008-12-09 17:24:26 UTC
The YaST Qt UI interprets HTML-tags in the wizard title. Ncurses and Gtk don't do so.
Comment 1 Arvin Schnell 2008-12-09 17:24:47 UTC
Created attachment 258981 [details]
example script
Comment 2 Stefan Hundhammer 2008-12-10 10:55:37 UTC
Nice to have something simple to fix for a change... ;-}

Index: src/YQWizard.cc
===================================================================
--- src/YQWizard.cc     (Revision 54003)
+++ src/YQWizard.cc     (Arbeitskopie)
@@ -672,6 +672,7 @@
     headingHBox->addWidget( _dialogHeading );
     _dialogHeading->setAlignment( Qt::AlignLeft );
     _dialogHeading->setWordWrap( true );
+    _dialogHeading->setTextFormat( Qt::PlainText );
     _dialogHeading->setSizePolicy( QSizePolicy( QSizePolicy::Expanding, QSizePolicy::Minimum ) ); // hor/vert
     _dialogHeading->setObjectName( "DialogHeading" );


Fixed with yast2-qt-2.17.24.