You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/mGui/mGuiSysManager/iWxUpdateLists.h

30 lines
475 B
C++

#pragma once
#include "iDlgBase.h"
#include "mGuiSysManager_global.h"
namespace Ui {
class iWxUpdateLists;
}
class QWebView;
class M_GUI_SYSMANAGER_EXPORT iWxUpdateLists : public iDlgBase
{
Q_OBJECT
public:
explicit iWxUpdateLists(QWidget *parent = 0);
~iWxUpdateLists();
virtual void initUI();
private slots:
void on_btnHardInfo_clicked();
void on_btnOK_clicked();
private:
Ui::iWxUpdateLists *ui;
QWebView* m_pWebView;
};