Disable attachment buttons when none is selected.

This commit is contained in:
Felix Geyer
2014-12-03 23:26:42 +01:00
parent c39898dad9
commit 876a75b572
3 changed files with 22 additions and 1 deletions

View File

@@ -101,6 +101,9 @@
</item>
<item>
<widget class="QPushButton" name="removeAttachmentButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Remove</string>
</property>
@@ -108,6 +111,9 @@
</item>
<item>
<widget class="QPushButton" name="openAttachmentButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Open</string>
</property>
@@ -115,6 +121,9 @@
</item>
<item>
<widget class="QPushButton" name="saveAttachmentButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Save</string>
</property>