added Animation as progress when generating a new key

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2072 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-18 22:02:40 +00:00
parent 537d767a24
commit eab78c5c03
3 changed files with 16 additions and 1 deletions

View file

@ -1096,6 +1096,13 @@ p, li { white-space: pre-wrap; }
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QLabel" name="progress_label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
@ -1122,7 +1129,7 @@ p, li { white-space: pre-wrap; }
<item row="2" column="2">
<widget class="QPushButton" name="genButton">
<property name="text">
<string>Generate New Profil</string>
<string>Generate New Profile</string>
</property>
</widget>
</item>