diff --git a/gui/gui.qrc b/gui/gui.qrc index 527832636..35d8a3389 100644 --- a/gui/gui.qrc +++ b/gui/gui.qrc @@ -1,21 +1,23 @@ - - - icon.png - images/dialog-error.png - images/dialog-information.png - images/dialog-warning.png - images/edit-clear.png - images/go-down.png - images/help-browser.png - images/media-floppy.png - images/preferences-system.png - images/process-stop.png - images/text-x-generic.png - images/view-refresh.png - images/showerrors.png - images/showstylewarnings.png - - ../COPYING - ../AUTHORS - + + + icon.png + images/dialog-error.png + images/dialog-information.png + images/dialog-warning.png + images/edit-clear.png + images/go-down.png + images/help-browser.png + images/media-floppy.png + images/preferences-system.png + images/process-stop.png + images/text-x-generic.png + images/view-refresh.png + images/showerrors.png + images/showstylewarnings.png + ../COPYING + ../AUTHORS + images/go-home.png + images/go-next.png + images/go-previous.png + diff --git a/gui/helpwindow.cpp b/gui/helpwindow.cpp index 15cc96e27..6f603d455 100644 --- a/gui/helpwindow.cpp +++ b/gui/helpwindow.cpp @@ -73,8 +73,8 @@ HelpWindow::HelpWindow(QWidget *parent) : connect(m_ui->backButton, SIGNAL(clicked()), helpBrowser, SLOT(backward())); connect(m_ui->forwardButton, SIGNAL(clicked()), helpBrowser, SLOT(forward())); connect(m_ui->homeButton, SIGNAL(clicked()), helpBrowser, SLOT(home())); - connect(m_ui->zoomInButton, SIGNAL(clicked()), helpBrowser, SLOT(zoomIn())); - connect(m_ui->zoomOutButton, SIGNAL(clicked()), helpBrowser, SLOT(zoomOut())); + //connect(m_ui->zoomInButton, SIGNAL(clicked()), helpBrowser, SLOT(zoomIn())); + //connect(m_ui->zoomOutButton, SIGNAL(clicked()), helpBrowser, SLOT(zoomOut())); } } diff --git a/gui/helpwindow.ui b/gui/helpwindow.ui index 5aafaa776..8567b29e6 100644 --- a/gui/helpwindow.ui +++ b/gui/helpwindow.ui @@ -1,76 +1,103 @@ - - - HelpWindow - - - - 0 - 0 - 714 - 454 - - - - Cppcheck Help - - - - - - - - Back - - - - - - - Forward - - - - - - - Home - - - - - - - Zoom In - - - - - - - Zoom Out - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - - - + + + HelpWindow + + + + 0 + 0 + 714 + 454 + + + + Cppcheck Help + + + + + + + + Go back + + + Back + + + + :/images/go-previous.png:/images/go-previous.png + + + + 22 + 22 + + + + + + + + Go forward + + + Forward + + + + :/images/go-next.png:/images/go-next.png + + + + 22 + 22 + + + + + + + + Start + + + Home + + + + :/images/go-home.png:/images/go-home.png + + + + 22 + 22 + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + + + + diff --git a/gui/images/go-home.png b/gui/images/go-home.png new file mode 100644 index 000000000..9d62109aa Binary files /dev/null and b/gui/images/go-home.png differ diff --git a/gui/images/go-next.png b/gui/images/go-next.png new file mode 100644 index 000000000..6f3f65d33 Binary files /dev/null and b/gui/images/go-next.png differ diff --git a/gui/images/go-previous.png b/gui/images/go-previous.png new file mode 100644 index 000000000..93be3d1ee Binary files /dev/null and b/gui/images/go-previous.png differ