mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
7d20325d6f
commit
2919c0b5e8
@ -82,6 +82,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QComboBox" name="strategycomboBox">
|
<widget class="QComboBox" name="strategycomboBox">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Streaming</string>
|
<string>Streaming</string>
|
||||||
@ -96,6 +99,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="0" colspan="2">
|
<item row="3" column="0" colspan="2">
|
||||||
<widget class="QCheckBox" name="checkBox">
|
<widget class="QCheckBox" name="checkBox">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show Cache Transfers</string>
|
<string>Show Cache Transfers</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
Reference in New Issue
Block a user