mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-12 11:07:13 -04:00
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:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user