2017-12-12 10:15:23 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>BrowserAccessControlDialog</class>
|
|
|
|
<widget class="QDialog" name="BrowserAccessControlDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-01-05 12:07:18 -05:00
|
|
|
<width>405</width>
|
|
|
|
<height>200</height>
|
2017-12-12 10:15:23 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>KeePassXC - Browser Access Request</string>
|
2017-12-12 10:15:23 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2020-01-05 12:07:18 -05:00
|
|
|
<widget class="QLabel" name="siteLabel">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2017-12-12 10:15:23 +02:00
|
|
|
<property name="text">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>%1 is requesting access to the following entries:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2017-12-12 10:15:23 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2024-08-13 22:35:16 -04:00
|
|
|
<widget class="CustomTableWidget" name="itemsTable">
|
2020-01-05 12:07:18 -05:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
2017-12-12 10:15:23 +02:00
|
|
|
</property>
|
2020-01-05 12:07:18 -05:00
|
|
|
<property name="showDropIndicator" stdset="0">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
2024-08-13 22:35:16 -04:00
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
2020-01-05 12:07:18 -05:00
|
|
|
</property>
|
|
|
|
<property name="cornerButtonEnabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="horizontalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="verticalHeaderVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2017-12-12 10:15:23 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-01-05 12:07:18 -05:00
|
|
|
<widget class="QCheckBox" name="rememberDecisionCheckBox">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Remember access to checked entries</string>
|
|
|
|
</property>
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>Remember access to checked entries</string>
|
2019-08-30 20:18:41 -04:00
|
|
|
</property>
|
2017-12-12 10:15:23 +02:00
|
|
|
<property name="text">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>Remember</string>
|
2017-12-12 10:15:23 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-01-05 12:07:18 -05:00
|
|
|
<widget class="QPushButton" name="allowButton">
|
2019-08-30 20:18:41 -04:00
|
|
|
<property name="accessibleName">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>Allow access to entries</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Allow Selected</string>
|
2019-08-30 20:18:41 -04:00
|
|
|
</property>
|
2020-03-22 19:40:19 -04:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-01-05 12:07:18 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2022-04-24 10:39:12 +03:00
|
|
|
<widget class="QPushButton" name="denyButton">
|
2017-12-12 10:15:23 +02:00
|
|
|
<property name="text">
|
2020-01-05 12:07:18 -05:00
|
|
|
<string>Deny All</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
2020-03-22 19:40:19 -04:00
|
|
|
<bool>true</bool>
|
2017-12-12 10:15:23 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2024-08-13 22:35:16 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>rememberDecisionCheckBox</tabstop>
|
|
|
|
<tabstop>allowButton</tabstop>
|
|
|
|
<tabstop>denyButton</tabstop>
|
|
|
|
</tabstops>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CustomTableWidget</class>
|
|
|
|
<extends>QTableWidget</extends>
|
|
|
|
<header>browser/CustomTableWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2017-12-12 10:15:23 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|