19 #ifndef OST_GUI_TOOL_OPTIONS_WIN_HH
20 #define OST_GUI_TOOL_OPTIONS_WIN_HH
30 #include <QStackedWidget>
36 namespace ost {
namespace gui {
38 class ToolOptionsWidget;
46 virtual bool Save(
const QString& prefix);
47 virtual bool Restore(
const QString& prefix);
53 std::map<Tool*, ToolOptionsWidget*> tool_to_widget_;
#define DLLEXPORT_OST_GUI