From a28aeb2b1871b5626dedfaedafcdb3102eaeea5d Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 7 Nov 2020 19:53:13 -0500 Subject: implemented browse buttons --- src/createinstancedialogpages.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/createinstancedialogpages.h') diff --git a/src/createinstancedialogpages.h b/src/createinstancedialogpages.h index e2eaf0fb..4fde089b 100644 --- a/src/createinstancedialogpages.h +++ b/src/createinstancedialogpages.h @@ -487,6 +487,10 @@ private: // void onChanged(); + // opens a browse directory dialog and sets the given textbox + // + void browse(QLineEdit* e); + // checks the simple or advanced paths, sets m_okay // void checkPaths(); -- cgit v1.3.1