Small UI fixes. Compatibility with Qt version < 4.7.
- error callback for loadHistory, to make the reload button enabled again after an error - remove descriptionEdit's placeholder (for compatibilty with earlier versions of Qt) - add placeholder text to descriptionEdit if supported by the user's version of Qt - set contentEdit read-only while loading a new page - saveButton was still showing "Saving" after saving had failed
This commit is contained in:
parent
07c7b7b1be
commit
5daf71effe
2 changed files with 19 additions and 4 deletions
|
|
@ -147,9 +147,6 @@
|
|||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="placeholderText">
|
||||
<string>Edit summary</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue