@@ -769,26 +769,6 @@ QProgressBar::chunk {
769
769
<layout class =" QGridLayout" name =" gridLayout_2" >
770
770
<item row =" 0" column =" 0" >
771
771
<layout class =" QGridLayout" name =" gridLayout_3" >
772
- <item row =" 2" column =" 1" alignment =" Qt::AlignRight" >
773
- <widget class =" QLabel" name =" labelWordSeparator" >
774
- <property name =" text" >
775
- <string >Word Separator:</string >
776
- </property >
777
- </widget >
778
- </item >
779
- <item row =" 0" column =" 1" alignment =" Qt::AlignRight" >
780
- <widget class =" QLabel" name =" labelWordList" >
781
- <property name =" sizePolicy" >
782
- <sizepolicy hsizetype =" Minimum" vsizetype =" Preferred" >
783
- <horstretch >0</horstretch >
784
- <verstretch >0</verstretch >
785
- </sizepolicy >
786
- </property >
787
- <property name =" text" >
788
- <string >Wordlist:</string >
789
- </property >
790
- </widget >
791
- </item >
792
772
<item row =" 1" column =" 2" >
793
773
<layout class =" QHBoxLayout" name =" horizontalLayout_3" >
794
774
<property name =" sizeConstraint" >
@@ -834,29 +814,59 @@ QProgressBar::chunk {
834
814
</item >
835
815
</layout >
836
816
</item >
837
- <item row =" 1 " column =" 1" alignment =" Qt::AlignRight" >
838
- <widget class =" QLabel" name =" labelWordCount " >
817
+ <item row =" 3 " column =" 1" alignment =" Qt::AlignRight" >
818
+ <widget class =" QLabel" name =" wordCaseLabel " >
839
819
<property name =" text" >
840
- <string >Word Count:</string >
841
- </property >
842
- <property name =" buddy" >
843
- <cstring >spinBoxLength</cstring >
820
+ <string >Word Case:</string >
844
821
</property >
845
822
</widget >
846
823
</item >
847
- <item row =" 4 " column =" 1" alignment =" Qt::AlignRight" >
848
- <widget class =" QLabel" name =" characterCountLabel " >
824
+ <item row =" 2 " column =" 1" alignment =" Qt::AlignRight" >
825
+ <widget class =" QLabel" name =" labelWordSeparator " >
849
826
<property name =" text" >
850
- <string >Character Count :</string >
827
+ <string >Word Separator :</string >
851
828
</property >
852
829
</widget >
853
830
</item >
854
- <item row =" 3" column =" 1" alignment =" Qt::AlignRight" >
855
- <widget class =" QLabel" name =" wordCaseLabel" >
856
- <property name =" text" >
857
- <string >Word Case:</string >
858
- </property >
859
- </widget >
831
+ <item row =" 0" column =" 2" >
832
+ <layout class =" QHBoxLayout" name =" horizontalLayout_10" >
833
+ <item >
834
+ <widget class =" QComboBox" name =" comboBoxWordList" >
835
+ <property name =" sizePolicy" >
836
+ <sizepolicy hsizetype =" Expanding" vsizetype =" Fixed" >
837
+ <horstretch >0</horstretch >
838
+ <verstretch >0</verstretch >
839
+ </sizepolicy >
840
+ </property >
841
+ </widget >
842
+ </item >
843
+ <item >
844
+ <widget class =" QPushButton" name =" buttonDeleteWordList" >
845
+ <property name =" focusPolicy" >
846
+ <enum >Qt::TabFocus</enum >
847
+ </property >
848
+ <property name =" toolTip" >
849
+ <string >Delete selected wordlist</string >
850
+ </property >
851
+ <property name =" accessibleDescription" >
852
+ <string >Delete selected wordlist</string >
853
+ </property >
854
+ </widget >
855
+ </item >
856
+ <item >
857
+ <widget class =" QPushButton" name =" buttonAddWordList" >
858
+ <property name =" focusPolicy" >
859
+ <enum >Qt::TabFocus</enum >
860
+ </property >
861
+ <property name =" toolTip" >
862
+ <string >Add custom wordlist</string >
863
+ </property >
864
+ <property name =" accessibleDescription" >
865
+ <string >Add custom wordlist</string >
866
+ </property >
867
+ </widget >
868
+ </item >
869
+ </layout >
860
870
</item >
861
871
<item row =" 3" column =" 2" >
862
872
<layout class =" QHBoxLayout" name =" horizontalLayout_6" >
@@ -878,6 +888,16 @@ QProgressBar::chunk {
878
888
</item >
879
889
</layout >
880
890
</item >
891
+ <item row =" 1" column =" 1" alignment =" Qt::AlignRight" >
892
+ <widget class =" QLabel" name =" labelWordCount" >
893
+ <property name =" text" >
894
+ <string >Word Count:</string >
895
+ </property >
896
+ <property name =" buddy" >
897
+ <cstring >spinBoxLength</cstring >
898
+ </property >
899
+ </widget >
900
+ </item >
881
901
<item row =" 2" column =" 2" >
882
902
<layout class =" QHBoxLayout" name =" horizontalLayout_9" >
883
903
<item >
@@ -914,50 +934,16 @@ QProgressBar::chunk {
914
934
</item >
915
935
</layout >
916
936
</item >
917
- <item row =" 0" column =" 2" >
918
- <layout class =" QHBoxLayout" name =" horizontalLayout_10" >
919
- <item >
920
- <widget class =" QComboBox" name =" comboBoxWordList" >
921
- <property name =" sizePolicy" >
922
- <sizepolicy hsizetype =" Expanding" vsizetype =" Fixed" >
923
- <horstretch >0</horstretch >
924
- <verstretch >0</verstretch >
925
- </sizepolicy >
926
- </property >
927
- </widget >
928
- </item >
929
- <item >
930
- <widget class =" QPushButton" name =" buttonDeleteWordList" >
931
- <property name =" focusPolicy" >
932
- <enum >Qt::TabFocus</enum >
933
- </property >
934
- <property name =" toolTip" >
935
- <string >Delete selected wordlist</string >
936
- </property >
937
- <property name =" accessibleDescription" >
938
- <string >Delete selected wordlist</string >
939
- </property >
940
- </widget >
941
- </item >
942
- <item >
943
- <widget class =" QPushButton" name =" buttonAddWordList" >
944
- <property name =" focusPolicy" >
945
- <enum >Qt::TabFocus</enum >
946
- </property >
947
- <property name =" toolTip" >
948
- <string >Add custom wordlist</string >
949
- </property >
950
- <property name =" accessibleDescription" >
951
- <string >Add custom wordlist</string >
952
- </property >
953
- </widget >
954
- </item >
955
- </layout >
956
- </item >
957
- <item row =" 4" column =" 2" alignment =" Qt::AlignLeft" >
958
- <widget class =" QLabel" name =" charactersInPassphraseLabel" >
937
+ <item row =" 0" column =" 1" alignment =" Qt::AlignRight" >
938
+ <widget class =" QLabel" name =" labelWordList" >
939
+ <property name =" sizePolicy" >
940
+ <sizepolicy hsizetype =" Minimum" vsizetype =" Preferred" >
941
+ <horstretch >0</horstretch >
942
+ <verstretch >0</verstretch >
943
+ </sizepolicy >
944
+ </property >
959
945
<property name =" text" >
960
- <string >character </string >
946
+ <string >Wordlist: </string >
961
947
</property >
962
948
</widget >
963
949
</item >
0 commit comments