More minor changes to the UI.

- the contentEdit widget is ReadOnly before a page has been loaded
 - the saveButton widget stays disabled after the page has been saved
This commit is contained in:
Clément Schreiner 2012-03-23 17:26:46 +01:00 committed by Romain Bignon
commit 5fe9273b2f
2 changed files with 15 additions and 7 deletions

View file

@ -47,7 +47,11 @@
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QPlainTextEdit" name="contentEdit"/>
<widget class="QPlainTextEdit" name="contentEdit">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
@ -106,7 +110,7 @@
<x>0</x>
<y>0</y>
<width>498</width>
<height>22</height>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">