diff --git a/tools/auto-tester/src/ui/AutoTester.cpp b/tools/auto-tester/src/ui/AutoTester.cpp index 36ba36e55e..0be757b80c 100644 --- a/tools/auto-tester/src/ui/AutoTester.cpp +++ b/tools/auto-tester/src/ui/AutoTester.cpp @@ -10,8 +10,6 @@ // #include "AutoTester.h" -#include "HelpWindow.h" - #ifdef Q_OS_WIN #include #include @@ -188,8 +186,6 @@ void AutoTester::about() { } void AutoTester::content() { - HelpWindow helpWindow; - helpWindow.show(); } void AutoTester::setUserText(const QString& user) { diff --git a/tools/auto-tester/src/ui/HelpWindow.cpp b/tools/auto-tester/src/ui/HelpWindow.cpp deleted file mode 100644 index 00dcf5de01..0000000000 --- a/tools/auto-tester/src/ui/HelpWindow.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// -// HelpWindow.cpp -// -// Created by Nissim Hadar on 7 Aug 2017. -// Copyright 2013 High Fidelity, Inc. -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -// -#include "HelpWindow.h" - -HelpWindow::HelpWindow(QWidget *parent) { - setupUi(this); -} diff --git a/tools/auto-tester/src/ui/HelpWindow.h b/tools/auto-tester/src/ui/HelpWindow.h deleted file mode 100644 index 5cda62f116..0000000000 --- a/tools/auto-tester/src/ui/HelpWindow.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// BusyWindow.h -// -// Created by Nissim Hadar on 7 Aug 2017. -// Copyright 2013 High Fidelity, Inc. -// -// Distributed under the Apache License, Version 2.0. -// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html -// -#ifndef hifi_HelpWindow_h -#define hifi_HelpWindow_h - -#include "ui_HelpWindow.h" - -class HelpWindow : public QDialog, public Ui::HelpWindow { - Q_OBJECT - -public: - HelpWindow(QWidget* parent = Q_NULLPTR); -}; - -#endif \ No newline at end of file diff --git a/tools/auto-tester/src/ui/HelpWindow.ui b/tools/auto-tester/src/ui/HelpWindow.ui deleted file mode 100644 index 203017b508..0000000000 --- a/tools/auto-tester/src/ui/HelpWindow.ui +++ /dev/null @@ -1,102 +0,0 @@ - - - HelpWindow - - - Qt::ApplicationModal - - - - 0 - 0 - 800 - 600 - - - - MarkDown Editor - - - - - 0 - 0 - 3 - 18 - - - - - - - 15 - 11 - 771 - 581 - - - - - - &Open... - - - Open document - - - Ctrl+O - - - - - &Save - - - Save current document - - - Ctrl+S - - - - - E&xit - - - Exit editor - - - Ctrl+Q - - - - - Save &As... - - - Save document under different name - - - - - &New - - - Create new document - - - Ctrl+N - - - - - - QWebEngineView - QWidget -
qwebengineview.h
- 1 -
-
- - -