TBaseColorWidget Class
该类为常用颜色选择界面。 More...
Header: | #include <TBaseColorWidget> |
Inherits: | QWidget |
Public Functions
TBaseColorWidget(QWidget *parent = 0) | |
~TBaseColorWidget() |
- 213 public functions inherited from QWidget
Public Slots
void | selectColor() |
- 19 public slots inherited from QWidget
Signals
void | selectedColor(const QColor iColor) |
- 3 signals inherited from QWidget
Additional Inherited Members
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
Detailed Description
该类为常用颜色选择界面。
Member Function Documentation
TBaseColorWidget::TBaseColorWidget(QWidget *parent = 0)
Default constructs an instance of TBaseColorWidget.
TBaseColorWidget::~TBaseColorWidget()
Destroys the instance of TBaseColorWidget.
[slot]
void TBaseColorWidget::selectColor()
TBaseColorWidget::selectColor当选择某种颜色时,触发该函数,该函数会发送selectedColor(const QColor col)信号