merged 1.4 r902:903 into trunk

This commit is contained in:
Nick Bolton 2011-02-05 23:01:04 +00:00
parent 2da69a8759
commit 462248a2de
4 changed files with 571 additions and 553 deletions

View File

@ -28,16 +28,20 @@ install(TARGETS
if (UNIX) if (UNIX)
if (APPLE) if (APPLE)
# TODO: how the hell do we distribute mac apps? # no cpack support for apple
#install(
# MACOSX_BUNDLE
# bin/QSynergy.app
# DESTINATION bin)
else() else()
install( install(FILES bin/qsynergy
FILES DESTINATION bin
bin/qsynergy PERMISSIONS
DESTINATION bin) OWNER_READ OWNER_WRITE OWNER_EXECUTE
GROUP_READ GROUP_EXECUTE
WORLD_READ WORLD_EXECUTE)
# install gnome menu item
install(FILES cmake/synergy.desktop
DESTINATION share/applications)
install(FILES cmd/launcher/synergy.ico
DESTINATION share/icons)
endif() endif()
endif() endif()
@ -59,7 +63,7 @@ endif(APPLE)
SET(CPACK_PACKAGE_NAME "synergy") SET(CPACK_PACKAGE_NAME "synergy")
SET(CPACK_PACKAGE_VENDOR "The Synergy Project") SET(CPACK_PACKAGE_VENDOR "The Synergy Project")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Installs Synergy server and client") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Synergy server and client")
SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR}) SET(CPACK_PACKAGE_VERSION_MAJOR ${VERSION_MAJOR})
SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR}) SET(CPACK_PACKAGE_VERSION_MINOR ${VERSION_MINOR})
SET(CPACK_PACKAGE_VERSION_PATCH ${VERSION_REV}) SET(CPACK_PACKAGE_VERSION_PATCH ${VERSION_REV})

7
cmake/synergy.desktop Normal file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Name=Synergy
Comment=Share your keyboard and mouse over a network
Exec=qsynergy
Icon=/usr/share/icons/synergy.ico
Type=Application
Categories=Utility

View File

@ -1,195 +1,202 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>AboutDialogBase</class> <class>AboutDialogBase</class>
<widget class="QDialog" name="AboutDialogBase"> <widget class="QDialog" name="AboutDialogBase">
<property name="windowModality"> <property name="windowModality">
<enum>Qt::ApplicationModal</enum> <enum>Qt::ApplicationModal</enum>
</property> </property>
<property name="geometry"> <property name="enabled">
<rect> <bool>true</bool>
<x>0</x> </property>
<y>0</y> <property name="sizePolicy">
<width>374</width> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<height>212</height> <horstretch>0</horstretch>
</rect> <verstretch>0</verstretch>
</property> </sizepolicy>
<property name="minimumSize"> </property>
<size> <property name="minimumSize">
<width>0</width> <size>
<height>0</height> <width>400</width>
</size> <height>250</height>
</property> </size>
<property name="windowTitle"> </property>
<string>About Synergy</string> <property name="maximumSize">
</property> <size>
<property name="modal"> <width>400</width>
<bool>true</bool> <height>250</height>
</property> </size>
<layout class="QGridLayout"> </property>
<item row="0" column="0" colspan="2"> <property name="windowTitle">
<widget class="QLabel" name="label_2"> <string>About Synergy</string>
<property name="text"> </property>
<string>&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; <property name="modal">
p, li { white-space: pre-wrap; } <bool>true</bool>
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt; </property>
&lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;&quot;&gt;&lt;span style=&quot; font-size:x-large;&quot;&gt;Synergy&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <layout class="QGridLayout">
</property> <item row="0" column="0" colspan="2">
<property name="wordWrap"> <widget class="QLabel" name="label_2">
<bool>true</bool> <property name="text">
</property> <string>&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;
<property name="openExternalLinks"> p, li { white-space: pre-wrap; }
<bool>true</bool> &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
</property> &lt;p style=&quot; margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;&quot;&gt;&lt;span style=&quot; font-size:x-large;&quot;&gt;Synergy&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<property name="textInteractionFlags"> </property>
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> <property name="wordWrap">
</property> <bool>true</bool>
</widget> </property>
</item> <property name="openExternalLinks">
<item row="1" column="0" rowspan="2" colspan="2"> <bool>true</bool>
<widget class="QLabel" name="label_3"> </property>
<property name="text"> <property name="textInteractionFlags">
<string>The Synergy GUI is based on QSynergy by Volker Lanz <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
Copyright © 2008 Volker Lanz (vl@fidra.de) </widget>
Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</string> </item>
</property> <item row="3" column="0" colspan="2">
<property name="wordWrap"> <widget class="Line" name="line">
<bool>true</bool> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
</widget> </property>
</item> </widget>
<item row="3" column="0" colspan="2"> </item>
<widget class="Line" name="line"> <item row="5" column="0" colspan="2">
<property name="orientation"> <layout class="QGridLayout">
<enum>Qt::Horizontal</enum> <item row="0" column="0">
</property> <widget class="QLabel" name="label">
</widget> <property name="sizePolicy">
</item> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<item row="5" column="0" colspan="2"> <horstretch>1</horstretch>
<layout class="QGridLayout"> <verstretch>0</verstretch>
<item row="0" column="0"> </sizepolicy>
<widget class="QLabel" name="label"> </property>
<property name="sizePolicy"> <property name="text">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <string>Version:</string>
<horstretch>1</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> <item row="0" column="1">
<property name="text"> <widget class="QLabel" name="m_pLabelSynergyVersion">
<string>Version:</string> <property name="text">
</property> <string>-</string>
</widget> </property>
</item> <property name="alignment">
<item row="0" column="1"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<widget class="QLabel" name="m_pLabelSynergyVersion"> </property>
<property name="text"> </widget>
<string>-</string> </item>
</property> <item row="1" column="0">
<property name="alignment"> <widget class="QLabel" name="label_6">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
</widget> <horstretch>1</horstretch>
</item> <verstretch>0</verstretch>
<item row="1" column="0"> </sizepolicy>
<widget class="QLabel" name="label_6"> </property>
<property name="sizePolicy"> <property name="text">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <string>Hostname:</string>
<horstretch>1</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> <item row="1" column="1">
<property name="text"> <widget class="QLabel" name="m_pLabelHostname">
<string>Hostname:</string> <property name="text">
</property> <string>-</string>
</widget> </property>
</item> <property name="alignment">
<item row="1" column="1"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<widget class="QLabel" name="m_pLabelHostname"> </property>
<property name="text"> </widget>
<string>-</string> </item>
</property> <item row="2" column="0">
<property name="alignment"> <widget class="QLabel" name="label_8">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
</widget> <horstretch>1</horstretch>
</item> <verstretch>0</verstretch>
<item row="2" column="0"> </sizepolicy>
<widget class="QLabel" name="label_8"> </property>
<property name="sizePolicy"> <property name="text">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <string>IP-Address:</string>
<horstretch>1</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> <item row="2" column="1">
<property name="text"> <widget class="QLabel" name="m_pLabelIPAddress">
<string>IP-Address:</string> <property name="text">
</property> <string>-</string>
</widget> </property>
</item> <property name="alignment">
<item row="2" column="1"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<widget class="QLabel" name="m_pLabelIPAddress"> </property>
<property name="text"> </widget>
<string>-</string> </item>
</property> </layout>
<property name="alignment"> </item>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <item row="6" column="1">
</property> <spacer>
</widget> <property name="orientation">
</item> <enum>Qt::Vertical</enum>
</layout> </property>
</item> <property name="sizeHint" stdset="0">
<item row="6" column="1"> <size>
<spacer> <width>20</width>
<property name="orientation"> <height>78</height>
<enum>Qt::Vertical</enum> </size>
</property> </property>
<property name="sizeHint" stdset="0"> </spacer>
<size> </item>
<width>20</width> <item row="7" column="0">
<height>78</height> <spacer>
</size> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
</spacer> </property>
</item> <property name="sizeHint" stdset="0">
<item row="7" column="0"> <size>
<spacer> <width>131</width>
<property name="orientation"> <height>20</height>
<enum>Qt::Horizontal</enum> </size>
</property> </property>
<property name="sizeHint" stdset="0"> </spacer>
<size> </item>
<width>131</width> <item row="7" column="1">
<height>20</height> <widget class="QPushButton" name="buttonOk">
</size> <property name="text">
</property> <string>&amp;Ok</string>
</spacer> </property>
</item> </widget>
<item row="7" column="1"> </item>
<widget class="QPushButton" name="buttonOk"> <item row="1" column="0" colspan="2">
<property name="text"> <widget class="QLabel" name="label_3">
<string>&amp;Ok</string> <property name="text">
</property> <string>The Synergy GUI is based on QSynergy by Volker Lanz
</widget>
</item> Copyright © 2008 Volker Lanz (vl@fidra.de)
</layout> Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</string>
</widget> </property>
<resources/> <property name="wordWrap">
<connections> <bool>true</bool>
<connection> </property>
<sender>buttonOk</sender> </widget>
<signal>clicked()</signal> </item>
<receiver>AboutDialogBase</receiver> </layout>
<slot>accept()</slot> </widget>
<hints> <resources/>
<hint type="sourcelabel"> <connections>
<x>315</x> <connection>
<y>374</y> <sender>buttonOk</sender>
</hint> <signal>clicked()</signal>
<hint type="destinationlabel"> <receiver>AboutDialogBase</receiver>
<x>301</x> <slot>accept()</slot>
<y>3</y> <hints>
</hint> <hint type="sourcelabel">
</hints> <x>315</x>
</connection> <y>374</y>
</connections> </hint>
</ui> <hint type="destinationlabel">
<x>301</x>
<y>3</y>
</hint>
</hints>
</connection>
</connections>
</ui>

View File

@ -1,348 +1,348 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>MainWindowBase</class> <class>MainWindowBase</class>
<widget class="QMainWindow" name="MainWindowBase"> <widget class="QMainWindow" name="MainWindowBase">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>445</width>
<height>260</height> <height>300</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>400</width> <width>445</width>
<height>260</height> <height>300</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>400</width> <width>445</width>
<height>260</height> <height>400</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Synergy</string> <string>Synergy</string>
</property> </property>
<widget class="QWidget" name="centralwidget"> <widget class="QWidget" name="centralwidget">
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="5" column="3"> <item row="5" column="3">
<widget class="QPushButton" name="m_pButtonToggleStart"> <widget class="QPushButton" name="m_pButtonToggleStart">
<property name="text"> <property name="text">
<string>&amp;Start</string> <string>&amp;Start</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="4"> <item row="1" column="0" colspan="4">
<widget class="QGroupBox" name="m_pGroupServer"> <widget class="QGroupBox" name="m_pGroupServer">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="title"> <property name="title">
<string>&amp;Server (share this computer's mouse and keyboard):</string> <string>&amp;Server (share this computer's mouse and keyboard):</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout"> <layout class="QVBoxLayout">
<item> <item>
<widget class="QRadioButton" name="m_pRadioExternalConfig"> <widget class="QRadioButton" name="m_pRadioExternalConfig">
<property name="text"> <property name="text">
<string>Use existing configuration:</string> <string>Use existing configuration:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="m_pLabelConfigurationFile"> <widget class="QLabel" name="m_pLabelConfigurationFile">
<property name="text"> <property name="text">
<string>&amp;Configuration file:</string> <string>&amp;Configuration file:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>m_pLineEditConfigFile</cstring> <cstring>m_pLineEditConfigFile</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="m_pLineEditConfigFile"> <widget class="QLineEdit" name="m_pLineEditConfigFile">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="m_pButtonBrowseConfigFile"> <widget class="QPushButton" name="m_pButtonBrowseConfigFile">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<widget class="QRadioButton" name="m_pRadioInternalConfig"> <widget class="QRadioButton" name="m_pRadioInternalConfig">
<property name="text"> <property name="text">
<string>Configure interactively:</string> <string>Configure interactively:</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item> <item>
<widget class="QPushButton" name="m_pButtonConfigureServer"> <widget class="QPushButton" name="m_pButtonConfigureServer">
<property name="text"> <property name="text">
<string>&amp;Configure Server...</string> <string>&amp;Configure Server...</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="4"> <item row="2" column="0" colspan="4">
<widget class="QGroupBox" name="m_pGroupClient"> <widget class="QGroupBox" name="m_pGroupClient">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="title"> <property name="title">
<string>&amp;Client (use another computer's keyboard and mouse):</string> <string>&amp;Client (use another computer's keyboard and mouse):</string>
</property> </property>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="m_pLabelServerName"> <widget class="QLabel" name="m_pLabelServerName">
<property name="text"> <property name="text">
<string>&amp;Name of the server:</string> <string>&amp;Name of the server:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>m_pLineEditHostname</cstring> <cstring>m_pLineEditHostname</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="m_pLineEditHostname"/> <widget class="QLineEdit" name="m_pLineEditHostname"/>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="5" column="1">
<widget class="QLabel" name="m_pStatusLabel"> <widget class="QLabel" name="m_pStatusLabel">
<property name="text"> <property name="text">
<string>Ready</string> <string>Ready</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="2"> <item row="5" column="2">
<spacer> <spacer>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
</widget> </widget>
<action name="m_pActionAbout"> <action name="m_pActionAbout">
<property name="text"> <property name="text">
<string>&amp;About Synergy...</string> <string>&amp;About Synergy...</string>
</property> </property>
</action> </action>
<action name="m_pActionQuit"> <action name="m_pActionQuit">
<property name="text"> <property name="text">
<string>&amp;Quit</string> <string>&amp;Quit</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Quit</string> <string>Quit</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+Q</string> <string>Ctrl+Q</string>
</property> </property>
</action> </action>
<action name="m_pActionStartSynergy"> <action name="m_pActionStartSynergy">
<property name="text"> <property name="text">
<string>&amp;Start</string> <string>&amp;Start</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Run</string> <string>Run</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+S</string> <string>Ctrl+S</string>
</property> </property>
</action> </action>
<action name="m_pActionStopSynergy"> <action name="m_pActionStopSynergy">
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text"> <property name="text">
<string>S&amp;top</string> <string>S&amp;top</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Stop</string> <string>Stop</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+T</string> <string>Ctrl+T</string>
</property> </property>
</action> </action>
<action name="actionShowStatus"> <action name="actionShowStatus">
<property name="text"> <property name="text">
<string>S&amp;how Status</string> <string>S&amp;how Status</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+H</string> <string>Ctrl+H</string>
</property> </property>
</action> </action>
<action name="m_pActionMinimize"> <action name="m_pActionMinimize">
<property name="text"> <property name="text">
<string>&amp;Minimize</string> <string>&amp;Minimize</string>
</property> </property>
</action> </action>
<action name="m_pActionRestore"> <action name="m_pActionRestore">
<property name="text"> <property name="text">
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
</action> </action>
<action name="m_pActionSave"> <action name="m_pActionSave">
<property name="text"> <property name="text">
<string>Save configuration &amp;as...</string> <string>Save configuration &amp;as...</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Save the interactively generated server configuration to a file.</string> <string>Save the interactively generated server configuration to a file.</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+Alt+S</string> <string>Ctrl+Alt+S</string>
</property> </property>
</action> </action>
<action name="m_pActionSettings"> <action name="m_pActionSettings">
<property name="text"> <property name="text">
<string>Settings</string> <string>Settings</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Edit settings</string> <string>Edit settings</string>
</property> </property>
</action> </action>
<action name="m_pActionLogOutput"> <action name="m_pActionLogOutput">
<property name="text"> <property name="text">
<string>Log output</string> <string>Log output</string>
</property> </property>
<property name="statusTip"> <property name="statusTip">
<string>Open a window with output</string> <string>Open a window with output</string>
</property> </property>
</action> </action>
<action name="m_pActionServices"> <action name="m_pActionServices">
<property name="text"> <property name="text">
<string>Services</string> <string>Services</string>
</property> </property>
</action> </action>
</widget> </widget>
<resources/> <resources/>
<connections> <connections>
<connection> <connection>
<sender>m_pButtonToggleStart</sender> <sender>m_pButtonToggleStart</sender>
<signal>clicked()</signal> <signal>clicked()</signal>
<receiver>m_pActionStartSynergy</receiver> <receiver>m_pActionStartSynergy</receiver>
<slot>trigger()</slot> <slot>trigger()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>361</x> <x>361</x>
<y>404</y> <y>404</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>-1</x> <x>-1</x>
<y>-1</y> <y>-1</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection> <connection>
<sender>m_pRadioExternalConfig</sender> <sender>m_pRadioExternalConfig</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>m_pLineEditConfigFile</receiver> <receiver>m_pLineEditConfigFile</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>156</x> <x>156</x>
<y>179</y> <y>179</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>169</x> <x>169</x>
<y>209</y> <y>209</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection> <connection>
<sender>m_pRadioExternalConfig</sender> <sender>m_pRadioExternalConfig</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>m_pButtonBrowseConfigFile</receiver> <receiver>m_pButtonBrowseConfigFile</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>353</x> <x>353</x>
<y>182</y> <y>182</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>356</x> <x>356</x>
<y>211</y> <y>211</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
<connection> <connection>
<sender>m_pRadioInternalConfig</sender> <sender>m_pRadioInternalConfig</sender>
<signal>toggled(bool)</signal> <signal>toggled(bool)</signal>
<receiver>m_pButtonConfigureServer</receiver> <receiver>m_pButtonConfigureServer</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
<x>204</x> <x>204</x>
<y>244</y> <y>244</y>
</hint> </hint>
<hint type="destinationlabel"> <hint type="destinationlabel">
<x>212</x> <x>212</x>
<y>274</y> <y>274</y>
</hint> </hint>
</hints> </hints>
</connection> </connection>
</connections> </connections>
</ui> </ui>