syncthingtray/gui/autostartoptionpage.ui

62 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-08-30 20:01:07 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::AutostartOptionPage</class>
<widget class="QWidget" name="QtGui::AutostartOptionPage">
2016-09-01 16:34:30 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-09-03 19:39:43 +02:00
<width>376</width>
<height>80</height>
2016-09-01 16:34:30 +02:00
</rect>
</property>
2016-08-30 20:01:07 +02:00
<property name="windowTitle">
<string>Autostart</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2016-09-03 19:39:43 +02:00
<widget class="QCheckBox" name="autostartCheckBox">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
2016-08-30 20:01:07 +02:00
<property name="text">
2016-09-03 19:39:43 +02:00
<string>Start the tray icon when the desktop environment launches</string>
2016-08-30 20:01:07 +02:00
</property>
</widget>
</item>
2016-09-03 19:39:43 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="infoIconLabel">
<property name="minimumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="platformNoteLabel">
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
2016-08-30 20:01:07 +02:00
</layout>
</widget>
<resources/>
<connections/>
</ui>