Entry edit: merge notes and main widget.

Closes #59
This commit is contained in:
Florian Geyer
2013-03-10 19:47:08 +01:00
parent 4daac65cc5
commit 36ad91b447
5 changed files with 23 additions and 48 deletions

View File

@@ -89,6 +89,13 @@
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="expireCheck">
<property name="text">
<string>Expires</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
@@ -110,10 +117,20 @@
</item>
</layout>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="expireCheck">
<item row="6" column="0">
<widget class="QLabel" name="notesLabel">
<property name="text">
<string>Expires</string>
<string>Notes:</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPlainTextEdit" name="notesEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>