UIGQTextEdit
多行文字输入控件
派生关系
class UIGQTextEdit : public QTextEdit, public IUIGQControlBase
按钮事件
void pressed();
void released();
void clicked(bool checked = false);
void toggled(bool checked);
派生事件
void pressedEvent(); // 按下事件
主要方法
1、设置和获取背景样式
void setBackground(UIGQtLib::CtrlState state, const FillStyle& style);
const FillStyle& getBackground(UIGQtLib::CtrlState state);
2、设置和获取文字样式
void setTextStyle(UIGQtLib::CtrlState state, const TextStyleDesc& style);
const TextStyleDesc& getTextStyle(UIGQtLib::CtrlState state);
3、设置和获取替换文字的样式
void setPlaceholderTextStyle(const TextStyleDesc& style);
const TextStyleDesc& getPlaceholderTextStyle();
4、设置和获取替换文字内容
void setPlaceholderText(const QString& text);
const QString& getPlaceholderText();