설명 없음

mainwindow.ui 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>546</width>
  10. <height>599</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="HiddenLabel">
  18. <property name="geometry">
  19. <rect>
  20. <x>390</x>
  21. <y>110</y>
  22. <width>51</width>
  23. <height>21</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Hidden:</string>
  28. </property>
  29. </widget>
  30. <widget class="QCheckBox" name="HiddenCheckBox">
  31. <property name="geometry">
  32. <rect>
  33. <x>450</x>
  34. <y>110</y>
  35. <width>31</width>
  36. <height>20</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string/>
  41. </property>
  42. <property name="checked">
  43. <bool>true</bool>
  44. </property>
  45. </widget>
  46. <widget class="QLabel" name="label">
  47. <property name="geometry">
  48. <rect>
  49. <x>480</x>
  50. <y>170</y>
  51. <width>41</width>
  52. <height>16</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>Score</string>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="label_2">
  60. <property name="geometry">
  61. <rect>
  62. <x>410</x>
  63. <y>170</y>
  64. <width>41</width>
  65. <height>16</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Count</string>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="DeductionsLabel">
  73. <property name="geometry">
  74. <rect>
  75. <x>90</x>
  76. <y>370</y>
  77. <width>421</width>
  78. <height>16</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Deductions-----------------------------------------------|</string>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="AdditionsLabels">
  86. <property name="geometry">
  87. <rect>
  88. <x>170</x>
  89. <y>170</y>
  90. <width>211</width>
  91. <height>16</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>Additions ------------------------------|</string>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="progressLabel">
  99. <property name="geometry">
  100. <rect>
  101. <x>410</x>
  102. <y>140</y>
  103. <width>62</width>
  104. <height>16</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>%0</string>
  109. </property>
  110. </widget>
  111. <widget class="QLabel" name="statusLabel">
  112. <property name="geometry">
  113. <rect>
  114. <x>450</x>
  115. <y>140</y>
  116. <width>121</width>
  117. <height>16</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>Very Weak</string>
  122. </property>
  123. </widget>
  124. <widget class="QFrame" name="Banner">
  125. <property name="geometry">
  126. <rect>
  127. <x>-240</x>
  128. <y>-20</y>
  129. <width>861</width>
  130. <height>91</height>
  131. </rect>
  132. </property>
  133. <property name="styleSheet">
  134. <string notr="true"/>
  135. </property>
  136. <property name="frameShape">
  137. <enum>QFrame::StyledPanel</enum>
  138. </property>
  139. <property name="frameShadow">
  140. <enum>QFrame::Raised</enum>
  141. </property>
  142. <widget class="QLabel" name="HeaderLabel">
  143. <property name="geometry">
  144. <rect>
  145. <x>370</x>
  146. <y>20</y>
  147. <width>311</width>
  148. <height>61</height>
  149. </rect>
  150. </property>
  151. <property name="font">
  152. <font>
  153. <pointsize>25</pointsize>
  154. </font>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true"/>
  158. </property>
  159. <property name="text">
  160. <string>Password Strength</string>
  161. </property>
  162. </widget>
  163. </widget>
  164. <widget class="QFrame" name="LogoFrame">
  165. <property name="geometry">
  166. <rect>
  167. <x>330</x>
  168. <y>530</y>
  169. <width>201</width>
  170. <height>61</height>
  171. </rect>
  172. </property>
  173. <property name="styleSheet">
  174. <string notr="true"/>
  175. </property>
  176. <property name="frameShape">
  177. <enum>QFrame::StyledPanel</enum>
  178. </property>
  179. <property name="frameShadow">
  180. <enum>QFrame::Raised</enum>
  181. </property>
  182. </widget>
  183. <widget class="QFrame" name="frame_3">
  184. <property name="geometry">
  185. <rect>
  186. <x>30</x>
  187. <y>460</y>
  188. <width>101</width>
  189. <height>129</height>
  190. </rect>
  191. </property>
  192. <property name="styleSheet">
  193. <string notr="true">background-image: url(://lock);
  194. border: 0px;
  195. repeat: no-repeat;
  196. </string>
  197. </property>
  198. <property name="frameShape">
  199. <enum>QFrame::StyledPanel</enum>
  200. </property>
  201. <property name="frameShadow">
  202. <enum>QFrame::Raised</enum>
  203. </property>
  204. </widget>
  205. <widget class="QWidget" name="">
  206. <property name="geometry">
  207. <rect>
  208. <x>180</x>
  209. <y>200</y>
  210. <width>175</width>
  211. <height>161</height>
  212. </rect>
  213. </property>
  214. <layout class="QVBoxLayout" name="verticalLayout">
  215. <item>
  216. <widget class="QLabel" name="NumCharactersLabel">
  217. <property name="text">
  218. <string>Number of Characters:</string>
  219. </property>
  220. <property name="alignment">
  221. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QLabel" name="UppercaseLabel">
  227. <property name="text">
  228. <string>Uppercase Letters:</string>
  229. </property>
  230. <property name="alignment">
  231. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  232. </property>
  233. </widget>
  234. </item>
  235. <item>
  236. <widget class="QLabel" name="LowercaseLabel">
  237. <property name="text">
  238. <string>Lowercase Letters:</string>
  239. </property>
  240. <property name="alignment">
  241. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QLabel" name="NumbersLabel">
  247. <property name="text">
  248. <string>Digits:</string>
  249. </property>
  250. <property name="alignment">
  251. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  252. </property>
  253. </widget>
  254. </item>
  255. <item>
  256. <widget class="QLabel" name="SymbolsLabel">
  257. <property name="text">
  258. <string>Symbols:</string>
  259. </property>
  260. <property name="alignment">
  261. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QLabel" name="MiddleCharLabel">
  267. <property name="text">
  268. <string>Middle Digits or Symbols:</string>
  269. </property>
  270. <property name="alignment">
  271. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QLabel" name="RequieredLabel">
  277. <property name="text">
  278. <string>Requirements:</string>
  279. </property>
  280. <property name="alignment">
  281. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  282. </property>
  283. </widget>
  284. </item>
  285. </layout>
  286. </widget>
  287. <widget class="QWidget" name="">
  288. <property name="geometry">
  289. <rect>
  290. <x>358</x>
  291. <y>200</y>
  292. <width>22</width>
  293. <height>161</height>
  294. </rect>
  295. </property>
  296. <layout class="QVBoxLayout" name="verticalLayout_2">
  297. <item>
  298. <widget class="QCheckBox" name="NumberCharCheckBox">
  299. <property name="enabled">
  300. <bool>false</bool>
  301. </property>
  302. <property name="text">
  303. <string/>
  304. </property>
  305. <property name="checkable">
  306. <bool>true</bool>
  307. </property>
  308. <property name="checked">
  309. <bool>false</bool>
  310. </property>
  311. <property name="tristate">
  312. <bool>true</bool>
  313. </property>
  314. </widget>
  315. </item>
  316. <item>
  317. <widget class="QCheckBox" name="UppercaseCheckBox">
  318. <property name="enabled">
  319. <bool>false</bool>
  320. </property>
  321. <property name="text">
  322. <string/>
  323. </property>
  324. <property name="checkable">
  325. <bool>true</bool>
  326. </property>
  327. <property name="checked">
  328. <bool>false</bool>
  329. </property>
  330. <property name="tristate">
  331. <bool>true</bool>
  332. </property>
  333. </widget>
  334. </item>
  335. <item>
  336. <widget class="QCheckBox" name="LowercaseCheckBox">
  337. <property name="enabled">
  338. <bool>false</bool>
  339. </property>
  340. <property name="text">
  341. <string/>
  342. </property>
  343. <property name="checkable">
  344. <bool>true</bool>
  345. </property>
  346. <property name="checked">
  347. <bool>false</bool>
  348. </property>
  349. <property name="tristate">
  350. <bool>true</bool>
  351. </property>
  352. </widget>
  353. </item>
  354. <item>
  355. <widget class="QCheckBox" name="NumbersCheckBox">
  356. <property name="enabled">
  357. <bool>false</bool>
  358. </property>
  359. <property name="text">
  360. <string/>
  361. </property>
  362. <property name="checkable">
  363. <bool>true</bool>
  364. </property>
  365. <property name="checked">
  366. <bool>false</bool>
  367. </property>
  368. <property name="tristate">
  369. <bool>true</bool>
  370. </property>
  371. </widget>
  372. </item>
  373. <item>
  374. <widget class="QCheckBox" name="SymbolsCheckBox">
  375. <property name="enabled">
  376. <bool>false</bool>
  377. </property>
  378. <property name="text">
  379. <string/>
  380. </property>
  381. <property name="checkable">
  382. <bool>true</bool>
  383. </property>
  384. <property name="checked">
  385. <bool>false</bool>
  386. </property>
  387. <property name="tristate">
  388. <bool>true</bool>
  389. </property>
  390. </widget>
  391. </item>
  392. <item>
  393. <widget class="QCheckBox" name="MiddleCheckBox">
  394. <property name="enabled">
  395. <bool>false</bool>
  396. </property>
  397. <property name="text">
  398. <string/>
  399. </property>
  400. <property name="checkable">
  401. <bool>true</bool>
  402. </property>
  403. <property name="checked">
  404. <bool>false</bool>
  405. </property>
  406. <property name="tristate">
  407. <bool>true</bool>
  408. </property>
  409. </widget>
  410. </item>
  411. <item>
  412. <widget class="QCheckBox" name="RequirementCheckBox">
  413. <property name="enabled">
  414. <bool>false</bool>
  415. </property>
  416. <property name="text">
  417. <string/>
  418. </property>
  419. <property name="checkable">
  420. <bool>true</bool>
  421. </property>
  422. <property name="checked">
  423. <bool>false</bool>
  424. </property>
  425. <property name="tristate">
  426. <bool>true</bool>
  427. </property>
  428. </widget>
  429. </item>
  430. </layout>
  431. </widget>
  432. <widget class="QWidget" name="">
  433. <property name="geometry">
  434. <rect>
  435. <x>420</x>
  436. <y>200</y>
  437. <width>31</width>
  438. <height>157</height>
  439. </rect>
  440. </property>
  441. <layout class="QVBoxLayout" name="verticalLayout_3">
  442. <item>
  443. <widget class="QLabel" name="NumberOfCharCount">
  444. <property name="text">
  445. <string>0</string>
  446. </property>
  447. </widget>
  448. </item>
  449. <item>
  450. <widget class="QLabel" name="UppercaseCountLabel">
  451. <property name="text">
  452. <string>0</string>
  453. </property>
  454. </widget>
  455. </item>
  456. <item>
  457. <widget class="QLabel" name="LowerCaseCountLabel">
  458. <property name="text">
  459. <string>0</string>
  460. </property>
  461. </widget>
  462. </item>
  463. <item>
  464. <widget class="QLabel" name="NumbersCountlabel">
  465. <property name="text">
  466. <string>0</string>
  467. </property>
  468. </widget>
  469. </item>
  470. <item>
  471. <widget class="QLabel" name="SymbolsCountlabel">
  472. <property name="text">
  473. <string>0</string>
  474. </property>
  475. </widget>
  476. </item>
  477. <item>
  478. <widget class="QLabel" name="MidNumOrSymCountlabel">
  479. <property name="text">
  480. <string>0</string>
  481. </property>
  482. </widget>
  483. </item>
  484. <item>
  485. <widget class="QLabel" name="ReqCountlabel">
  486. <property name="text">
  487. <string>0</string>
  488. </property>
  489. </widget>
  490. </item>
  491. </layout>
  492. </widget>
  493. <widget class="QWidget" name="">
  494. <property name="geometry">
  495. <rect>
  496. <x>480</x>
  497. <y>200</y>
  498. <width>31</width>
  499. <height>161</height>
  500. </rect>
  501. </property>
  502. <layout class="QVBoxLayout" name="verticalLayout_4">
  503. <item>
  504. <widget class="QLabel" name="NumberOfCharScore">
  505. <property name="text">
  506. <string>0</string>
  507. </property>
  508. </widget>
  509. </item>
  510. <item>
  511. <widget class="QLabel" name="UppercaseScoreLabel">
  512. <property name="text">
  513. <string>0</string>
  514. </property>
  515. </widget>
  516. </item>
  517. <item>
  518. <widget class="QLabel" name="LowerCaseScoreLabel">
  519. <property name="text">
  520. <string>0</string>
  521. </property>
  522. </widget>
  523. </item>
  524. <item>
  525. <widget class="QLabel" name="NumberScorelabel">
  526. <property name="text">
  527. <string>0</string>
  528. </property>
  529. </widget>
  530. </item>
  531. <item>
  532. <widget class="QLabel" name="SymbolScorelabel">
  533. <property name="text">
  534. <string>0</string>
  535. </property>
  536. </widget>
  537. </item>
  538. <item>
  539. <widget class="QLabel" name="MidNumOrSymScorelabel">
  540. <property name="text">
  541. <string>0</string>
  542. </property>
  543. </widget>
  544. </item>
  545. <item>
  546. <widget class="QLabel" name="ReqScorelabel">
  547. <property name="text">
  548. <string>0</string>
  549. </property>
  550. </widget>
  551. </item>
  552. </layout>
  553. </widget>
  554. <widget class="QWidget" name="">
  555. <property name="geometry">
  556. <rect>
  557. <x>140</x>
  558. <y>403</y>
  559. <width>216</width>
  560. <height>111</height>
  561. </rect>
  562. </property>
  563. <layout class="QVBoxLayout" name="verticalLayout_5">
  564. <item>
  565. <widget class="QLabel" name="LettersOnlyLabel">
  566. <property name="text">
  567. <string>Letters Only:</string>
  568. </property>
  569. <property name="alignment">
  570. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  571. </property>
  572. </widget>
  573. </item>
  574. <item>
  575. <widget class="QLabel" name="NumbersOnlyLabel">
  576. <property name="text">
  577. <string>Numbers Only:</string>
  578. </property>
  579. <property name="alignment">
  580. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  581. </property>
  582. </widget>
  583. </item>
  584. <item>
  585. <widget class="QLabel" name="ConsecotiveUppercaseLabel">
  586. <property name="text">
  587. <string>Consecutive Uppercase Letters:</string>
  588. </property>
  589. <property name="alignment">
  590. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  591. </property>
  592. </widget>
  593. </item>
  594. <item>
  595. <widget class="QLabel" name="ConsecutiveLowercaseLabel">
  596. <property name="text">
  597. <string>Consecutive Lowercase Letters:</string>
  598. </property>
  599. <property name="alignment">
  600. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  601. </property>
  602. </widget>
  603. </item>
  604. <item>
  605. <widget class="QLabel" name="ConsecutiveNumbersLabel">
  606. <property name="text">
  607. <string>Consecutive Digits:</string>
  608. </property>
  609. <property name="alignment">
  610. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  611. </property>
  612. </widget>
  613. </item>
  614. </layout>
  615. </widget>
  616. <widget class="QWidget" name="">
  617. <property name="geometry">
  618. <rect>
  619. <x>358</x>
  620. <y>403</y>
  621. <width>21</width>
  622. <height>111</height>
  623. </rect>
  624. </property>
  625. <layout class="QVBoxLayout" name="verticalLayout_6">
  626. <item>
  627. <widget class="QCheckBox" name="LettersOnlyCheckBox">
  628. <property name="enabled">
  629. <bool>false</bool>
  630. </property>
  631. <property name="text">
  632. <string/>
  633. </property>
  634. <property name="checkable">
  635. <bool>true</bool>
  636. </property>
  637. <property name="checked">
  638. <bool>false</bool>
  639. </property>
  640. <property name="tristate">
  641. <bool>true</bool>
  642. </property>
  643. </widget>
  644. </item>
  645. <item>
  646. <widget class="QCheckBox" name="NumbersOnlyCheckBox">
  647. <property name="enabled">
  648. <bool>false</bool>
  649. </property>
  650. <property name="text">
  651. <string/>
  652. </property>
  653. <property name="checkable">
  654. <bool>true</bool>
  655. </property>
  656. <property name="checked">
  657. <bool>false</bool>
  658. </property>
  659. <property name="tristate">
  660. <bool>true</bool>
  661. </property>
  662. </widget>
  663. </item>
  664. <item>
  665. <widget class="QCheckBox" name="ConsecutiveUpperCheckBox">
  666. <property name="enabled">
  667. <bool>false</bool>
  668. </property>
  669. <property name="text">
  670. <string/>
  671. </property>
  672. <property name="checkable">
  673. <bool>true</bool>
  674. </property>
  675. <property name="checked">
  676. <bool>false</bool>
  677. </property>
  678. <property name="tristate">
  679. <bool>true</bool>
  680. </property>
  681. </widget>
  682. </item>
  683. <item>
  684. <widget class="QCheckBox" name="ConsecutiveLowerCheckBox">
  685. <property name="enabled">
  686. <bool>false</bool>
  687. </property>
  688. <property name="text">
  689. <string/>
  690. </property>
  691. <property name="checkable">
  692. <bool>true</bool>
  693. </property>
  694. <property name="checked">
  695. <bool>false</bool>
  696. </property>
  697. <property name="tristate">
  698. <bool>true</bool>
  699. </property>
  700. </widget>
  701. </item>
  702. <item>
  703. <widget class="QCheckBox" name="ConsecutiveNumbersCheckBox">
  704. <property name="enabled">
  705. <bool>false</bool>
  706. </property>
  707. <property name="text">
  708. <string/>
  709. </property>
  710. <property name="checkable">
  711. <bool>true</bool>
  712. </property>
  713. <property name="checked">
  714. <bool>false</bool>
  715. </property>
  716. <property name="tristate">
  717. <bool>true</bool>
  718. </property>
  719. </widget>
  720. </item>
  721. </layout>
  722. </widget>
  723. <widget class="QWidget" name="">
  724. <property name="geometry">
  725. <rect>
  726. <x>420</x>
  727. <y>400</y>
  728. <width>31</width>
  729. <height>111</height>
  730. </rect>
  731. </property>
  732. <layout class="QVBoxLayout" name="verticalLayout_7">
  733. <item>
  734. <widget class="QLabel" name="LettersOnlyCountLabel">
  735. <property name="text">
  736. <string>0</string>
  737. </property>
  738. </widget>
  739. </item>
  740. <item>
  741. <widget class="QLabel" name="NumOnlyCountLabel">
  742. <property name="text">
  743. <string>0</string>
  744. </property>
  745. </widget>
  746. </item>
  747. <item>
  748. <widget class="QLabel" name="ConsUpperCountLabel">
  749. <property name="text">
  750. <string>0</string>
  751. </property>
  752. </widget>
  753. </item>
  754. <item>
  755. <widget class="QLabel" name="ConsLowerCountLabel">
  756. <property name="text">
  757. <string>0</string>
  758. </property>
  759. </widget>
  760. </item>
  761. <item>
  762. <widget class="QLabel" name="ConsNumsCountLabel">
  763. <property name="text">
  764. <string>0</string>
  765. </property>
  766. </widget>
  767. </item>
  768. </layout>
  769. </widget>
  770. <widget class="QWidget" name="">
  771. <property name="geometry">
  772. <rect>
  773. <x>480</x>
  774. <y>400</y>
  775. <width>31</width>
  776. <height>111</height>
  777. </rect>
  778. </property>
  779. <layout class="QVBoxLayout" name="verticalLayout_8">
  780. <item>
  781. <widget class="QLabel" name="LettersOnlyScoreLabel">
  782. <property name="text">
  783. <string>0</string>
  784. </property>
  785. </widget>
  786. </item>
  787. <item>
  788. <widget class="QLabel" name="NumOnlyScoreLabel">
  789. <property name="text">
  790. <string>0</string>
  791. </property>
  792. </widget>
  793. </item>
  794. <item>
  795. <widget class="QLabel" name="ConsUpperScoreLabel">
  796. <property name="text">
  797. <string>0</string>
  798. </property>
  799. </widget>
  800. </item>
  801. <item>
  802. <widget class="QLabel" name="ConsLowerScoreLabel">
  803. <property name="text">
  804. <string>0</string>
  805. </property>
  806. </widget>
  807. </item>
  808. <item>
  809. <widget class="QLabel" name="ConsNumsScoreLabel">
  810. <property name="text">
  811. <string>0</string>
  812. </property>
  813. </widget>
  814. </item>
  815. </layout>
  816. </widget>
  817. <widget class="QWidget" name="">
  818. <property name="geometry">
  819. <rect>
  820. <x>50</x>
  821. <y>140</y>
  822. <width>331</width>
  823. <height>27</height>
  824. </rect>
  825. </property>
  826. <layout class="QHBoxLayout" name="horizontalLayout">
  827. <item>
  828. <widget class="QLabel" name="label_3">
  829. <property name="text">
  830. <string>Password Strength: </string>
  831. </property>
  832. </widget>
  833. </item>
  834. <item>
  835. <widget class="QProgressBar" name="progressBar">
  836. <property name="value">
  837. <number>0</number>
  838. </property>
  839. <property name="orientation">
  840. <enum>Qt::Horizontal</enum>
  841. </property>
  842. </widget>
  843. </item>
  844. </layout>
  845. </widget>
  846. <widget class="QWidget" name="">
  847. <property name="geometry">
  848. <rect>
  849. <x>50</x>
  850. <y>104</y>
  851. <width>331</width>
  852. <height>29</height>
  853. </rect>
  854. </property>
  855. <layout class="QHBoxLayout" name="horizontalLayout_2">
  856. <item>
  857. <widget class="QLabel" name="PassLabel">
  858. <property name="text">
  859. <string>Password:</string>
  860. </property>
  861. </widget>
  862. </item>
  863. <item>
  864. <widget class="QLineEdit" name="lineEdit">
  865. <property name="echoMode">
  866. <enum>QLineEdit::Password</enum>
  867. </property>
  868. </widget>
  869. </item>
  870. </layout>
  871. </widget>
  872. </widget>
  873. </widget>
  874. <layoutdefault spacing="6" margin="11"/>
  875. <resources/>
  876. <connections/>
  877. </ui>