資源簡介
QT實現瀏覽器功能 主要應用axWidget類來實現 能實現上網功能

代碼片段和文件信息
/****************************************************************************
**?meta?object?code?from?reading?C++?file?‘mainwindow.h‘
**
**?Created?by:?The?Qt?meta?object?Compiler?version?67?(Qt?5.0.2)
**
**?WARNING!?All?changes?made?in?this?file?will?be?lost!
*****************************************************************************/
#include?“../../test_explore/mainwindow.h“
#include?
#include?tatype.h>
#if?!defined(Q_MOC_OUTPUT_REVISION)
#error?“The?header?file?‘mainwindow.h‘?doesn‘t?include?ject>.“
#elif?Q_MOC_OUTPUT_REVISION?!=?67
#error?“This?file?was?generated?using?the?moc?from?5.0.2.?It“
#error?“cannot?be?used?with?the?include?files?from?this?version?of?Qt.“
#error?“(The?moc?has?changed?too?much.)“
#endif
QT_BEGIN_MOC_NAMESPACE
struct?qt_meta_stringdata_MainWindow_t?{
????QByteArrayData?data[3];
????char?stringdata[33];
};
#define?QT_MOC_LITERAL(idx?ofs?len)?\
????Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len?\
????offsetof(qt_meta_stringdata_MainWindow_t?stringdata)?+?ofs?\
????????-?idx?*?sizeof(QByteArrayData)?\
????)
static?const?qt_meta_stringdata_MainWindow_t?qt_meta_stringdata_MainWindow?=?{
????{
QT_MOC_LITERAL(0?0?10)
QT_MOC_LITERAL(1?11?19)
QT_MOC_LITERAL(2?31?0)
????}
????“MainWindow\0on_goButton_clicked\0\0“
};
#undef?QT_MOC_LITERAL
static?const?uint?qt_meta_data_MainWindow[]?=?{
?//?content:
???????7???????//?revision
???????0???????//?classname
???????0????0?//?classinfo
???????1???14?//?methods
???????0????0?//?properties
???????0????0?//?enums/sets
???????0????0?//?constructors
???????0???????//?flags
???????0???????//?signalCount
?//?slots:?name?argc?parameters?tag?flags
???????1????0???19????2?0x08
?//?slots:?parameters
????QmetaType::Void
???????0????????//?eod
};
void?MainWindow::qt_static_metacall(Qobject?*_o?Qmetaobject::Call?_c?int?_id?void?**_a)
{
????if?(_c?==?Qmetaobject::InvokemetaMethod)?{
????????MainWindow?*_t?=?static_cast(_o);
????????switch?(_id)?{
????????case?0:?_t->on_goButton_clicked();?break;
????????default:?;
????????}
????}
????Q_UNUSED(_a);
}
const?Qmetaobject?MainWindow::staticmetaobject?=?{
????{?&QMainWindow::staticmetaobject?qt_meta_stringdata_MainWindow.data
??????qt_meta_data_MainWindow??qt_static_metacall?0?0}
};
const?Qmetaobject?*MainWindow::metaobject()?const
{
????return?Qobject::d_ptr->metaobject???Qobject::d_ptr->dynamicmetaobject()?:?&staticmetaobject;
}
void?*MainWindow::qt_metacast(const?char?*_clname)
{
????if?(!_clname)?return?0;
????if?(!strcmp(_clname?qt_meta_stringdata_MainWindow.stringdata))
????????return?static_cast(const_cast(this));
????return?QMainWindow::qt_metacast(_clname);
}
int?MainWindow::qt_metacall(Qmetaobject::Call?_c?int?_id?void?**_a)
{
????_id?=?QMainWindow::qt_metacall(_c?_id?_a);
????if?(_id?0)
????????return?_
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-12-04?11:29??test_explore\
?????目錄???????????0??2017-12-04?10:15??test_explore\Debug\
?????文件???????12863??2017-11-17?17:58??test_explore\Debug\Makefile
?????文件???????41652??2017-11-17?17:58??test_explore\Debug\Makefile.Debug
?????文件???????41712??2017-11-17?17:58??test_explore\Debug\Makefile.Release
?????目錄???????????0??2018-02-20?11:12??test_explore\Debug\debug\
?????文件??????127013??2017-12-04?10:15??test_explore\Debug\debug\main.o
?????文件??????276654??2018-02-20?11:12??test_explore\Debug\debug\mainwindow.o
?????文件????????3355??2017-12-04?10:15??test_explore\Debug\debug\moc_mainwindow.cpp
?????文件??????156200??2017-12-04?10:15??test_explore\Debug\debug\moc_mainwindow.o
?????文件?????3602132??2018-02-20?11:12??test_explore\Debug\debug\test_explore.exe
?????目錄???????????0??2018-02-20?11:16??test_explore\Debug\release\
?????文件????????2330??2017-12-04?10:15??test_explore\Debug\ui_mainwindow.h
?????目錄???????????0??2018-02-20?11:16??test_explore\test_explore\
?????文件?????????187??2017-11-17?17:50??test_explore\test_explore\main.cpp
?????文件????????1121??2018-02-20?11:12??test_explore\test_explore\mainwindow.cpp
?????文件?????????374??2017-12-04?09:58??test_explore\test_explore\mainwindow.h
?????文件????????1443??2017-12-04?09:59??test_explore\test_explore\mainwindow.ui
?????文件?????????397??2017-11-17?17:58??test_explore\test_explore\test_explore.pro
?????文件???????17659??2018-02-20?11:16??test_explore\test_explore\test_explore.pro.user
評論
共有 條評論