From 2f9ba08bc2a0dc8b00e76136475efdd166bd8ade Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Mon, 21 May 2007 12:12:55 +0000 Subject: [PATCH] Update TODO add PREFS git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4865 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/PREFS | 9 +++++++++ bacula/src/qt-console/TODO | 3 +++ 2 files changed, 12 insertions(+) create mode 100644 bacula/src/qt-console/PREFS diff --git a/bacula/src/qt-console/PREFS b/bacula/src/qt-console/PREFS new file mode 100644 index 0000000000..8985954d6d --- /dev/null +++ b/bacula/src/qt-console/PREFS @@ -0,0 +1,9 @@ +To create a preference variable + +Create member in mainwin.h +use designer to add the widget to modify in prefs.ui +modify the following functions in mainwin.cpp +MainWin::setPreferences() +prefsDialog::accept() +MainWin::readPreferences() + diff --git a/bacula/src/qt-console/TODO b/bacula/src/qt-console/TODO index e58ec87b6b..ba10dec7cc 100644 --- a/bacula/src/qt-console/TODO +++ b/bacula/src/qt-console/TODO @@ -8,6 +8,9 @@ update slots scan see COMMANDS file ========LOW priority items: +Use settings object to size the restore window. Similar to the saving of the +state of the main window. + Human readable in joblist for purged, joblevel and job type. Possibly a stack of past screens so that when you open a window from another, -- 2.39.5