2022-01-19 20:46:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PageGeneral</class>
|
|
|
|
<widget class="QWidget" name="PageGeneral">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2022-08-15 16:40:07 +00:00
|
|
|
<width>477</width>
|
|
|
|
<height>310</height>
|
2022-01-19 20:46:42 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2022-02-17 17:26:15 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="downloadsPathLabel">
|
2022-01-19 20:46:42 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Downloads path</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-02-17 17:26:15 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="downloadsPathInput">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="downloadsPathButton">
|
|
|
|
<property name="text">
|
2022-02-19 18:31:49 +00:00
|
|
|
<string>Browse</string>
|
2022-02-17 17:26:15 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2022-01-19 20:46:42 +00:00
|
|
|
</item>
|
2022-08-15 16:40:07 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="trayLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Tray icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QCheckBox" name="trayInput">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mimimize Squawk to tray when closing main window</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="hideTrayLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide tray icon</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QCheckBox" name="hideTrayInput">
|
|
|
|
<property name="text">
|
|
|
|
<string>Hide tray icon when Squawk main window is visible</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2022-01-19 20:46:42 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|