|
Bugzilla – Full Text Bug Listing |
| Summary: | qt-ui interprets HTML-tags in wizard title | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Arvin Schnell <aschnell> |
| Component: | YaST2 | Assignee: | 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
Created attachment 258981 [details]
example script
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.
|