From ee36e57c52eb56d1d45361fdb5f24d8b52dd91e5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 2 Oct 2010 18:49:20 +0200 Subject: [PATCH] bat: Add restore option box for brestore --- bacula/src/qt-console/restore/runrestore.ui | 339 ++++++++++++++++++++ 1 file changed, 339 insertions(+) create mode 100644 bacula/src/qt-console/restore/runrestore.ui diff --git a/bacula/src/qt-console/restore/runrestore.ui b/bacula/src/qt-console/restore/runrestore.ui new file mode 100644 index 0000000000..e94d8923f9 --- /dev/null +++ b/bacula/src/qt-console/restore/runrestore.ui @@ -0,0 +1,339 @@ + + + Dialog + + + + 0 + 0 + 385 + 437 + + + + Run restore + + + + + + 0 + + + + Standard + + + + + + Restore options + + + + + + Client: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + Where: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + Replace: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + Comment: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + + + + + + + + + + Media needed + + + + + + + + + Compute with directories + + + false + + + + + + + + + + + Advanced + + + + + + File Relocation + + + + + + Use file +relocation: + + + + + + + + + + + + + + Strip prefix: + + + + + + + false + + + + + + + Add prefix: + + + + + + + false + + + + + + + Add suffix: + + + + + + + false + + + + + + + Use regexp: + + + + + + + false + + + + + + + + + + Where +regexp: + + + + + + + false + + + + + + + + + + Other options + + + + + + When: + + + + + + + Priority: + + + + + + + + + + Storage: + + + + + + + + + + + + + true + + + + + label_5 + label_6 + label_7 + PrioritySb + StorageCb + groupBox_3 + WhenEditor + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + Dialog + accept() + + + 222 + 422 + + + 157 + 274 + + + + + buttonBox + rejected() + Dialog + reject() + + + 290 + 428 + + + 286 + 274 + + + + + UseFileRelocationChk + clicked(bool) + WhereEntry + setDisabled(bool) + + + 107 + 72 + + + 225 + 102 + + + + + -- 2.39.5