unlock.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Unlock</class>
  4. <widget class="QWidget" name="Unlock">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>700</width>
  10. <height>200</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>700</width>
  16. <height>200</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>700</width>
  22. <height>200</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Unlock Login Keyring</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <item>
  32. <widget class="QLabel" name="iconLabel">
  33. <property name="minimumSize">
  34. <size>
  35. <width>64</width>
  36. <height>64</height>
  37. </size>
  38. </property>
  39. <property name="maximumSize">
  40. <size>
  41. <width>64</width>
  42. <height>64</height>
  43. </size>
  44. </property>
  45. <property name="text">
  46. <string/>
  47. </property>
  48. <property name="pixmap">
  49. <pixmap resource="assets.qrc">:/icons/keyring-icon.png</pixmap>
  50. </property>
  51. <property name="scaledContents">
  52. <bool>true</bool>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <spacer name="verticalSpacer">
  58. <property name="orientation">
  59. <enum>Qt::Vertical</enum>
  60. </property>
  61. <property name="sizeHint" stdset="0">
  62. <size>
  63. <width>20</width>
  64. <height>40</height>
  65. </size>
  66. </property>
  67. </spacer>
  68. </item>
  69. </layout>
  70. </item>
  71. <item>
  72. <layout class="QVBoxLayout" name="verticalLayout_2">
  73. <item>
  74. <widget class="QLabel" name="titleLabel">
  75. <property name="font">
  76. <font>
  77. <family>Open Sans</family>
  78. <pointsize>16</pointsize>
  79. <bold>true</bold>
  80. </font>
  81. </property>
  82. <property name="text">
  83. <string>Enter password to unlock your login keyring</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QLabel" name="subtitleLabel">
  89. <property name="font">
  90. <font>
  91. <family>Open Sans</family>
  92. <pointsize>13</pointsize>
  93. </font>
  94. </property>
  95. <property name="text">
  96. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The login keyring did not get unlocked when you logged into your&lt;br/&gt;computer.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <layout class="QHBoxLayout" name="pwdLayout">
  102. <item>
  103. <widget class="QLabel" name="pwdLabel">
  104. <property name="font">
  105. <font>
  106. <family>Open Sans</family>
  107. <pointsize>12</pointsize>
  108. </font>
  109. </property>
  110. <property name="text">
  111. <string>Password:</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QLineEdit" name="pwdLineEdit">
  117. <property name="echoMode">
  118. <enum>QLineEdit::Password</enum>
  119. </property>
  120. </widget>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <layout class="QHBoxLayout" name="buttonsLayout">
  126. <item>
  127. <spacer name="horizontalSpacer">
  128. <property name="orientation">
  129. <enum>Qt::Horizontal</enum>
  130. </property>
  131. <property name="sizeHint" stdset="0">
  132. <size>
  133. <width>40</width>
  134. <height>20</height>
  135. </size>
  136. </property>
  137. </spacer>
  138. </item>
  139. <item>
  140. <widget class="QPushButton" name="cancelPushButton">
  141. <property name="text">
  142. <string>Cancel</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QPushButton" name="unlockPushButton">
  148. <property name="text">
  149. <string>Unlock</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </item>
  155. </layout>
  156. </item>
  157. </layout>
  158. </widget>
  159. <resources>
  160. <include location="assets.qrc"/>
  161. </resources>
  162. <connections/>
  163. </ui>