diff -r e659bb96cdfa -r bb6667ea9ae7 Preferences/ConfigurationPages/EmailPage.ui --- a/Preferences/ConfigurationPages/EmailPage.ui Sat Mar 02 11:12:25 2019 +0100 +++ b/Preferences/ConfigurationPages/EmailPage.ui Sat Mar 02 17:33:58 2019 +0100 @@ -46,9 +46,6 @@ </item> <item> <widget class="QLabel" name="googleMailInfoLabel"> - <property name="text"> - <string><b>Note:</b> Google Mail using plain SMTP should be configured below.</string> - </property> <property name="wordWrap"> <bool>true</bool> </property> @@ -67,7 +64,7 @@ </widget> </item> <item> - <spacer name="horizontalSpacer_2"> + <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> @@ -79,6 +76,26 @@ </property> </spacer> </item> + <item> + <widget class="QPushButton" name="googleInstallButton"> + <property name="toolTip"> + <string>Press to install the required packages</string> + </property> + <property name="text"> + <string>Install Packages</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="googleCheckAgainButton"> + <property name="toolTip"> + <string>Press to check the availability again</string> + </property> + <property name="text"> + <string>Check Again</string> + </property> + </widget> + </item> </layout> </item> </layout> @@ -321,6 +338,9 @@ </widget> <tabstops> <tabstop>googleMailCheckBox</tabstop> + <tabstop>googleHelpButton</tabstop> + <tabstop>googleInstallButton</tabstop> + <tabstop>googleCheckAgainButton</tabstop> <tabstop>mailServerEdit</tabstop> <tabstop>noEncryptionButton</tabstop> <tabstop>useSslButton</tabstop>