Sandboxie/SandboxiePlus/SandMan/Forms/RecoveryWindow.ui

171 lines
4.9 KiB
Plaintext
Raw Normal View History

2020-11-28 16:20:56 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RecoveryWindow</class>
<widget class="QWidget" name="RecoveryWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-09-11 09:05:43 +01:00
<width>512</width>
2020-11-28 16:20:56 +00:00
<height>360</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
2021-02-01 19:13:09 +00:00
<string>SandboxiePlus - Recovery</string>
2020-11-28 16:20:56 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
2021-09-11 09:05:43 +01:00
<item row="0" column="0" rowspan="3" colspan="5">
<widget class="QTreeView" name="treeFiles"/>
2021-09-09 19:35:29 +01:00
</item>
2021-09-11 09:05:43 +01:00
<item row="3" column="0">
<widget class="QWidget" name="finder" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>1</height>
</size>
2021-01-18 12:04:14 +00:00
</property>
</widget>
</item>
2021-09-11 09:05:43 +01:00
<item row="5" column="1" colspan="3">
<widget class="QComboBox" name="cmbRecover"/>
2021-01-18 12:04:14 +00:00
</item>
2021-09-09 20:48:30 +01:00
<item row="6" column="4">
2021-09-11 09:05:43 +01:00
<widget class="QToolButton" name="btnClose">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2021-01-18 12:04:14 +00:00
</property>
2021-09-09 20:48:30 +01:00
<property name="maximumSize">
<size>
<width>16777215</width>
2021-09-11 09:05:43 +01:00
<height>16777215</height>
2021-09-09 20:48:30 +01:00
</size>
</property>
2021-09-09 19:35:29 +01:00
<property name="text">
2021-09-11 09:05:43 +01:00
<string>Close</string>
2021-09-09 19:35:29 +01:00
</property>
</widget>
</item>
2021-09-11 09:05:43 +01:00
<item row="6" column="2">
2021-09-09 19:35:29 +01:00
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2021-09-11 09:05:43 +01:00
<item row="4" column="1" colspan="4">
<widget class="QLabel" name="lblInfo">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="6" column="3">
<widget class="QPushButton" name="btnDeleteAll">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Delete all</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="chkShowAll">
<property name="text">
<string>Show All Files</string>
</property>
</widget>
</item>
2021-09-09 20:48:30 +01:00
<item row="5" column="0">
<widget class="QLabel" name="label">
<property name="text">
2021-09-11 09:05:43 +01:00
<string>Recover target:</string>
2021-01-18 12:04:14 +00:00
</property>
2021-09-09 20:48:30 +01:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2021-01-18 12:04:14 +00:00
</property>
2021-09-09 20:48:30 +01:00
</widget>
2021-01-18 12:04:14 +00:00
</item>
2021-09-11 09:05:43 +01:00
<item row="5" column="4">
<widget class="QToolButton" name="btnRecover">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>75</width>
<height>23</height>
</size>
</property>
2021-01-18 12:04:14 +00:00
<property name="text">
2021-09-11 09:05:43 +01:00
<string>Recover</string>
2021-01-18 12:04:14 +00:00
</property>
</widget>
</item>
2021-09-11 09:05:43 +01:00
<item row="6" column="1">
<widget class="QPushButton" name="btnAddFolder">
2021-01-18 12:04:14 +00:00
<property name="text">
2021-09-11 09:05:43 +01:00
<string>Add Folder</string>
2021-01-18 12:04:14 +00:00
</property>
</widget>
</item>
2021-09-11 09:05:43 +01:00
<item row="6" column="0">
<widget class="QPushButton" name="btnRefresh">
2021-09-09 20:48:30 +01:00
<property name="text">
2021-09-11 09:05:43 +01:00
<string>Refresh</string>
2021-09-09 20:48:30 +01:00
</property>
</widget>
2020-11-28 16:20:56 +00:00
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
2021-01-18 12:04:14 +00:00
<tabstops>
<tabstop>treeFiles</tabstop>
<tabstop>chkShowAll</tabstop>
<tabstop>btnDeleteAll</tabstop>
</tabstops>
2020-11-28 16:20:56 +00:00
<resources/>
<connections/>
</ui>