|
DAWorkbench 0.0.1
DAWorkbench API
|
信号 | |
| void | currentFontChanged (const QFont &f) |
| 当前字体改变发射的信号 | |
| void | currentFontColorChanged (const QColor &c) |
| 当前字体颜色改变发射的信号 | |
Public 成员函数 | |
| DAFontEditPannelWidget (QWidget *parent=nullptr) | |
| QColor | getCurrentFontColor () const |
| 设置当前字体颜色 | |
| void | setCurrentFontColor (const QColor &c) |
| 获取当前字体颜色 | |
| void | setCurrentFont (const QFont &f) |
| 设置当前字体 | |
| QFont | getCurrentFont () |
| 获取当前字体 | |
| void | setFontWeight (int w) |
| 设置字体大小 | |
| int | getFontWeight () const |
| 获取字体大小 | |
|
signal |
当前字体改变发射的信号
| font |
|
signal |
当前字体颜色改变发射的信号
| c |
| QFont DA::DAFontEditPannelWidget::getCurrentFont | ( | ) |
获取当前字体
| QColor DA::DAFontEditPannelWidget::getCurrentFontColor | ( | ) | const |
设置当前字体颜色
| int DA::DAFontEditPannelWidget::getFontWeight | ( | ) | const |
获取字体大小
| void DA::DAFontEditPannelWidget::setCurrentFont | ( | const QFont & | f | ) |
设置当前字体
| f |
| void DA::DAFontEditPannelWidget::setCurrentFontColor | ( | const QColor & | c | ) |
获取当前字体颜色
| c |
| void DA::DAFontEditPannelWidget::setFontWeight | ( | int | w | ) |
设置字体大小
| w |