[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kdeprint/management
From:       Laurent Montel <montel () kde ! org>
Date:       2007-06-01 13:32:51
Message-ID: 1180704771.690151.22344.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670446 by mlaurent:

Fix bug: readonly and use html


 M  +2 -1      kxmlcommanddlg.cpp  


--- branches/KDE/3.5/kdelibs/kdeprint/management/kxmlcommanddlg.cpp #670445:670446
@@ -171,7 +171,8 @@
 	m_outputpipe = new QLineEdit(gb_output);
 
 	m_comment = new KTextEdit( this );
-	m_comment->setTextFormat( Qt::PlainText );
+	m_comment->setTextFormat(Qt::RichText );
+	m_comment->setReadOnly(true);
 	QLabel *m_commentlab = new QLabel( i18n( "Comment:" ), this );
 
 	QVBoxLayout	*l2 = new QVBoxLayout(this, 0, KDialog::spacingHint());
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic