More GUI fixes, typos and GUI updates for fixed frame sizes encrypt/decrypt boxes.

This commit is contained in:
Charles
2020-06-08 18:11:18 -04:00
parent c5c3eab002
commit f734976773
4 changed files with 388 additions and 359 deletions

View File

@@ -10,6 +10,24 @@
<height>177</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>177</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>177</height>
</size>
</property>
<property name="windowTitle">
<string>SDL Startup Decryption</string>
</property>
@@ -43,6 +61,12 @@
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="txtPassword">
<property name="minimumSize">
<size>
<width>0</width>
<height>25</height>
</size>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>