Hook up EncryptWidget in ChoicePage, plus improve next status handling.

This commit is contained in:
Teo Mrnjavac 2016-04-22 16:02:07 +02:00
parent 0dfe627d52
commit 0cc9560a99
3 changed files with 65 additions and 18 deletions

View file

@ -32,7 +32,7 @@
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="m_rightLayout" stretch="0,1,0,0,0">
<layout class="QVBoxLayout" name="m_rightLayout" stretch="0,1,0,0,0,0">
<item>
<widget class="QLabel" name="m_messageLabel">
<property name="toolTip">
@ -63,7 +63,7 @@
<x>0</x>
<y>0</y>
<width>729</width>
<height>327</height>
<height>276</height>
</rect>
</property>
<layout class="QVBoxLayout" name="m_itemsLayout">
@ -93,6 +93,9 @@
</property>
</widget>
</item>
<item>
<widget class="EncryptWidget" name="m_encryptWidget" native="true"/>
</item>
<item>
<widget class="QLabel" name="m_selectLabel">
<property name="text">
@ -197,6 +200,14 @@
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>EncryptWidget</class>
<extends>QWidget</extends>
<header>gui/EncryptWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>