table of contents
- unstable 3.0.1.1-1+b1
| kdk::KUninstallDialog(3) | Library Functions Manual | kdk::KUninstallDialog(3) |
NAME¶
kdk::KUninstallDialog - 卸载对话框,当用户卸载时可能会弹出此提示对话框
SYNOPSIS¶
#include <kuninstalldialog.h>
Inherits kdk::KDialog.
Public Member Functions¶
KUninstallDialog (QString appName, QString appVersion,
QWidget *parent=nullptr)
QLabel * debAppNameLabel ()
debAppNameLabel QLabel * debNameLabel ()
包名Label QLabel * debIconLabel ()
包IconLabel QLabel * debVersionLabel ()
包版本Label QPushButton * uninstallButtton ()
卸载按钮
Public Member Functions inherited from kdk::KDialog
KDialog (QWidget *parent=nullptr)
void setWindowIcon (const QIcon &icon)
设置对话框图标 void
setWindowIcon (const QString &iconName)
设置对话框图标 void
setWindowTitle (const QString &)
设置对话框标题名称
QPushButton * maximumButton ()
获取最大化按钮 QPushButton *
minimumButton ()
获取最小化按钮 QPushButton *
closeButton ()
获取关闭按钮 KMenuButton *
menuButton ()
获取下拉菜单按钮 QWidget *
mainWidget ()
获取主内容区Widget KWindowButtonBar
* windowButtonBar ()
windowButtonBar KIconBar * iconBar ()
iconBar
Protected Member Functions¶
void changeTheme ()
Protected Member Functions inherited from kdk::KDialog
bool eventFilter (QObject *target, QEvent *event) override
void changeTheme ()
void changeIconStyle ()
QBoxLayout * mainLayout ()
Detailed Description¶
卸载对话框,当用户卸载时可能会弹出此提示对话框
Since
Author¶
Generated automatically by Doxygen for LIBKYSDK-APPLICATIONS from the source code.
| Version version:3.0 | LIBKYSDK-APPLICATIONS |