35 virtual void updateUI(QwtPlotItem* item)
override;
38 void applySetting(QwtPlotTradingCurve* item);
41 Qt::Orientation getOrientationFromUI()
const;
47 void updateSymbolFillBrushFromUI(QwtPlotTradingCurve* c);
49 void updateOrientationFromUI(QwtPlotTradingCurve* c);
52 void onRadioButtonBarClicked(
bool on);
53 void onRadioButtonStickClicked(
bool on);
54 void onIncreasingBrushChanged(
const QBrush& b);
55 void onDecreasingBrushChanged(
const QBrush& b);
56 void onButtonGroupOrientationClicked(QAbstractButton* b);
57 void onCurvePenChanged(
const QPen& p);
58 void onDoubleSpinBoxExternValueChanged(
double v);
59 void onDoubleSpinBoxMinValueChanged(
double v);
60 void onDoubleSpinBoxMaxValueChanged(
double v);
62 virtual void plotItemAttached(QwtPlotItem* plotItem,
bool on);
65 Ui::DAChartTradingCurveItemSettingWidget* ui;