From c8666b9e6767e602a272295bc6fd4fdbe8c8572b Mon Sep 17 00:00:00 2001 From: omigamedev Date: Thu, 12 Sep 2019 14:37:09 +0200 Subject: [PATCH] add text input popup --- PanoPainter.vcxproj | 2 ++ PanoPainter.vcxproj.filters | 6 ++++ data/layout.xml | 23 ++++++++++++++- src/app.h | 12 ++++++-- src/app_dialogs.cpp | 15 ++++++++++ src/node_input_box.cpp | 57 +++++++++++++++++++++++++++++++++++++ src/node_input_box.h | 19 +++++++++++++ 7 files changed, 130 insertions(+), 4 deletions(-) create mode 100644 src/node_input_box.cpp create mode 100644 src/node_input_box.h diff --git a/PanoPainter.vcxproj b/PanoPainter.vcxproj index 667d395..85f4df0 100644 --- a/PanoPainter.vcxproj +++ b/PanoPainter.vcxproj @@ -352,6 +352,7 @@ + @@ -478,6 +479,7 @@ + diff --git a/PanoPainter.vcxproj.filters b/PanoPainter.vcxproj.filters index 5e0ede5..d359561 100644 --- a/PanoPainter.vcxproj.filters +++ b/PanoPainter.vcxproj.filters @@ -366,6 +366,9 @@ libs\glad + + Source Files + @@ -608,6 +611,9 @@ Header Files\ui + + Header Files + diff --git a/data/layout.xml b/data/layout.xml index e9eaa1e..d225c2f 100644 --- a/data/layout.xml +++ b/data/layout.xml @@ -869,7 +869,28 @@ - + + + + + + + + + + + + + + +