mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
HexEditor: Construct Find dialog from GML
This commit is contained in:
parent
7997c02b6c
commit
16094baffc
4 changed files with 65 additions and 25 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue