资源简介

基础qt数据库读取和显示

资源截图

代码片段和文件信息

/****************************************************************************
** meta object code from reading C++ file ‘dialog.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.8.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/

#include “../../multiwindow/dialog.h“
#include 
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘dialog.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.8.0. 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
QT_WARNING_PUSH
QT_WARNING_DISABLE_DEPRECATED
struct qt_meta_stringdata_SettingDialog_t {
    QByteArrayData data[3];
    char stringdata0[39];
};
#define QT_MOC_LITERAL(idx ofs len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
    qptrdiff(offsetof(qt_meta_stringdata_SettingDialog_t stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_SettingDialog_t qt_meta_stringdata_SettingDialog = {
    {
QT_MOC_LITERAL(0 0 13) // “SettingDialog“
QT_MOC_LITERAL(1 14 23) // “on_pushButton_2_clicked“
QT_MOC_LITERAL(2 38 0) // ““

    }
    “SettingDialog\0on_pushButton_2_clicked\0“
    ““
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_SettingDialog[] = {

 // 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 /* Private */

 // slots: parameters
    QmetaType::Void

       0        // eod
};

void SettingDialog::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
    if (_c == Qmetaobject::InvokemetaMethod) {
        SettingDialog *_t = static_cast(_o);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->on_pushButton_2_clicked(); break;
        default: ;
        }
    }
    Q_UNUSED(_a);
}

const Qmetaobject SettingDialog::staticmetaobject = {
    { &QDialog::staticmetaobject qt_meta_stringdata_SettingDialog.data
      qt_meta_data_SettingDialog  qt_static_metacall Q_NULLPTR Q_NULLPTR}
};


const Qmetaobject *SettingDialog::metaobject() const
{
    return Qobject::d_ptr->metaobject ? Qobject::d_ptr->dynamicmetaobject() : &staticmetaobject;
}

void *SettingDialog::qt_metacast(const char *_clname)
{
    if (!_clname) return Q_NULLPTR;
    if (!strcmp(_clname qt_meta_stringdata_SettingDialog.stringdata0))
        return static_cast(const_cast< SettingDialog

评论

共有 条评论