#5629 Simplify Activation dialog

This commit is contained in:
Andrew Nelless 2016-09-29 16:16:49 +01:00
parent d4646b1cc6
commit 0d5d7e11c0
1 changed files with 129 additions and 168 deletions

View File

@ -6,179 +6,140 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>564</width> <width>440</width>
<height>385</height> <height>314</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Dialog</string> <string>Dialog</string>
</property> </property>
<widget class="QDialogButtonBox" name="buttonBox"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="geometry"> <item>
<rect> <widget class="QRadioButton" name="m_pRadioButtonActivate">
<x>30</x> <property name="font">
<y>340</y> <font>
<width>521</width> <weight>75</weight>
<height>32</height> <bold>true</bold>
</rect> </font>
</property> </property>
<property name="orientation"> <property name="text">
<enum>Qt::Horizontal</enum> <string>&amp;Account login</string>
</property> </property>
<property name="standardButtons"> <property name="checked">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget class="QTextEdit" name="m_pTextEditSerialKey"> </item>
<property name="geometry"> <item>
<rect> <layout class="QFormLayout" name="formLayout_2">
<x>30</x> <property name="fieldGrowthPolicy">
<y>244</y> <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
<width>521</width> </property>
<height>70</height> <property name="horizontalSpacing">
</rect> <number>20</number>
</property> </property>
</widget> <property name="verticalSpacing">
<widget class="QRadioButton" name="m_pRadioButtonActivate"> <number>10</number>
<property name="geometry"> </property>
<rect> <item row="0" column="0">
<x>30</x> <widget class="QLabel" name="m_pLabelEmail">
<y>60</y> <property name="text">
<width>520</width> <string>Email:</string>
<height>24</height> </property>
</rect> </widget>
</property> </item>
<property name="font"> <item row="0" column="1">
<font> <widget class="QLineEdit" name="m_pLineEditEmail">
<weight>75</weight> <property name="sizePolicy">
<bold>true</bold> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
</font> <horstretch>0</horstretch>
</property> <verstretch>0</verstretch>
<property name="text"> </sizepolicy>
<string>&amp;Account login</string> </property>
</property> <property name="minimumSize">
<property name="checked"> <size>
<bool>true</bool> <width>200</width>
</property> <height>20</height>
</widget> </size>
<widget class="QRadioButton" name="m_pRadioButtonSubscription"> </property>
<property name="geometry"> <property name="echoMode">
<rect> <enum>QLineEdit::Normal</enum>
<x>30</x> </property>
<y>214</y> </widget>
<width>520</width> </item>
<height>24</height> <item row="1" column="0">
</rect> <widget class="QLabel" name="label_3">
</property> <property name="text">
<property name="font"> <string>Password:</string>
<font> </property>
<weight>75</weight> </widget>
<bold>true</bold> </item>
</font> <item row="1" column="1">
</property> <widget class="QLineEdit" name="m_pLineEditPassword">
<property name="text"> <property name="sizePolicy">
<string>&amp;Serial key</string> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
</widget> <verstretch>0</verstretch>
<widget class="QLabel" name="label_9"> </sizepolicy>
<property name="geometry"> </property>
<rect> <property name="minimumSize">
<x>30</x> <size>
<y>20</y> <width>200</width>
<width>520</width> <height>20</height>
<height>18</height> </size>
</rect> </property>
</property> <property name="echoMode">
<property name="text"> <enum>QLineEdit::Password</enum>
<string>Enable your &lt;a href=&quot;http://symless.com/pricing?source=gui&quot;&gt;Synergy Pro&lt;/a&gt; and Synergy Basic features.</string> </property>
</property> </widget>
<property name="openExternalLinks"> </item>
<bool>true</bool> </layout>
</property> </item>
</widget> <item>
<widget class="QWidget" name="layoutWidget"> <widget class="QRadioButton" name="m_pRadioButtonSubscription">
<property name="geometry"> <property name="font">
<rect> <font>
<x>30</x> <weight>75</weight>
<y>100</y> <bold>true</bold>
<width>285</width> </font>
<height>92</height> </property>
</rect> <property name="text">
</property> <string>&amp;Serial key</string>
<layout class="QFormLayout" name="formLayout_2"> </property>
<property name="fieldGrowthPolicy"> </widget>
<enum>QFormLayout::AllNonFixedFieldsGrow</enum> </item>
</property> <item>
<property name="horizontalSpacing"> <widget class="QLabel" name="label_5">
<number>20</number> <property name="text">
</property> <string>Found on your &lt;a href=&quot;https://symless.com/account/?source=gui&quot;&gt;account&lt;/a&gt; page.</string>
<property name="verticalSpacing"> </property>
<number>10</number> <property name="openExternalLinks">
</property> <bool>true</bool>
<item row="0" column="0"> </property>
<widget class="QLabel" name="m_pLabelEmail_2"> </widget>
<property name="text"> </item>
<string>Email:</string> <item>
</property> <widget class="QTextEdit" name="m_pTextEditSerialKey">
</widget> <property name="html">
</item> <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
<item row="0" column="1"> &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
<widget class="QLineEdit" name="m_pLineEditEmail_2"> p, li { white-space: pre-wrap; }
<property name="sizePolicy"> &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<horstretch>0</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> <item>
<property name="minimumSize"> <widget class="QDialogButtonBox" name="buttonBox">
<size> <property name="orientation">
<width>200</width> <enum>Qt::Horizontal</enum>
<height>20</height> </property>
</size> <property name="standardButtons">
</property> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<property name="echoMode"> </property>
<enum>QLineEdit::Normal</enum> </widget>
</property> </item>
</widget> </layout>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="m_pLineEditPassword_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>200</width>
<height>20</height>
</size>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_4">
<property name="text">
<string>&lt;a href=&quot;https://symless.com/account/reset/?source=gui&quot;&gt;Forgot password&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections> <connections>