This commit is contained in:
love-code-yeyixiao 2024-05-26 14:11:33 +08:00
parent 498b02b80a
commit 643b5543b1
1 changed files with 112 additions and 102 deletions

View File

@ -2345,109 +2345,119 @@
<attribute name="title"> <attribute name="title">
<string>Start Restrictions</string> <string>Start Restrictions</string>
</attribute> </attribute>
<layout class="QGridLayout" name="gridLayout_16"> <widget class="QWidget" name="">
<item row="0" column="0"> <property name="geometry">
<layout class="QGridLayout" name="gridLayout_23"> <rect>
<property name="verticalSpacing"> <x>9</x>
<number>0</number> <y>9</y>
</property> <width>751</width>
<item row="2" column="0"> <height>493</height>
<widget class="QRadioButton" name="radStartSelected"> </rect>
<property name="text"> </property>
<string>Allow only selected programs to start in this sandbox. *</string> <layout class="QGridLayout" name="gridLayout_85">
</property> <item row="0" column="0">
</widget> <layout class="QGridLayout" name="gridLayout_23">
</item> <property name="verticalSpacing">
<item row="1" column="0"> <number>0</number>
<widget class="QRadioButton" name="radStartExcept">
<property name="text">
<string>Prevent selected programs from starting in this sandbox.</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QRadioButton" name="radStartAll">
<property name="text">
<string>Allow all programs to start in this sandbox.</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>* Note: Programs installed to this sandbox won't be able to start at all.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" rowspan="4">
<widget class="QTreeWidget" name="treeStart">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<column>
<property name="text">
<string>Name</string>
</property> </property>
</column> <item row="3" column="0">
</widget> <widget class="QLabel" name="label_4">
</item> <property name="text">
<item row="1" column="1"> <string>* Note: Programs installed to this sandbox won't be able to start at all.</string>
<widget class="QPushButton" name="btnAddStartProg"> </property>
<property name="text"> <property name="wordWrap">
<string>Add Program</string> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1"> <item row="0" column="0">
<spacer name="verticalSpacer_8"> <widget class="QRadioButton" name="radStartAll">
<property name="orientation"> <property name="text">
<enum>Qt::Vertical</enum> <string>Allow all programs to start in this sandbox.</string>
</property> </property>
<property name="sizeHint" stdset="0"> </widget>
<size> </item>
<width>20</width> <item row="2" column="0">
<height>299</height> <widget class="QRadioButton" name="radStartSelected">
</size> <property name="text">
</property> <string>Allow only selected programs to start in this sandbox. *</string>
</spacer> </property>
</item> </widget>
<item row="3" column="1"> </item>
<widget class="QCheckBox" name="chkShowStartTmpl"> <item row="1" column="0">
<property name="text"> <widget class="QRadioButton" name="radStartExcept">
<string>Show Templates</string> <property name="text">
</property> <string>Prevent selected programs from starting in this sandbox.</string>
</widget> </property>
</item> </widget>
<item row="4" column="1"> </item>
<widget class="QPushButton" name="btnDelStartProg"> </layout>
<property name="text"> </item>
<string>Remove</string> <item row="1" column="0" rowspan="2">
</property> <widget class="QTreeWidget" name="treeStart">
</widget> <property name="sortingEnabled">
</item> <bool>true</bool>
<item row="5" column="0"> </property>
<widget class="QCheckBox" name="chkStartBlockMsg"> <column>
<property name="text"> <property name="text">
<string>Issue message 1308 when a program fails to start</string> <string>Name</string>
</property> </property>
</widget> </column>
</item> </widget>
<item row="6" column="0" colspan="2"> </item>
<widget class="QCheckBox" name="chkAlertBeforeStart"> <item row="1" column="1">
<property name="toolTip"> <widget class="QPushButton" name="btnAddStartProg">
<string>This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox.</string> <property name="text">
</property> <string>Add Program</string>
<property name="text"> </property>
<string>A pop-up warning before launching a process into the sandbox from an external source.</string> </widget>
</property> </item>
</widget> <item row="2" column="1">
</item> <spacer name="verticalSpacer_8">
</layout> <property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>299</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="chkShowStartTmpl">
<property name="text">
<string>Show Templates</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="btnDelStartProg">
<property name="text">
<string>Remove</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="chkStartBlockMsg">
<property name="text">
<string>Issue message 1308 when a program fails to start</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="chkAlertBeforeStart">
<property name="toolTip">
<string>This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox.</string>
</property>
<property name="text">
<string>A pop-up warning before launching a process into the sandbox from an external source.</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
<widget class="QWidget" name="tabAccess"> <widget class="QWidget" name="tabAccess">
<attribute name="title"> <attribute name="title">