1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Start filling the Print's Tab, using @lordofhyphens's Optionsgroup

This commit is contained in:
YuSanka
2017-12-13 14:45:10 +01:00
parent c5e21c1fbf
commit d60fac42d6
11 changed files with 1000 additions and 482 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
#ifndef WIDGET_HPP
#define WIDGET_HPP
#include "wxinit.h"
#include <wx/wxprec.h>
#ifndef WX_PRECOM
#include <wx/wx.h>
#endif
class Widget {
protected:
wxSizer* _sizer;