mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
First prototype of adding of UI for frequently changed parameters
This commit is contained in:
parent
d5e136a6d5
commit
e8adbd7303
4 changed files with 45 additions and 0 deletions
|
@ -17,6 +17,7 @@ class wxArrayString;
|
|||
class wxArrayLong;
|
||||
class wxColour;
|
||||
class wxBoxSizer;
|
||||
class wxFlexGridSizer;
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -127,6 +128,8 @@ wxString from_u8(const std::string &str);
|
|||
|
||||
wxWindow *get_widget_by_id(int id);
|
||||
|
||||
void add_frequently_changed_parameters(wxWindow* parent, wxBoxSizer* sizer, wxFlexGridSizer* preset_sizer);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue