| kdk::KSwitchButtonFrame(3) | Library Functions Manual | kdk::KSwitchButtonFrame(3) |
NAME¶
kdk::KSwitchButtonFrame
SYNOPSIS¶
Inherits kdk::KBaseFrame.
Public Member Functions¶
KSwitchButtonFrame (const QString title, QWidget
*parent=nullptr, BorderRadiusStyle
style=BorderRadiusStyle::None)
创建一个带 KSwitchButton 的 Frame
void setHintText (QString &hintText)
设置提示文案 KSwitchButton *
switchButton ()
获取 switchbutton KLabel * titleLabel ()
获取label QHBoxLayout * mainHLayout ()
获取layout
Public Member Functions inherited from kdk::KBaseFrame
KBaseFrame (QWidget *parent=nullptr, BorderRadiusStyle
style=Around, bool heightAdaptive=false)
构造函数 void setRadiusType
(BorderRadiusStyle style)
设置圆角风格 bool getTabletMode ()
获取平板模式 bool isContainer ()
获取是否是一个容器frame,此时settinggroup需要设置的是其子frame的圆角
void setContainer (bool b=false)
设置该frame是否是一个容器frame,如果是同时setFrameShape(NoFrame);
Additional Inherited Members¶
Public Types inherited from kdk::KBaseFrame
enum BorderRadiusStyle { Top, None, Bottom,
Around }
Signals inherited from kdk::KBaseFrame
void tabletModeChanged (bool b)
Protected Member Functions inherited from kdk::KBaseFrame
void paintEvent (QPaintEvent *e)
Constructor & Destructor Documentation¶
kdk::KSwitchButtonFrame::KSwitchButtonFrame (const QString title, QWidget * parent = nullptr, BorderRadiusStyle style = BorderRadiusStyle::None) [explicit]¶
创建一个带 KSwitchButton 的 Frame
Parameters
style 设置圆角(None:无圆角,Top:上圆角,Bottom:下圆角,Around:四圆角)
parent
Member Function Documentation¶
QHBoxLayout * kdk::KSwitchButtonFrame::mainHLayout ()¶
获取layout
Returns
void kdk::KSwitchButtonFrame::setHintText (QString & hintText)¶
设置提示文案
Parameters
KSwitchButton * kdk::KSwitchButtonFrame::switchButton ()¶
获取 switchbutton
Returns
KLabel * kdk::KSwitchButtonFrame::titleLabel ()¶
获取label
Returns
Author¶
Generated automatically by Doxygen for LIBKYSDK-APPLICATIONS from the source code.
| Version version:3.0 | LIBKYSDK-APPLICATIONS |