Sandboxie/SandboxiePlus/SandMan/Forms/NewBoxWindow.ui

121 lines
3.5 KiB
Plaintext
Raw Normal View History

2021-10-17 20:05:50 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NewBoxWindow</class>
<widget class="QWidget" name="NewBoxWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-11-13 08:28:32 +00:00
<width>500</width>
2023-01-28 13:05:37 +00:00
<height>328</height>
2021-10-17 20:05:50 +01:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2021-11-13 08:28:32 +00:00
<width>500</width>
<height>300</height>
2021-10-17 20:05:50 +01:00
</size>
</property>
<property name="maximumSize">
<size>
2021-11-13 08:28:32 +00:00
<width>750</width>
<height>600</height>
2021-10-17 20:05:50 +01:00
</size>
</property>
<property name="windowTitle">
<string>SandboxiePlus new box</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QGridLayout" name="gridLayout">
2023-01-28 13:05:37 +00:00
<item row="6" column="1" colspan="2">
<widget class="QLineEdit" name="txtName">
<property name="maxLength">
<number>32</number>
2021-10-17 20:05:50 +01:00
</property>
</widget>
</item>
2023-01-28 13:05:37 +00:00
<item row="4" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
2021-10-17 20:05:50 +01:00
</property>
2023-01-28 13:05:37 +00:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
2021-10-17 20:05:50 +01:00
</item>
2021-11-13 08:28:32 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_3">
2021-10-17 20:05:50 +01:00
<property name="text">
2021-11-13 08:28:32 +00:00
<string>Box Type Preset:</string>
2021-10-17 20:05:50 +01:00
</property>
</widget>
</item>
2023-01-28 13:05:37 +00:00
<item row="5" column="0" colspan="3">
<widget class="QLabel" name="label">
<property name="text">
<string>Sandbox Name:</string>
</property>
</widget>
</item>
2021-11-13 08:28:32 +00:00
<item row="3" column="1" colspan="2">
<widget class="QComboBox" name="cmbBoxType"/>
</item>
2023-01-28 13:05:37 +00:00
<item row="7" column="0" colspan="5">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
2021-10-17 20:05:50 +01:00
</property>
2023-01-28 13:05:37 +00:00
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string/>
2021-10-17 20:05:50 +01:00
</property>
2023-01-28 13:05:37 +00:00
</widget>
2021-10-17 20:05:50 +01:00
</item>
2021-11-13 08:28:32 +00:00
<item row="0" column="0" colspan="5">
<widget class="QLabel" name="label_2">
2021-10-17 20:05:50 +01:00
<property name="text">
2021-11-13 08:28:32 +00:00
<string>A sandbox isolates your host system from processes running within the box, it prevents them from making permanent changes to other programs and data in your computer. The level of isolation impacts your security as well as the compatibility with applications, hence there will be a different level of isolation depending on the selected Box Type. Sandboxie can also protect your personal data from being accessed by processes running under its supervision.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
2021-10-17 20:05:50 +01:00
</property>
</widget>
</item>
2021-11-13 08:28:32 +00:00
<item row="4" column="1" colspan="3">
<widget class="QLabel" name="lblBoxInfo">
<property name="text">
<string>Box info</string>
2021-10-17 20:05:50 +01:00
</property>
2021-11-13 08:28:32 +00:00
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2021-10-17 20:05:50 +01:00
</property>
2021-11-13 08:28:32 +00:00
<property name="wordWrap">
<bool>true</bool>
2021-10-17 20:05:50 +01:00
</property>
2021-11-13 08:28:32 +00:00
</widget>
2021-10-17 20:05:50 +01:00
</item>
</layout>
</item>
</layout>
</widget>
<tabstops>
<tabstop>txtName</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>