1#ifndef DACHARTSYMBOLCOMBOBOX_H
2#define DACHARTSYMBOLCOMBOBOX_H
17 void setSymbolStyle(
const QwtSymbol::Style& s);
18 QwtSymbol::Style getSymbolStyle()
const;
19 static QwtSymbol::Style style(
int index);
20 static int symbolIndex(
const QwtSymbol::Style& s);
28 void onCurrentIndexChanged(
int index);
针对QwtSymbol的combobox,此类参考qtiplot的SymbolBox
Definition DAChartSymbolComboBox.h:12
void symbolStyleChanged(QwtSymbol::Style s)
符号标记改变信号
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44