mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 08:58:43 +03:00
PRUSA 2.7.0
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include "OptionsGroup.hpp"
|
||||
#include "libslic3r/Preset.hpp"
|
||||
|
||||
#include "Widgets/CheckBox.hpp"
|
||||
|
||||
class CheckBox;
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
@@ -158,8 +161,8 @@ class SearchDialog : public GUI::DPIDialog
|
||||
wxTextCtrl* search_line { nullptr };
|
||||
wxDataViewCtrl* search_list { nullptr };
|
||||
SearchListModel* search_list_model { nullptr };
|
||||
wxCheckBox* check_category { nullptr };
|
||||
wxCheckBox* check_english { nullptr };
|
||||
CheckBox* check_category { nullptr };
|
||||
CheckBox* check_english { nullptr };
|
||||
|
||||
OptionsSearcher* searcher { nullptr };
|
||||
|
||||
@@ -178,7 +181,7 @@ class SearchDialog : public GUI::DPIDialog
|
||||
|
||||
public:
|
||||
SearchDialog(OptionsSearcher* searcher);
|
||||
~SearchDialog() {}
|
||||
~SearchDialog();
|
||||
|
||||
void Popup(wxPoint position = wxDefaultPosition);
|
||||
void ProcessSelection(wxDataViewItem selection);
|
||||
|
||||
Reference in New Issue
Block a user