disabled unfinished buttons in Transfer Settings page

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2282 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-11 08:46:03 +00:00
parent 7d20325d6f
commit 2919c0b5e8

View File

@ -82,6 +82,9 @@
</item>
<item row="2" column="1">
<widget class="QComboBox" name="strategycomboBox">
<property name="enabled">
<bool>false</bool>
</property>
<item>
<property name="text">
<string>Streaming</string>
@ -96,6 +99,9 @@
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="checkBox">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Show Cache Transfers</string>
</property>