Completed FirstTimeUseScreen with Final UX Look (#812)

* Forced Project Manager window to 1200x800

* Final look for FirstTimeUseScreen, essentially complete

* Remove margins on screens

* Added License info for image
This commit is contained in:
AMZN-nggieber
2021-05-19 12:48:55 -07:00
committed by GitHub
parent 6a108c0515
commit 25e811ff6c
11 changed files with 101 additions and 111 deletions
@@ -15,10 +15,8 @@
#include <ScreenWidget.h>
#endif
namespace Ui
{
class FirstTimeUseClass;
}
QT_FORWARD_DECLARE_CLASS(QIcon)
QT_FORWARD_DECLARE_CLASS(QPushButton)
namespace O3DE::ProjectManager
{
@@ -32,10 +30,13 @@ namespace O3DE::ProjectManager
protected slots:
void HandleNewProjectButton();
void HandleOpenProjectButton();
void HandleAddProjectButton();
private:
QScopedPointer<Ui::FirstTimeUseClass> m_ui;
QPushButton* CreateLargeBoxButton(const QIcon& icon, const QString& text, QWidget* parent = nullptr);
QPushButton* m_createProjectButton;
QPushButton* m_addProjectButton;
};
} // namespace O3DE::ProjectManager