use QTextEdit rather than QPlainTextEdit for Qt 4.3 compatibility

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1787 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-10-20 09:38:08 +00:00
parent 87ee43a079
commit ee025f7067
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2008-10-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/dialogs/about_dialog.ui:
use QTextEdit rather than QPlainTextEdit for Qt 4.3 compatibility
2008-10-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/sid/sid_instrument.cpp:

View File

@@ -179,7 +179,7 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4" >
<item>
<widget class="QPlainTextEdit" name="authorLabel" >
<widget class="QTextEdit" name="authorLabel" >
<property name="readOnly" >
<bool>true</bool>
</property>
@@ -193,7 +193,7 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_5" >
<item>
<widget class="QPlainTextEdit" name="translationLabel" >
<widget class="QTextEdit" name="translationLabel" >
<property name="readOnly" >
<bool>true</bool>
</property>
@@ -212,7 +212,7 @@ If you're interested in translating LMMS in another language or want to improve
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_6" >
<item>
<widget class="QPlainTextEdit" name="licenseLabel" >
<widget class="QTextEdit" name="licenseLabel" >
<property name="readOnly" >
<bool>true</bool>
</property>