21 virtual void updateUI(QwtPlotItem* item)
override;
24 void changeEvent(QEvent* e);
26 void onAligmentPositionChanged(Qt::Alignment al);
27 void onSpinBoxHorizontalOffsetValueChanged(
int v);
28 void onSpinBoxVerticalOffsetValueChanged(
int v);
29 void onSpinBoxMarginValueChanged(
int v);
30 void onSpinBoxSpacingValueChanged(
int v);
31 void onSpinBoxItemMarginValueChanged(
int v);
32 void onSpinBoxItemSpacingValueChanged(
int v);
33 void onSpinBoxMaxColumnsValueChanged(
int v);
34 void onDoubleSpinBoxRadiusValueChanged(
double v);
35 void onBorderPenChanged(
const QPen& v);
36 void onLegendFontChanged(
const QFont& v);
37 void onLegendFontColorChanged(
const QColor& v);
38 void onLegendBKBrushChanged(
const QBrush& v);
41 Ui::DAChartLegendItemSettingWidget* ui;