Added Caps Lock check and warning at askpassphrasedialog.

This commit is contained in:
Nick Bosma
2011-10-15 20:56:06 +02:00
parent b68a8a6b34
commit 7298ebb432
3 changed files with 71 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>589</width>
<height>228</height>
<height>239</height>
</rect>
</property>
<property name="sizePolicy">
@@ -83,6 +83,21 @@
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="capsLabel">
<property name="styleSheet">
<string notr="true">#capsLabel {
font: bold;
}</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>