fixed custom icons issue

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@91 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tarek_saidi
2006-06-02 19:46:10 +00:00
parent e0a8391899
commit aabc0db11d
12 changed files with 526 additions and 253 deletions

View File

@@ -27,6 +27,9 @@
<property name="windowTitle" >
<string>Settings</string>
</property>
<property name="modal" >
<bool>true</bool>
</property>
<widget class="QPushButton" name="ButtonCancel" >
<property name="geometry" >
<rect>
@@ -541,22 +544,6 @@
</item>
</layout>
</widget>
<widget class="QCheckBox" name="CheckBox_OpenLast" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>521</width>
<height>20</height>
</rect>
</property>
<property name="text" >
<string>Remember last opend file</string>
</property>
<property name="shortcut" >
<string>Alt+Ö</string>
</property>
</widget>
<widget class="QCheckBox" name="CheckBox_RememberLastKey" >
<property name="geometry" >
<rect>
@@ -570,6 +557,22 @@
<string>Remember last key type and location</string>
</property>
</widget>
<widget class="QCheckBox" name="CheckBox_OpenLast" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>521</width>
<height>20</height>
</rect>
</property>
<property name="text" >
<string>Remember last opened file</string>
</property>
<property name="shortcut" >
<string>Alt+Ö</string>
</property>
</widget>
</widget>
</widget>
</widget>