syncthingtray/syncthingwidgets/settings/autostartwizardpage.ui

117 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::AutostartWizardPage</class>
<widget class="QWidget" name="QtGui::AutostartWizardPage">
<property name="windowTitle">
<string>General</string>
</property>
<property name="windowIcon">
<iconset theme="internet-web-browser" resource="../resources/syncthingwidgetsicons.qrc">
<normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</normaloff>:/icons/hicolor/scalable/apps/internet-web-browser.svg</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="keepExistingCheckBox"/>
</item>
<item>
<widget class="QCheckBox" name="enableAutostartCheckBox">
<property name="text">
<string>Start Syncthing Tray on login (only affects sessions of the current user)</string>
</property>
</widget>
</item>
<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>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="launcherEnabledLabel">
<property name="text">
<string>You previously selected to start Syncthing via the built-in launcher so Syncthing itself will be started automatically on login as well.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="systemdEnabledLabel">
<property name="text">
<string>You previously selected to start Syncthing via systemd so its systemd-unit will be enabled. This means Syncthing itself will start automatically independently of this setting which only affects the tray icon.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="launcherDisabledLabel">
<property name="text">
<string>Since Syncthing is running independently of Syncthing Tray on your system, this does not affect when Syncthing itself is launched.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="launcherAlreadyEnabledLabel">
<property name="text">
<string>The currently running Syncthing instance is started via Syncthing Tray so Syncthing itself will be started automatically on login as well.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="generalLabel">
<property name="text">
<string>This setting is about Syncthing Tray itself. If Syncthing is started via Syncthing Tray's launcher it will indirectly affect Syncthing as well, though.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../resources/syncthingwidgetsicons.qrc"/>
</resources>
<connections>
<connection>
<sender>keepExistingCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>enableAutostartCheckBox</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>202</x>
<y>19</y>
</hint>
<hint type="destinationlabel">
<x>202</x>
<y>46</y>
</hint>
</hints>
</connection>
</connections>
</ui>