fixed bad SID Assoc. git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@58 b624d157-de02-0410-bad0-e51aec6abb33master
parent
49059c82f4
commit
9bbe30fb16
@ -1,115 +1,117 @@ |
|||||||
<ui stdsetdef="1" version="4.0" > |
<ui version="4.0" > |
||||||
<author/> |
<author></author> |
||||||
<comment/> |
<comment></comment> |
||||||
<exportmacro/> |
<exportmacro></exportmacro> |
||||||
<class>SimplePasswordDialog</class> |
<class>SimplePasswordDialog</class> |
||||||
<widget class="QDialog" name="SimplePasswordDialog" > |
<widget class="QDialog" name="SimplePasswordDialog" > |
||||||
<property name="geometry" > |
<property name="geometry" > |
||||||
<rect> |
<rect> |
||||||
<x>2</x> |
<x>0</x> |
||||||
<y>3</y> |
<y>0</y> |
||||||
<width>345</width> |
<width>345</width> |
||||||
<height>90</height> |
<height>90</height> |
||||||
</rect> |
</rect> |
||||||
</property> |
</property> |
||||||
<property name="sizePolicy" > |
<property name="sizePolicy" > |
||||||
<sizepolicy> |
<sizepolicy> |
||||||
<hsizetype>0</hsizetype> |
<hsizetype>0</hsizetype> |
||||||
<vsizetype>0</vsizetype> |
<vsizetype>0</vsizetype> |
||||||
<horstretch>0</horstretch> |
<horstretch>0</horstretch> |
||||||
<verstretch>0</verstretch> |
<verstretch>0</verstretch> |
||||||
</sizepolicy> |
</sizepolicy> |
||||||
</property> |
</property> |
||||||
<property name="minimumSize" > |
<property name="minimumSize" > |
||||||
<size> |
<size> |
||||||
<width>345</width> |
<width>345</width> |
||||||
<height>90</height> |
<height>90</height> |
||||||
</size> |
</size> |
||||||
</property> |
</property> |
||||||
<property name="maximumSize" > |
<property name="maximumSize" > |
||||||
<size> |
<size> |
||||||
<width>345</width> |
<width>345</width> |
||||||
<height>90</height> |
<height>90</height> |
||||||
</size> |
</size> |
||||||
</property> |
</property> |
||||||
<property name="windowTitle" > |
<property name="windowTitle" > |
||||||
<string>Enter your Password</string> |
<string>Enter your Password</string> |
||||||
</property> |
</property> |
||||||
<widget class="QLabel" name="textLabel1" > |
<widget class="QLabel" name="textLabel1" > |
||||||
<property name="geometry" > |
<property name="geometry" > |
||||||
<rect> |
<rect> |
||||||
<x>10</x> |
<x>10</x> |
||||||
<y>20</y> |
<y>20</y> |
||||||
<width>60</width> |
<width>60</width> |
||||||
<height>20</height> |
<height>20</height> |
||||||
</rect> |
</rect> |
||||||
</property> |
</property> |
||||||
<property name="text" > |
<property name="text" > |
||||||
<string>Password:</string> |
<string>Password:</string> |
||||||
</property> |
</property> |
||||||
</widget> |
|
||||||
<widget class="QLineEdit" name="EditPassword" > |
|
||||||
<property name="geometry" > |
|
||||||
<rect> |
|
||||||
<x>80</x> |
|
||||||
<y>20</y> |
|
||||||
<width>240</width> |
|
||||||
<height>21</height> |
|
||||||
</rect> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
<widget class="QPushButton" name="ButtonOK" > |
|
||||||
<property name="geometry" > |
|
||||||
<rect> |
|
||||||
<x>170</x> |
|
||||||
<y>60</y> |
|
||||||
<width>80</width> |
|
||||||
<height>23</height> |
|
||||||
</rect> |
|
||||||
</property> |
|
||||||
<property name="text" > |
|
||||||
<string>O&K</string> |
|
||||||
</property> |
|
||||||
<property name="shortcut" > |
|
||||||
<string>Alt+K</string> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
<widget class="QPushButton" name="ButtonCancel" > |
|
||||||
<property name="geometry" > |
|
||||||
<rect> |
|
||||||
<x>257</x> |
|
||||||
<y>60</y> |
|
||||||
<width>80</width> |
|
||||||
<height>23</height> |
|
||||||
</rect> |
|
||||||
</property> |
|
||||||
<property name="text" > |
|
||||||
<string>&Cancel</string> |
|
||||||
</property> |
|
||||||
<property name="shortcut" > |
|
||||||
<string>Alt+C</string> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
<widget class="QPushButton" name="Button_HidePassword" > |
|
||||||
<property name="geometry" > |
|
||||||
<rect> |
|
||||||
<x>320</x> |
|
||||||
<y>20</y> |
|
||||||
<width>20</width> |
|
||||||
<height>20</height> |
|
||||||
</rect> |
|
||||||
</property> |
|
||||||
<property name="text" > |
|
||||||
<string>...</string> |
|
||||||
</property> |
|
||||||
<property name="shortcut" > |
|
||||||
<string/> |
|
||||||
</property> |
|
||||||
<property name="checkable" > |
|
||||||
<bool>true</bool> |
|
||||||
</property> |
|
||||||
</widget> |
|
||||||
</widget> |
</widget> |
||||||
<layoutdefault spacing="6" margin="11" /> |
<widget class="QPushButton" name="ButtonOK" > |
||||||
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
<property name="geometry" > |
||||||
|
<rect> |
||||||
|
<x>170</x> |
||||||
|
<y>60</y> |
||||||
|
<width>80</width> |
||||||
|
<height>23</height> |
||||||
|
</rect> |
||||||
|
</property> |
||||||
|
<property name="text" > |
||||||
|
<string>O&K</string> |
||||||
|
</property> |
||||||
|
<property name="shortcut" > |
||||||
|
<string>Alt+K</string> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
<widget class="QPushButton" name="ButtonCancel" > |
||||||
|
<property name="geometry" > |
||||||
|
<rect> |
||||||
|
<x>257</x> |
||||||
|
<y>60</y> |
||||||
|
<width>80</width> |
||||||
|
<height>23</height> |
||||||
|
</rect> |
||||||
|
</property> |
||||||
|
<property name="text" > |
||||||
|
<string>&Cancel</string> |
||||||
|
</property> |
||||||
|
<property name="shortcut" > |
||||||
|
<string>Alt+C</string> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
<widget class="QLineEdit" name="EditPassword" > |
||||||
|
<property name="geometry" > |
||||||
|
<rect> |
||||||
|
<x>80</x> |
||||||
|
<y>20</y> |
||||||
|
<width>240</width> |
||||||
|
<height>21</height> |
||||||
|
</rect> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
<widget class="QPushButton" name="Button_HidePassword" > |
||||||
|
<property name="geometry" > |
||||||
|
<rect> |
||||||
|
<x>320</x> |
||||||
|
<y>20</y> |
||||||
|
<width>20</width> |
||||||
|
<height>21</height> |
||||||
|
</rect> |
||||||
|
</property> |
||||||
|
<property name="text" > |
||||||
|
<string>...</string> |
||||||
|
</property> |
||||||
|
<property name="shortcut" > |
||||||
|
<string/> |
||||||
|
</property> |
||||||
|
<property name="checkable" > |
||||||
|
<bool>true</bool> |
||||||
|
</property> |
||||||
|
</widget> |
||||||
|
</widget> |
||||||
|
<layoutdefault spacing="6" margin="11" /> |
||||||
|
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
||||||
|
<resources/> |
||||||
|
<connections/> |
||||||
</ui> |
</ui> |
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in new issue