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:
parent
4534457b27
commit
5fe9273b2f
2 changed files with 15 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue