Updated server config dialog UI generated by Qt

This commit is contained in:
Xinyu Hou 2014-11-18 13:27:55 +00:00
parent b2435cdaef
commit aa9990fba9
1 changed files with 221 additions and 213 deletions

View File

@ -1,7 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ServerConfigDialogBase</class> <class>ServerConfigDialogBase</class>
<widget class="QDialog" name="ServerConfigDialogBase" > <widget class="QDialog" name="ServerConfigDialogBase">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,139 +10,139 @@
<height>514</height> <height>514</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Server Configuration</string> <string>Server Configuration</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<widget class="QTabWidget" name="m_pTabWidget" > <widget class="QTabWidget" name="m_pTabWidget">
<property name="currentIndex" > <property name="currentIndex">
<number>0</number> <number>2</number>
</property> </property>
<widget class="QWidget" name="m_pTabScreens" > <widget class="QWidget" name="m_pTabScreens">
<attribute name="title" > <attribute name="title">
<string>Screens and links</string> <string>Screens and links</string>
</attribute> </attribute>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="TrashScreenWidget" name="m_pTrashScreenWidget" > <widget class="TrashScreenWidget" name="m_pTrashScreenWidget">
<property name="acceptDrops" > <property name="acceptDrops">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="toolTip" > <property name="toolTip">
<string>Drag a screen from the grid to the trashcan to remove it.</string> <string>Drag a screen from the grid to the trashcan to remove it.</string>
</property> </property>
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="pixmap" > <property name="pixmap">
<pixmap resource="Synergy.qrc" >:/res/icons/64x64/user-trash.png</pixmap> <pixmap resource="Synergy.qrc">:/res/icons/64x64/user-trash.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_2" > <widget class="QLabel" name="label_2">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch> <horstretch>1</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text" > <property name="text">
<string>Configure the layout of your synergy server configuration.</string> <string>Configure the layout of your synergy server configuration.</string>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
<property name="wordWrap" > <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="NewScreenWidget" name="m_pLabelNewScreenWidget" > <widget class="NewScreenWidget" name="m_pLabelNewScreenWidget">
<property name="toolTip" > <property name="toolTip">
<string>Drag this button to the grid to add a new screen.</string> <string>Drag this button to the grid to add a new screen.</string>
</property> </property>
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Raised</enum> <enum>QFrame::Raised</enum>
</property> </property>
<property name="text" > <property name="text">
<string/> <string/>
</property> </property>
<property name="pixmap" > <property name="pixmap">
<pixmap resource="Synergy.qrc" >:/res/icons/64x64/video-display.png</pixmap> <pixmap resource="Synergy.qrc">:/res/icons/64x64/video-display.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item> <item>
<widget class="ScreenSetupView" name="m_pScreenSetupView" > <widget class="ScreenSetupView" name="m_pScreenSetupView">
<property name="minimumSize" > <property name="minimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>273</height> <height>273</height>
</size> </size>
</property> </property>
<property name="maximumSize" > <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>273</height> <height>273</height>
</size> </size>
</property> </property>
<property name="acceptDrops" > <property name="acceptDrops">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="autoFillBackground" > <property name="autoFillBackground">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="frameShape" > <property name="frameShape">
<enum>QFrame::StyledPanel</enum> <enum>QFrame::StyledPanel</enum>
</property> </property>
<property name="frameShadow" > <property name="frameShadow">
<enum>QFrame::Sunken</enum> <enum>QFrame::Sunken</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_3" > <widget class="QLabel" name="label_3">
<property name="sizePolicy" > <property name="sizePolicy">
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>1</horstretch> <horstretch>1</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text" > <property name="text">
<string>Drag new screens to the grid or move existing ones around. <string>Drag new screens to the grid or move existing ones around.
Drag a screen to the trashcan to delete it. Drag a screen to the trashcan to delete it.
Double click on a screen to edit its settings.</string> Double click on a screen to edit its settings.</string>
</property> </property>
<property name="alignment" > <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
<property name="wordWrap" > <property name="wordWrap">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -151,56 +152,56 @@ Double click on a screen to edit its settings.</string>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="m_pTabHotkeys" > <widget class="QWidget" name="m_pTabHotkeys">
<attribute name="title" > <attribute name="title">
<string>Hotkeys</string> <string>Hotkeys</string>
</attribute> </attribute>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QGroupBox" name="groupBox" > <widget class="QGroupBox" name="groupBox">
<property name="title" > <property name="title">
<string>&amp;Hotkeys</string> <string>&amp;Hotkeys</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item rowspan="4" row="0" column="0" > <item row="0" column="0" rowspan="4">
<widget class="QListWidget" name="m_pListHotkeys" /> <widget class="QListWidget" name="m_pListHotkeys"/>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QPushButton" name="m_pButtonNewHotkey" > <widget class="QPushButton" name="m_pButtonNewHotkey">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;New</string> <string>&amp;New</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item row="1" column="1">
<widget class="QPushButton" name="m_pButtonEditHotkey" > <widget class="QPushButton" name="m_pButtonEditHotkey">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Edit</string> <string>&amp;Edit</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" > <item row="2" column="1">
<widget class="QPushButton" name="m_pButtonRemoveHotkey" > <widget class="QPushButton" name="m_pButtonRemoveHotkey">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Remove</string> <string>&amp;Remove</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" > <item row="3" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>75</width> <width>75</width>
<height>161</height> <height>161</height>
@ -212,50 +213,50 @@ Double click on a screen to edit its settings.</string>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox_2" > <widget class="QGroupBox" name="groupBox_2">
<property name="title" > <property name="title">
<string>A&amp;ctions</string> <string>A&amp;ctions</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item rowspan="4" row="0" column="0" > <item row="0" column="0" rowspan="4">
<widget class="QListWidget" name="m_pListActions" /> <widget class="QListWidget" name="m_pListActions"/>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QPushButton" name="m_pButtonNewAction" > <widget class="QPushButton" name="m_pButtonNewAction">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Ne&amp;w</string> <string>Ne&amp;w</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" > <item row="1" column="1">
<widget class="QPushButton" name="m_pButtonEditAction" > <widget class="QPushButton" name="m_pButtonEditAction">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>E&amp;dit</string> <string>E&amp;dit</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" > <item row="2" column="1">
<widget class="QPushButton" name="m_pButtonRemoveAction" > <widget class="QPushButton" name="m_pButtonRemoveAction">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Re&amp;move</string> <string>Re&amp;move</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" > <item row="3" column="1">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -268,35 +269,35 @@ Double click on a screen to edit its settings.</string>
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="m_pTabAdvanced" > <widget class="QWidget" name="m_pTabAdvanced">
<attribute name="title" > <attribute name="title">
<string>Advanced server settings</string> <string>Advanced server settings</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item row="0" column="0" > <item row="0" column="0">
<widget class="QGroupBox" name="m_pGroupSwitch" > <widget class="QGroupBox" name="m_pGroupSwitch">
<property name="title" > <property name="title">
<string>&amp;Switch</string> <string>&amp;Switch</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QCheckBox" name="m_pCheckBoxSwitchDelay" > <widget class="QCheckBox" name="m_pCheckBoxSwitchDelay">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Switch &amp;after waiting</string> <string>Switch &amp;after waiting</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" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -305,27 +306,27 @@ Double click on a screen to edit its settings.</string>
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="m_pSpinBoxSwitchDelay" > <widget class="QSpinBox" name="m_pSpinBoxSwitchDelay">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="minimum" > <property name="minimum">
<number>10</number> <number>10</number>
</property> </property>
<property name="maximum" > <property name="maximum">
<number>10000</number> <number>10000</number>
</property> </property>
<property name="singleStep" > <property name="singleStep">
<number>10</number> <number>10</number>
</property> </property>
<property name="value" > <property name="value">
<number>250</number> <number>250</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="m_pLabel_14" > <widget class="QLabel" name="m_pLabel_14">
<property name="text" > <property name="text">
<string>ms</string> <string>ms</string>
</property> </property>
</widget> </widget>
@ -333,23 +334,23 @@ Double click on a screen to edit its settings.</string>
</layout> </layout>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QCheckBox" name="m_pCheckBoxSwitchDoubleTap" > <widget class="QCheckBox" name="m_pCheckBoxSwitchDoubleTap">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Switch on double &amp;tap within</string> <string>Switch on double &amp;tap within</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" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -358,27 +359,27 @@ Double click on a screen to edit its settings.</string>
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="m_pSpinBoxSwitchDoubleTap" > <widget class="QSpinBox" name="m_pSpinBoxSwitchDoubleTap">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="minimum" > <property name="minimum">
<number>10</number> <number>10</number>
</property> </property>
<property name="maximum" > <property name="maximum">
<number>10000</number> <number>10000</number>
</property> </property>
<property name="singleStep" > <property name="singleStep">
<number>10</number> <number>10</number>
</property> </property>
<property name="value" > <property name="value">
<number>250</number> <number>250</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="m_pLabel_15" > <widget class="QLabel" name="m_pLabel_15">
<property name="text" > <property name="text">
<string>ms</string> <string>ms</string>
</property> </property>
</widget> </widget>
@ -387,10 +388,10 @@ Double click on a screen to edit its settings.</string>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -401,30 +402,30 @@ Double click on a screen to edit its settings.</string>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="0" column="1" > <item row="0" column="1">
<widget class="QGroupBox" name="m_pGroupOptions" > <widget class="QGroupBox" name="m_pGroupOptions">
<property name="title" > <property name="title">
<string>&amp;Options</string> <string>&amp;Options</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item row="0" column="0" > <item row="0" column="0">
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QCheckBox" name="m_pCheckBoxHeartbeat" > <widget class="QCheckBox" name="m_pCheckBoxHeartbeat">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>&amp;Check clients every</string> <string>&amp;Check clients every</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" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -433,69 +434,69 @@ Double click on a screen to edit its settings.</string>
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="m_pSpinBoxHeartbeat" > <widget class="QSpinBox" name="m_pSpinBoxHeartbeat">
<property name="enabled" > <property name="enabled">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="minimum" > <property name="minimum">
<number>1000</number> <number>1000</number>
</property> </property>
<property name="maximum" > <property name="maximum">
<number>30000</number> <number>30000</number>
</property> </property>
<property name="singleStep" > <property name="singleStep">
<number>1000</number> <number>1000</number>
</property> </property>
<property name="value" > <property name="value">
<number>5000</number> <number>5000</number>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="m_pLabel_16" > <widget class="QLabel" name="m_pLabel_16">
<property name="text" > <property name="text">
<string>ms</string> <string>ms</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
<item row="1" column="0" > <item row="1" column="0">
<widget class="QCheckBox" name="m_pCheckBoxRelativeMouseMoves" > <widget class="QCheckBox" name="m_pCheckBoxRelativeMouseMoves">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Use &amp;relative mouse moves</string> <string>Use &amp;relative mouse moves</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" > <item row="2" column="0">
<widget class="QCheckBox" name="m_pCheckBoxScreenSaverSync" > <widget class="QCheckBox" name="m_pCheckBoxScreenSaverSync">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>S&amp;ynchronize screen savers</string> <string>S&amp;ynchronize screen savers</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" > <item row="3" column="0">
<widget class="QCheckBox" name="m_pCheckBoxWin32KeepForeground" > <widget class="QCheckBox" name="m_pCheckBoxWin32KeepForeground">
<property name="enabled" > <property name="enabled">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="text" > <property name="text">
<string>Don't take &amp;foreground window on Windows servers</string> <string>Don't take &amp;foreground window on Windows servers</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0" > <item row="5" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -503,52 +504,59 @@ Double click on a screen to edit its settings.</string>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="4" column="0">
<widget class="QCheckBox" name="m_pCheckBoxIgnoreAutoConnectClient">
<property name="text">
<string>Ingore all clients from auto connect</string>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2" > <item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="m_pGroupSwitchCorners" > <widget class="QGroupBox" name="m_pGroupSwitchCorners">
<property name="title" > <property name="title">
<string>&amp;Dead corners</string> <string>&amp;Dead corners</string>
</property> </property>
<property name="checked" > <property name="checked">
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout">
<item row="0" column="0" colspan="2" > <item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="m_pCheckBoxCornerTopLeft" > <widget class="QCheckBox" name="m_pCheckBoxCornerTopLeft">
<property name="text" > <property name="text">
<string>To&amp;p-left</string> <string>To&amp;p-left</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="2" colspan="2" > <item row="0" column="2" colspan="2">
<widget class="QCheckBox" name="m_pCheckBoxCornerTopRight" > <widget class="QCheckBox" name="m_pCheckBoxCornerTopRight">
<property name="text" > <property name="text">
<string>Top-rig&amp;ht</string> <string>Top-rig&amp;ht</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2" > <item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="m_pCheckBoxCornerBottomLeft" > <widget class="QCheckBox" name="m_pCheckBoxCornerBottomLeft">
<property name="text" > <property name="text">
<string>&amp;Bottom-left</string> <string>&amp;Bottom-left</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="2" colspan="2" > <item row="1" column="2" colspan="2">
<widget class="QCheckBox" name="m_pCheckBoxCornerBottomRight" > <widget class="QCheckBox" name="m_pCheckBoxCornerBottomRight">
<property name="text" > <property name="text">
<string>Bottom-ri&amp;ght</string> <string>Bottom-ri&amp;ght</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" > <item row="2" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -556,29 +564,29 @@ Double click on a screen to edit its settings.</string>
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="2" column="1" colspan="2" > <item row="2" column="1" colspan="2">
<layout class="QHBoxLayout" > <layout class="QHBoxLayout">
<item> <item>
<widget class="QLabel" name="label" > <widget class="QLabel" name="label">
<property name="text" > <property name="text">
<string>Cor&amp;ner Size:</string> <string>Cor&amp;ner Size:</string>
</property> </property>
<property name="buddy" > <property name="buddy">
<cstring>m_pSpinBoxSwitchCornerSize</cstring> <cstring>m_pSpinBoxSwitchCornerSize</cstring>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QSpinBox" name="m_pSpinBoxSwitchCornerSize" /> <widget class="QSpinBox" name="m_pSpinBoxSwitchCornerSize"/>
</item> </item>
</layout> </layout>
</item> </item>
<item row="2" column="3" > <item row="2" column="3">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -589,12 +597,12 @@ Double click on a screen to edit its settings.</string>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0" > <item row="2" column="0">
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -607,12 +615,12 @@ Double click on a screen to edit its settings.</string>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QDialogButtonBox" name="m_pButtonBox" > <widget class="QDialogButtonBox" name="m_pButtonBox">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="standardButtons" > <property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property> </property>
</widget> </widget>
</item> </item>
@ -637,7 +645,7 @@ Double click on a screen to edit its settings.</string>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources> <resources>
<include location="Synergy.qrc" /> <include location="Synergy.qrc"/>
</resources> </resources>
<connections> <connections>
<connection> <connection>
@ -646,11 +654,11 @@ Double click on a screen to edit its settings.</string>
<receiver>ServerConfigDialogBase</receiver> <receiver>ServerConfigDialogBase</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>572</x> <x>572</x>
<y>424</y> <y>424</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>377</x> <x>377</x>
<y>-8</y> <y>-8</y>
</hint> </hint>
@ -662,11 +670,11 @@ Double click on a screen to edit its settings.</string>
<receiver>ServerConfigDialogBase</receiver> <receiver>ServerConfigDialogBase</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>641</x> <x>641</x>
<y>424</y> <y>424</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>595</x> <x>595</x>
<y>1</y> <y>1</y>
</hint> </hint>
@ -678,11 +686,11 @@ Double click on a screen to edit its settings.</string>
<receiver>m_pSpinBoxSwitchDelay</receiver> <receiver>m_pSpinBoxSwitchDelay</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
@ -694,11 +702,11 @@ Double click on a screen to edit its settings.</string>
<receiver>m_pSpinBoxSwitchDoubleTap</receiver> <receiver>m_pSpinBoxSwitchDoubleTap</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
@ -710,11 +718,11 @@ Double click on a screen to edit its settings.</string>
<receiver>m_pSpinBoxHeartbeat</receiver> <receiver>m_pSpinBoxHeartbeat</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>110</x> <x>110</x>
<y>63</y> <y>63</y>
</hint> </hint>
@ -726,11 +734,11 @@ Double click on a screen to edit its settings.</string>
<receiver>m_pButtonEditHotkey</receiver> <receiver>m_pButtonEditHotkey</receiver>
<slot>click()</slot> <slot>click()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>197</x> <x>197</x>
<y>115</y> <y>115</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>304</x> <x>304</x>
<y>115</y> <y>115</y>
</hint> </hint>
@ -742,11 +750,11 @@ Double click on a screen to edit its settings.</string>
<receiver>m_pButtonEditAction</receiver> <receiver>m_pButtonEditAction</receiver>
<slot>click()</slot> <slot>click()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>505</x> <x>505</x>
<y>120</y> <y>120</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>677</x> <x>677</x>
<y>118</y> <y>118</y>
</hint> </hint>