| @@ -0,0 +1,163 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<ui version="4.0"> | ||
| + <class>ActivationDialog</class> | ||
| + <widget class="QDialog" name="ActivationDialog"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>0</x> | ||
| + <y>0</y> | ||
| + <width>410</width> | ||
| + <height>211</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="windowTitle"> | ||
| + <string>Activate Synergy</string> | ||
| + </property> | ||
| + <layout class="QVBoxLayout" name="verticalLayout"> | ||
| + <item> | ||
| + <widget class="QLabel" name="label"> | ||
| + <property name="font"> | ||
| + <font> | ||
| + <weight>75</weight> | ||
| + <bold>true</bold> | ||
| + </font> | ||
| + </property> | ||
| + <property name="text"> | ||
| + <string>Serial key</string> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QLabel" name="label_5"> | ||
| + <property name="text"> | ||
| + <string><html><head/><body><p>This can be found on your <a href="https://symless.com/account/?source=gui"><span style=" text-decoration: underline; color:#0000ff;">account</span></a> page.</p></body></html></string> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QTextEdit" name="m_pTextEditSerialKey"> | ||
| + <property name="enabled"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + <property name="tabChangesFocus"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + <property name="html"> | ||
| + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> | ||
| +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> | ||
| +p, li { white-space: pre-wrap; } | ||
| +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> | ||
| +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> | ||
| + </property> | ||
| + <property name="acceptRichText"> | ||
| + <bool>false</bool> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QWidget" name="m_trialWidget" native="true"> | ||
| + <layout class="QHBoxLayout" name="horizontalLayout_5"> | ||
| + <property name="leftMargin"> | ||
| + <number>2</number> | ||
| + </property> | ||
| + <property name="topMargin"> | ||
| + <number>0</number> | ||
| + </property> | ||
| + <property name="rightMargin"> | ||
| + <number>0</number> | ||
| + </property> | ||
| + <property name="bottomMargin"> | ||
| + <number>8</number> | ||
| + </property> | ||
| + <item> | ||
| + <widget class="QLabel" name="label_3"> | ||
| + <property name="text"> | ||
| + <string/> | ||
| + </property> | ||
| + <property name="pixmap"> | ||
| + <pixmap resource="Synergy.qrc">:/res/icons/16x16/money.png</pixmap> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QLabel" name="m_trialLabel"> | ||
| + <property name="text"> | ||
| + <string><html><head/><body><p>Your trial has expired. <a href="http://symless.com/pricing?src=gui"><span style=" text-decoration: underline; color:#0000ff;">Buy now!</span></a></p></body></html></string> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <spacer name="horizontalSpacer"> | ||
| + <property name="orientation"> | ||
| + <enum>Qt::Horizontal</enum> | ||
| + </property> | ||
| + <property name="sizeHint" stdset="0"> | ||
| + <size> | ||
| + <width>40</width> | ||
| + <height>20</height> | ||
| + </size> | ||
| + </property> | ||
| + </spacer> | ||
| + </item> | ||
| + </layout> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QDialogButtonBox" name="buttonBox"> | ||
| + <property name="orientation"> | ||
| + <enum>Qt::Horizontal</enum> | ||
| + </property> | ||
| + <property name="standardButtons"> | ||
| + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + </layout> | ||
| + </widget> | ||
| + <tabstops> | ||
| + <tabstop>m_pTextEditSerialKey</tabstop> | ||
| + </tabstops> | ||
| + <resources> | ||
| + <include location="Synergy.qrc"/> | ||
| + </resources> | ||
| + <connections> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>accepted()</signal> | ||
| + <receiver>ActivationDialog</receiver> | ||
| + <slot>accept()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>248</x> | ||
| + <y>254</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>157</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>rejected()</signal> | ||
| + <receiver>ActivationDialog</receiver> | ||
| + <slot>reject()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>316</x> | ||
| + <y>260</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>286</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + </connections> | ||
| +</ui> |
| @@ -0,0 +1,89 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<ui version="4.0"> | ||
| + <class>CancelActivationDialog</class> | ||
| + <widget class="QDialog" name="CancelActivationDialog"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>0</x> | ||
| + <y>0</y> | ||
| + <width>400</width> | ||
| + <height>165</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="windowTitle"> | ||
| + <string>Cancel Activation</string> | ||
| + </property> | ||
| + <layout class="QVBoxLayout" name="verticalLayout"> | ||
| + <item> | ||
| + <widget class="QLabel" name="label"> | ||
| + <property name="text"> | ||
| + <string>Are you sure? | ||
| + | ||
| +If you don't activate Synergy you'll be missing out on some great features.</string> | ||
| + </property> | ||
| + <property name="wordWrap"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QLabel" name="label_2"> | ||
| + <property name="text"> | ||
| + <string><html><head/><body><p><a href="https://symless.com/pricing?source=gui"><span style=" text-decoration: underline; color:#0000ff;">Buy now</span></a></p></body></html></string> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + <item> | ||
| + <widget class="QDialogButtonBox" name="buttonBox"> | ||
| + <property name="orientation"> | ||
| + <enum>Qt::Horizontal</enum> | ||
| + </property> | ||
| + <property name="standardButtons"> | ||
| + <set>QDialogButtonBox::No|QDialogButtonBox::Yes</set> | ||
| + </property> | ||
| + </widget> | ||
| + </item> | ||
| + </layout> | ||
| + </widget> | ||
| + <resources/> | ||
| + <connections> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>accepted()</signal> | ||
| + <receiver>CancelActivationDialog</receiver> | ||
| + <slot>accept()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>248</x> | ||
| + <y>254</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>157</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>rejected()</signal> | ||
| + <receiver>CancelActivationDialog</receiver> | ||
| + <slot>reject()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>316</x> | ||
| + <y>260</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>286</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + </connections> | ||
| +</ui> |
| @@ -0,0 +1,108 @@ | ||
| +<?xml version="1.0" encoding="UTF-8"?> | ||
| +<ui version="4.0"> | ||
| + <class>FailedLoginDialog</class> | ||
| + <widget class="QDialog" name="FailedLoginDialog"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>0</x> | ||
| + <y>0</y> | ||
| + <width>400</width> | ||
| + <height>165</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="windowTitle"> | ||
| + <string>Activation Error</string> | ||
| + </property> | ||
| + <widget class="QDialogButtonBox" name="buttonBox"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>50</x> | ||
| + <y>120</y> | ||
| + <width>341</width> | ||
| + <height>32</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="orientation"> | ||
| + <enum>Qt::Horizontal</enum> | ||
| + </property> | ||
| + <property name="standardButtons"> | ||
| + <set>QDialogButtonBox::Close</set> | ||
| + </property> | ||
| + </widget> | ||
| + <widget class="QLabel" name="label_2"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>10</x> | ||
| + <y>90</y> | ||
| + <width>382</width> | ||
| + <height>30</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="text"> | ||
| + <string><html><head/><body><p><a href="https://symless.com/account/reset/?source=gui"><span style=" text-decoration: underline; color:#0000ff;">Forgotten your password?</span></a></p></body></html></string> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + <widget class="QLabel" name="messageLabel"> | ||
| + <property name="geometry"> | ||
| + <rect> | ||
| + <x>10</x> | ||
| + <y>10</y> | ||
| + <width>382</width> | ||
| + <height>72</height> | ||
| + </rect> | ||
| + </property> | ||
| + <property name="text"> | ||
| + <string>An error occurred while trying to activate Synergy. The Symless server returned the following error: | ||
| + | ||
| +%1</string> | ||
| + </property> | ||
| + <property name="wordWrap"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + <property name="openExternalLinks"> | ||
| + <bool>true</bool> | ||
| + </property> | ||
| + </widget> | ||
| + <zorder>label_2</zorder> | ||
| + <zorder>messageLabel</zorder> | ||
| + <zorder>buttonBox</zorder> | ||
| + </widget> | ||
| + <resources/> | ||
| + <connections> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>accepted()</signal> | ||
| + <receiver>FailedLoginDialog</receiver> | ||
| + <slot>accept()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>248</x> | ||
| + <y>254</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>157</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + <connection> | ||
| + <sender>buttonBox</sender> | ||
| + <signal>rejected()</signal> | ||
| + <receiver>FailedLoginDialog</receiver> | ||
| + <slot>reject()</slot> | ||
| + <hints> | ||
| + <hint type="sourcelabel"> | ||
| + <x>316</x> | ||
| + <y>260</y> | ||
| + </hint> | ||
| + <hint type="destinationlabel"> | ||
| + <x>286</x> | ||
| + <y>274</y> | ||
| + </hint> | ||
| + </hints> | ||
| + </connection> | ||
| + </connections> | ||
| +</ui> |
| @@ -1,137 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<ui version="4.0"> | ||
| - <class>PluginWizardPage</class> | ||
| - <widget class="QWizardPage" name="PluginWizardPage"> | ||
| - <property name="geometry"> | ||
| - <rect> | ||
| - <x>0</x> | ||
| - <y>0</y> | ||
| - <width>400</width> | ||
| - <height>300</height> | ||
| - </rect> | ||
| - </property> | ||
| - <property name="windowTitle"> | ||
| - <string>Setup Synergy</string> | ||
| - </property> | ||
| - <property name="title"> | ||
| - <string/> | ||
| - </property> | ||
| - <layout class="QVBoxLayout" name="verticalLayout"> | ||
| - <item> | ||
| - <spacer name="verticalSpacer"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Vertical</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>20</width> | ||
| - <height>40</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - <item> | ||
| - <layout class="QGridLayout" name="gridLayout"> | ||
| - <item row="0" column="0"> | ||
| - <spacer name="horizontalSpacer"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Horizontal</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>40</width> | ||
| - <height>20</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - <item row="0" column="1"> | ||
| - <widget class="QLabel" name="m_pLabelSpinning"> | ||
| - <property name="text"> | ||
| - <string> </string> | ||
| - </property> | ||
| - </widget> | ||
| - </item> | ||
| - <item row="0" column="2"> | ||
| - <spacer name="horizontalSpacer_2"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Horizontal</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>40</width> | ||
| - <height>20</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - </layout> | ||
| - </item> | ||
| - <item> | ||
| - <spacer name="verticalSpacer_3"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Vertical</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>20</width> | ||
| - <height>40</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - <item> | ||
| - <layout class="QGridLayout" name="gridLayout_2"> | ||
| - <item row="0" column="0"> | ||
| - <spacer name="horizontalSpacer_3"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Horizontal</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>40</width> | ||
| - <height>20</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - <item row="0" column="1"> | ||
| - <widget class="QLabel" name="m_pLabelStatus"> | ||
| - <property name="text"> | ||
| - <string>Please wait...</string> | ||
| - </property> | ||
| - </widget> | ||
| - </item> | ||
| - <item row="0" column="2"> | ||
| - <spacer name="horizontalSpacer_4"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Horizontal</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>40</width> | ||
| - <height>20</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - </layout> | ||
| - </item> | ||
| - <item> | ||
| - <spacer name="verticalSpacer_2"> | ||
| - <property name="orientation"> | ||
| - <enum>Qt::Vertical</enum> | ||
| - </property> | ||
| - <property name="sizeHint" stdset="0"> | ||
| - <size> | ||
| - <width>20</width> | ||
| - <height>40</height> | ||
| - </size> | ||
| - </property> | ||
| - </spacer> | ||
| - </item> | ||
| - </layout> | ||
| - </widget> | ||
| - <resources/> | ||
| - <connections/> | ||
| -</ui> |