mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
ENH: refine physical printer dialog
Change-Id: I34d122f83addab3db2952a6a2b91b59921d2a981
This commit is contained in:
parent
f89dfa7615
commit
b6ef31f7b9
4 changed files with 104 additions and 45 deletions
|
@ -8,6 +8,7 @@
|
|||
#include "libslic3r/Preset.hpp"
|
||||
#include "GUI_Utils.hpp"
|
||||
#include "Widgets/RoundedRectangle.hpp"
|
||||
#include "Widgets/Button.hpp"
|
||||
|
||||
class wxString;
|
||||
class wxTextCtrl;
|
||||
|
@ -38,10 +39,11 @@ class PhysicalPrinterDialog : public DPIDialog
|
|||
RoundedRectangle* m_input_area {nullptr};
|
||||
wxStaticText* m_valid_label {nullptr};
|
||||
wxTextCtrl* m_input_ctrl {nullptr};
|
||||
wxButton* btnOK {nullptr};
|
||||
Button* m_button_ok {nullptr};
|
||||
Button* m_button_cancel {nullptr};
|
||||
|
||||
void build_printhost_settings(ConfigOptionsGroup* optgroup);
|
||||
void OnOK(wxEvent& event);
|
||||
void OnOK(wxMouseEvent& event);
|
||||
|
||||
public:
|
||||
PhysicalPrinterDialog(wxWindow* parent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue