2 * Copyright 2010-2011, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
12 #include <GroupView.h>
17 class TranslatorSettings
;
19 class ConfigView
: public BGroupView
{
21 ConfigView(TranslatorSettings
* settings
);
22 virtual ~ConfigView();
24 virtual void AttachedToWindow();
25 virtual void MessageReceived(BMessage
*message
);
28 TranslatorSettings
* fSettings
;
29 BPopUpMenu
* fPresetsMenu
;
30 BSlider
* fQualitySlider
;
31 BSlider
* fMethodSlider
;
32 BCheckBox
* fPreprocessingCheckBox
;
36 #endif /* CONFIG_VIEW_H */