diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 19:53:13 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-07 20:16:28 -0500 |
| commit | a28aeb2b1871b5626dedfaedafcdb3102eaeea5d (patch) | |
| tree | c6a6f130d2a9ee249d653614da151c435582d25a /src/createinstancedialogpages.h | |
| parent | 0b8fbfdc57ad22c996fa88f6d974269afec004fd (diff) | |
implemented browse buttons
Diffstat (limited to 'src/createinstancedialogpages.h')
| -rw-r--r-- | src/createinstancedialogpages.h | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |
