4 Bacula(R) - The Network Backup Solution
6 Copyright (C) 2000-2016 Kern Sibbald
8 The original author of Bacula is Kern Sibbald, with contributions
9 from many others, a complete list can be found in the file AUTHORS.
11 You may use this file and others of this release according to the
12 license defined in the LICENSE file, which includes the Affero General
13 Public License, v3.0 ("AGPLv3") and some additional permissions and
14 terms pursuant to its AGPLv3 Section 7.
16 This notice must be preserved when any source code is
17 conveyed and/or propagated.
19 Bacula(R) is a registered trademark of Kern Sibbald.
22 * Dirk Bartley, March 2007
26 #include "ui_mediaedit.h"
30 class MediaEdit : public Pages, public Ui::mediaEditForm
35 MediaEdit(QTreeWidgetItem *parentWidget, QString &mediaId);
38 void okButtonPushed();
39 void cancelButtonPushed();
40 void retentionChanged();
41 void durationChanged();
42 void useDurationChanged();
43 void setSpins(int value);
44 void retentionRadioPressed();
45 void useDurationRadioPressed();
49 void disconnectSpins();
61 QString m_recyclePool;
64 #endif /* _MEDIAEDIT_H_ */