1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SettingsWidgetFdoSecrets</class>
4 <widget class="QWidget" name="SettingsWidgetFdoSecrets">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>525</width>
10    <height>457</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Options</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="leftMargin">
18    <number>0</number>
19   </property>
20   <property name="topMargin">
21    <number>0</number>
22   </property>
23   <property name="rightMargin">
24    <number>0</number>
25   </property>
26   <property name="bottomMargin">
27    <number>0</number>
28   </property>
29   <item>
30    <widget class="MessageWidget" name="warningMsg" native="true"/>
31   </item>
32   <item>
33    <widget class="QCheckBox" name="enableFdoSecretService">
34     <property name="text">
35      <string>Enable KeepassXC Freedesktop.org Secret Service integration</string>
36     </property>
37    </widget>
38   </item>
39   <item>
40    <widget class="QTabWidget" name="tabWidget">
41     <property name="currentIndex">
42      <number>0</number>
43     </property>
44     <widget class="QWidget" name="tab">
45      <attribute name="title">
46       <string>General</string>
47      </attribute>
48      <layout class="QVBoxLayout" name="verticalLayout_2">
49       <item>
50        <widget class="QCheckBox" name="showNotification">
51         <property name="text">
52          <string>Show notification when credentials are requested</string>
53         </property>
54        </widget>
55       </item>
56       <item>
57        <widget class="QCheckBox" name="noConfirmDeleteItem">
58         <property name="toolTip">
59          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If recycle bin is enabled for the database, entries will be moved to recycle bin directly. Otherwise, they will be deleted without confirmation.&lt;/p&gt;&lt;p&gt;You will still be prompted if any entries are referenced by others.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
60         </property>
61         <property name="text">
62          <string>Don't confirm when entries are deleted by clients</string>
63         </property>
64        </widget>
65       </item>
66       <item>
67        <spacer name="verticalSpacer">
68         <property name="orientation">
69          <enum>Qt::Vertical</enum>
70         </property>
71         <property name="sizeType">
72          <enum>QSizePolicy::Preferred</enum>
73         </property>
74         <property name="sizeHint" stdset="0">
75          <size>
76           <width>20</width>
77           <height>40</height>
78          </size>
79         </property>
80        </spacer>
81       </item>
82       <item>
83        <widget class="QLabel" name="label_2">
84         <property name="text">
85          <string>Exposed database groups:</string>
86         </property>
87        </widget>
88       </item>
89       <item>
90        <widget class="QTableView" name="tableDatabases">
91         <property name="focusPolicy">
92          <enum>Qt::NoFocus</enum>
93         </property>
94         <property name="editTriggers">
95          <set>QAbstractItemView::NoEditTriggers</set>
96         </property>
97         <property name="selectionMode">
98          <enum>QAbstractItemView::NoSelection</enum>
99         </property>
100         <property name="selectionBehavior">
101          <enum>QAbstractItemView::SelectRows</enum>
102         </property>
103         <attribute name="verticalHeaderVisible">
104          <bool>false</bool>
105         </attribute>
106        </widget>
107       </item>
108      </layout>
109     </widget>
110     <widget class="QWidget" name="tab_2">
111      <attribute name="title">
112       <string>Authorization</string>
113      </attribute>
114      <layout class="QVBoxLayout" name="verticalLayout_3">
115       <item>
116        <widget class="QLabel" name="label">
117         <property name="text">
118          <string>These applications are currently connected:</string>
119         </property>
120        </widget>
121       </item>
122       <item>
123        <widget class="QTableView" name="tableSessions">
124         <property name="focusPolicy">
125          <enum>Qt::NoFocus</enum>
126         </property>
127         <property name="editTriggers">
128          <set>QAbstractItemView::NoEditTriggers</set>
129         </property>
130         <property name="selectionMode">
131          <enum>QAbstractItemView::NoSelection</enum>
132         </property>
133         <property name="selectionBehavior">
134          <enum>QAbstractItemView::SelectRows</enum>
135         </property>
136         <attribute name="verticalHeaderVisible">
137          <bool>false</bool>
138         </attribute>
139        </widget>
140       </item>
141      </layout>
142     </widget>
143    </widget>
144   </item>
145  </layout>
146 </widget>
147 <customwidgets>
148  <customwidget>
149   <class>MessageWidget</class>
150   <extends>QWidget</extends>
151   <header>gui/MessageWidget.h</header>
152   <container>1</container>
153  </customwidget>
154 </customwidgets>
155 <resources/>
156 <connections/>
157</ui>
158