Skip to content

Commit

Permalink
Update SettingsWindow.ui
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Nov 20, 2024
1 parent e993280 commit e173105
Showing 1 changed file with 41 additions and 34 deletions.
75 changes: 41 additions & 34 deletions SandboxiePlus/SandMan/Forms/SettingsWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2434,6 +2434,13 @@ Unlike the preview channel, it does not include untested, potentially breaking,
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QCheckBox" name="chkStartBlock">
<property name="text">
<string>Prevent the listed programs from starting on this system</string>
</property>
</widget>
</item>
<item row="4" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
Expand All @@ -2447,31 +2454,13 @@ Unlike the preview channel, it does not include untested, potentially breaking,
</property>
</spacer>
</item>
<item row="2" column="0" rowspan="4">
<widget class="QTreeWidget" name="treeWarnProgs">
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Path</string>
</property>
</column>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="btnAddWarnProg">
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Add Program</string>
<string>When any of the following programs is launched outside any sandbox, Sandboxie will issue message SBIE1301.</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QCheckBox" name="chkStartBlockMsg">
<property name="text">
<string>Issue message 1308 when a program fails to start</string>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
Expand All @@ -2489,27 +2478,45 @@ Unlike the preview channel, it does not include untested, potentially breaking,
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="chkStartBlock">
<item row="3" column="1">
<widget class="QPushButton" name="btnAddWarnFolder">
<property name="text">
<string>Prevent the listed programs from starting on this system</string>
<string>Add Folder</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label_2">
<item row="2" column="1">
<widget class="QPushButton" name="btnAddWarnProg">
<property name="text">
<string>When any of the following programs is launched outside any sandbox, Sandboxie will issue message SBIE1301.</string>
<string>Add Program</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</widget>
</item>
<item row="6" 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="3" column="1">
<widget class="QPushButton" name="btnAddWarnFolder">
<item row="2" column="0" rowspan="4">
<widget class="QTreeWidget" name="treeWarnProgs">
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Path</string>
</property>
</column>
</widget>
</item>
<item row="8" column="0">
<widget class="QCheckBox" name="chkForcedMsg">
<property name="text">
<string>Add Folder</string>
<string>Issue message 1321 when a processes has been forced in to a sandbox</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit e173105

Please sign in to comment.