test_explore QT实现浏览器功能


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)
    }
    “MainWindowon_goButton_clicked“
};
#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< MainWindow*>(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_exploreDebug
     文件       12863  2017-11-17 17:58  test_exploreDebugMakefile
     文件       41652  2017-11-17 17:58  test_exploreDebugMakefile.Debug
     文件       41712  2017-11-17 17:58  test_exploreDebugMakefile.Release
     目录           0  2018-02-20 11:12  test_exploreDebugdebug
     文件      127013  2017-12-04 10:15  test_exploreDebugdebugmain.o
     文件      276654  2018-02-20 11:12  test_exploreDebugdebugmainwindow.o
     文件        3355  2017-12-04 10:15  test_exploreDebugdebugmoc_mainwindow.cpp
     文件      156200  2017-12-04 10:15  test_exploreDebugdebugmoc_mainwindow.o
     文件     3602132  2018-02-20 11:12  test_exploreDebugdebug est_explore.exe
     目录           0  2018-02-20 11:16  test_exploreDebug
elease
     文件        2330  2017-12-04 10:15  test_exploreDebugui_mainwindow.h
     目录           0  2018-02-20 11:16  test_explore est_explore
     文件         187  2017-11-17 17:50  test_explore est_exploremain.cpp
     文件        1121  2018-02-20 11:12  test_explore est_exploremainwindow.cpp
     文件         374  2017-12-04 09:58  test_explore est_exploremainwindow.h
     文件        1443  2017-12-04 09:59  test_explore est_exploremainwindow.ui
     文件         397  2017-11-17 17:58  test_explore est_explore est_explore.pro
     文件       17659  2018-02-20 11:16  test_explore est_explore est_explore.pro.user

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)