⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ktopwidget.h

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 H
字号:
#ifndef _KTOPWIDGET_H#define _KTOPWIDGET_H#include <ktmainwindow.h>/** * This was top level widget. It inherits KTMainWindow completely now. * You can still use is under this name, if you are so nostalgic. * You shouldn't use this widget it might be removed from libraries * in future. * @see KTMainWindow * @short Old KDE top level window * @author Stephan Kulow (coolo@kde.org), was maintained by Sven Radej (radej@kde.org) */class KTopLevelWidget : public KTMainWindow {    Q_OBJECT     friend class KToolBar;public:    /**     * Constructor.     */    KTopLevelWidget( const char *name = 0L );    /**     * Destructor.      */    ~KTopLevelWidget();protected:    /**     * This is called when the widget is closed.     * The default implementation jut calls accepts the event.     * This method is only difference from KTMainWindow. Old     * applications reimplement closeEvent, new should use      * @ref KTMainWindow and reimplement some of special handlers     * there.     */    virtual void closeEvent ( QCloseEvent *);};#endif//Eh!!!

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -