mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
ENH:enter access code with ip address when lan mode connect
Change-Id: I987f953bad20d8ddea299226eb6f49a157fc7be4
This commit is contained in:
parent
18366df5d0
commit
7de62693c7
6 changed files with 92 additions and 13 deletions
|
@ -382,7 +382,13 @@ public:
|
|||
~InputIpAddressDialog();
|
||||
|
||||
Button* m_button_ok{nullptr};
|
||||
Label* m_tips_ip{nullptr};
|
||||
Label* m_tips_access_code{nullptr};
|
||||
TextInput* m_input_ip{nullptr};
|
||||
TextInput* m_input_access_code{nullptr};
|
||||
Label* m_tips_note1{nullptr};
|
||||
Label* m_tips_note2{nullptr};
|
||||
Label* m_tips_note3{nullptr};
|
||||
bool isIp(std::string ipstr);
|
||||
void on_ok(wxMouseEvent& evt);
|
||||
void on_text(wxCommandEvent& evt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue