2 #include <score/plugins/ProjectSettings/ProjectSettingsView.hpp>
3 #include <score/plugins/settingsdelegate/SettingsDelegateView.hpp>
11 namespace Explorer::Settings
19 void setLocalTree(
bool);
22 void localTreeChanged(
bool arg_1) W_SIGNAL(localTreeChanged, arg_1);
24 SETTINGS_UI_COMBOBOX_HPP(LogLevel)
27 QWidget* getWidget()
override;
34 namespace Explorer::ProjectSettings
42 SETTINGS_UI_DOUBLE_SPINBOX_HPP(MidiImportRatio)
43 SETTINGS_UI_TOGGLE_HPP(ReconnectOnStart)
44 SETTINGS_UI_TOGGLE_HPP(RefreshOnStart)
47 QWidget* getWidget()
override;
Definition: ExplorerView.hpp:37
Definition: ExplorerView.hpp:14
Definition: SettingsDelegateView.hpp:18
Base toolkit upon which the software is built.
Definition: Application.cpp:90