89 <string>Shows an indication for the encryption key strength</string> |
89 <string>Shows an indication for the encryption key strength</string> |
90 </property> |
90 </property> |
91 </widget> |
91 </widget> |
92 </item> |
92 </item> |
93 <item row="5" column="0" colspan="2"> |
93 <item row="5" column="0" colspan="2"> |
|
94 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
95 <item> |
|
96 <widget class="QLabel" name="label_4"> |
|
97 <property name="text"> |
|
98 <string>Size of generated encryption key:</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="QComboBox" name="keySizeComboBox"> |
|
104 <property name="toolTip"> |
|
105 <string>Select the size of the generated encryption key</string> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item> |
|
110 <spacer name="horizontalSpacer"> |
|
111 <property name="orientation"> |
|
112 <enum>Qt::Horizontal</enum> |
|
113 </property> |
|
114 <property name="sizeHint" stdset="0"> |
|
115 <size> |
|
116 <width>40</width> |
|
117 <height>20</height> |
|
118 </size> |
|
119 </property> |
|
120 </spacer> |
|
121 </item> |
|
122 </layout> |
|
123 </item> |
|
124 <item row="6" column="0" colspan="2"> |
94 <widget class="QLabel" name="errorLabel"> |
125 <widget class="QLabel" name="errorLabel"> |
95 <property name="styleSheet"> |
126 <property name="styleSheet"> |
96 <string notr="true">color : red;</string> |
127 <string notr="true">color : red;</string> |
97 </property> |
128 </property> |
98 <property name="wordWrap"> |
129 <property name="wordWrap"> |