From 67e86d5fe57fdf0cb6f8a5cb440311534f5abacf Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 16 Jul 2009 21:19:13 +0000 Subject: [PATCH] Simplify the main screen, removing the status dir console icon and the "go back" one git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9042 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/main.ui | 173 +++++++++++++----------------- bacula/src/qt-console/mainwin.cpp | 4 - 2 files changed, 73 insertions(+), 104 deletions(-) diff --git a/bacula/src/qt-console/main.ui b/bacula/src/qt-console/main.ui index 9f8315045e..b692c9dc92 100644 --- a/bacula/src/qt-console/main.ui +++ b/bacula/src/qt-console/main.ui @@ -14,7 +14,8 @@ bat - Bacula Admin Tool - :/images/bat.png + + :/images/bat.png:/images/bat.png @@ -27,22 +28,10 @@ - + 9 - - 9 - - - 9 - - - 9 - - - 6 - - + 6 @@ -81,17 +70,9 @@ 0 0 882 - 22 + 24 - - - &Edit - - - - - Settings @@ -117,7 +98,6 @@ - @@ -149,17 +129,18 @@ false - + + - - + + + - + - @@ -170,14 +151,14 @@ - 50 - 100 + 79 + 101 - 16777215 - 16777215 + 524287 + 524287 @@ -193,7 +174,7 @@ false - QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures + QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable Qt::AllDockWidgetAreas @@ -206,22 +187,10 @@ - + 9 - - 9 - - - 9 - - - 9 - - - 6 - - + 6 @@ -283,10 +252,10 @@ Console Command entry Dock Widget - QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures + QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable - Qt::BottomDockWidgetArea|Qt::NoDockWidgetArea|Qt::TopDockWidgetArea + Qt::BottomDockWidgetArea|Qt::TopDockWidgetArea Console Command Line Entry @@ -296,22 +265,10 @@ - + 9 - - 9 - - - 9 - - - 9 - - - 6 - - + 6 @@ -319,16 +276,7 @@ 6 - - 0 - - - 0 - - - 0 - - + 0 @@ -360,7 +308,8 @@ - :/images/bat.png + + :/images/bat.png:/images/bat.png &About bat @@ -368,7 +317,8 @@ - :/images/copy.png + + :/images/copy.png:/images/copy.png &Copy @@ -376,7 +326,8 @@ - :/images/cut.png + + :/images/cut.png:/images/cut.png Cu&t @@ -384,7 +335,8 @@ - :/images/new.png + + :/images/new.png:/images/new.png new @@ -392,7 +344,8 @@ - :/images/open.png + + :/images/open.png:/images/open.png open @@ -400,7 +353,8 @@ - :/images/paste.png + + :/images/paste.png:/images/paste.png &Paste @@ -408,7 +362,8 @@ - :/images/print.png + + :/images/print.png:/images/print.png &Print @@ -419,7 +374,8 @@ - :/images/save.png + + :/images/save.png:/images/save.png &Save @@ -430,7 +386,8 @@ - :/images/disconnected.png + + :/images/disconnected.png:/images/disconnected.png Connect @@ -441,7 +398,8 @@ - :/images/label.png + + :/images/label.png:/images/label.png Label @@ -455,7 +413,8 @@ - :/images/restore.png + + :/images/restore.png:/images/restore.png Restore @@ -469,7 +428,8 @@ false - :/images/run.png + + :/images/run.png:/images/run.png Run Job @@ -489,7 +449,8 @@ false - :/images/estimate-job.png + + :/images/estimate-job.png:/images/estimate-job.png Estimate Job @@ -506,7 +467,8 @@ - :/images/status-console.png + + :/images/status-console.png:/images/status-console.png Status Dir @@ -531,7 +493,8 @@ - :/images/up.png + + :/images/up.png:/images/up.png Undock Window @@ -542,7 +505,8 @@ - :/images/up.png + + :/images/up.png:/images/up.png ToggleDock @@ -556,7 +520,8 @@ - :/images/unmark.png + + :/images/unmark.png:/images/unmark.png Close Page @@ -567,7 +532,8 @@ - :/images/mail-message-new.png + + :/images/mail-message-new.png:/images/mail-message-new.png Messages @@ -592,7 +558,8 @@ - :/images/help-browser.png + + :/images/help-browser.png:/images/help-browser.png bat &Help @@ -600,7 +567,8 @@ - :/images/browse.png + + :/images/browse.png:/images/browse.png Browse @@ -614,7 +582,8 @@ - :/images/applications-graphics.png + + :/images/applications-graphics.png:/images/applications-graphics.png JobPlot @@ -628,7 +597,8 @@ - :/images/status.png + + :/images/status.png:/images/status.png Status Dir Page @@ -639,7 +609,8 @@ - :/images/mark.png + + :/images/mark.png:/images/mark.png Repop Lists @@ -647,7 +618,8 @@ - :/images/mark.png + + :/images/mark.png:/images/mark.png Reload and Repop @@ -655,7 +627,8 @@ - :/images/go-jump.png + + :/images/go-jump.png:/images/go-jump.png back diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 083964da8e..ababdd3454 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -267,7 +267,6 @@ void MainWin::connectSignals() connect(actionPreferences, SIGNAL(triggered()), this, SLOT(setPreferences())); connect(actionRepopLists, SIGNAL(triggered()), this, SLOT(repopLists())); connect(actionReloadRepop, SIGNAL(triggered()), this, SLOT(reloadRepopLists())); - connect(actionBack, SIGNAL(triggered()), this, SLOT(goToPreviousPage())); } void MainWin::disconnectSignals() @@ -295,7 +294,6 @@ void MainWin::disconnectSignals() disconnect(actionPreferences, SIGNAL(triggered()), this, SLOT(setPreferences())); disconnect(actionRepopLists, SIGNAL(triggered()), this, SLOT(repopLists())); disconnect(actionReloadRepop, SIGNAL(triggered()), this, SLOT(reloadRepopLists())); - disconnect(actionBack, SIGNAL(triggered()), this, SLOT(goToPreviousPage())); } /* @@ -338,14 +336,12 @@ void MainWin::connectConsoleSignals() { connect(actionConnect, SIGNAL(triggered()), m_currentConsole, SLOT(connect_dir())); connect(actionSelectFont, SIGNAL(triggered()), m_currentConsole, SLOT(set_font())); - connect(actionStatusDir, SIGNAL(triggered()), m_currentConsole, SLOT(status_dir())); connect(actionMessages, SIGNAL(triggered()), m_currentConsole, SLOT(messages())); } void MainWin::disconnectConsoleSignals(Console *console) { disconnect(actionConnect, SIGNAL(triggered()), console, SLOT(connect_dir())); - disconnect(actionStatusDir, SIGNAL(triggered()), console, SLOT(status_dir())); disconnect(actionMessages, SIGNAL(triggered()), console, SLOT(messages())); disconnect(actionSelectFont, SIGNAL(triggered()), console, SLOT(set_font())); } -- 2.39.5