1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:27:35 +00:00

HexEditor: Construct Find dialog from GML

This commit is contained in:
Brendan Coles 2021-05-25 11:22:05 +00:00 committed by Linus Groh
parent 7997c02b6c
commit 16094baffc
4 changed files with 65 additions and 25 deletions

View file

@ -32,6 +32,8 @@ private:
virtual ~FindDialog() override;
RefPtr<GUI::TextEditor> m_text_editor;
RefPtr<GUI::Button> m_ok_button;
RefPtr<GUI::Button> m_cancel_button;
String m_text_value;
OptionId m_selected_option { OPTION_INVALID };