Removed the policy TabFocus from some gui elements.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-01-03 14:08:39 +00:00
parent e099389528
commit 451c7f5eda
5 changed files with 31 additions and 0 deletions

View file

@ -84,6 +84,9 @@
</item>
<item>
<widget class="QToolButton" name="feedAddButton">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip">
<string>Add new feed</string>
</property>
@ -98,6 +101,9 @@
</item>
<item>
<widget class="QToolButton" name="feedProcessButton">
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="toolTip">
<string>Update feed</string>
</property>