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

📄 shutdown.h

📁 用于S3C2410上基于Qt开发的关机程序
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'shutdown.ui'**** Created: Wed May 31 12:14:11 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef SHUTDOWN_FORM_H#define SHUTDOWN_FORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel;class QPushButton;class shutdown_form : public QDialog{     Q_OBJECTpublic:    shutdown_form( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~shutdown_form();    QLabel* PixmapLabel2;    QPushButton* PButshutdown;    QPushButton* PButReboot;    QPushButton* PButDebug;    QPushButton* PButCom;    QPushButton* PButCancel;public slots:    virtual void com_slot();    virtual void debug_slot();    virtual void reboot_slot();    virtual void shutdown_slot();};#endif // SHUTDOWN_FORM_H

⌨️ 快捷键说明

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