#pragma once #include #include "connection/dbus/bluetooth.hpp" #include "widgets/controlCenter/bluetoothSettings.hpp" #include "gtkmm/box.h" class SettingsWidget : public Gtk::Box { public: SettingsWidget(); private: BluetoothSettings bluetoothSettings; };