• 大小: 38.39MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-17
  • 语言: 其他
  • 标签: QT  C++  GUI设计  

资源简介

与最新版的《QT5开发及实例》教程配套,重在实践,适合新手学习和联系。

资源截图

代码片段和文件信息

/****************************************************************************
** meta object code from reading C++ file ‘dialog.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 “../../Dialog/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.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_Dialog_t {
    QByteArrayData data[5];
    char stringdata[64];
};
#define QT_MOC_LITERAL(idx ofs len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
    offsetof(qt_meta_stringdata_Dialog_t stringdata) + ofs \
        - idx * sizeof(QByteArrayData) \
    )
static const qt_meta_stringdata_Dialog_t qt_meta_stringdata_Dialog = {
    {
QT_MOC_LITERAL(0 0 6)
QT_MOC_LITERAL(1 7 19)
QT_MOC_LITERAL(2 27 0)
QT_MOC_LITERAL(3 28 29)
QT_MOC_LITERAL(4 58 4)
    }
    “Dialog\0on_countBtn_clicked\0\0“
    “on_radiusLineEdit_textChanged\0arg1\0“
};
#undef QT_MOC_LITERAL

static const uint qt_meta_data_Dialog[] = {

 // content:
       7       // revision
       0       // classname
       0    0 // classinfo
       2   14 // methods
       0    0 // properties
       0    0 // enums/sets
       0    0 // constructors
       0       // flags
       0       // signalCount

 // slots: name argc parameters tag flags
       1    0   24    2 0x08
       3    1   25    2 0x08

 // slots: parameters
    QmetaType::Void
    QmetaType::Void QmetaType::QString    4

       0        // eod
};

void Dialog::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
    if (_c == Qmetaobject::InvokemetaMethod) {
        Dialog *_t = static_cast(_o);
        switch (_id) {
        case 0: _t->on_countBtn_clicked(); break;
        case 1: _t->on_radiusLineEdit_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
        default: ;
        }
    }
}

const Qmetaobject Dialog::staticmetaobject = {
    { &QDialog::staticmetaobject qt_meta_stringdata_Dialog.data
      qt_meta_data_Dialog  qt_static_metacall 0 0}
};


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

void *Dialog::qt_metacast(const char *_clname)
{
    if (!_clname) return 0;
    if (!strcmp(_clname qt_meta_stringdata_Dialog.stringdata))
        return static_cast(const_cast< Dialog*>(this));
    return QDialog::qt_metac

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-12-19 20:37  本书源程序\
     目录           0  2013-12-19 20:37  本书源程序\CH1\
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH101\
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH101\Dialog\
     文件         367  2013-04-28 10:21  本书源程序\CH1\CH101\Dialog\Dialog.pro
     文件       17710  2013-06-17 17:16  本书源程序\CH1\CH101\Dialog\Dialog.pro.user
     文件       17710  2013-05-03 15:16  本书源程序\CH1\CH101\Dialog\Dialog.pro.user.481a027
     文件         816  2013-04-28 14:47  本书源程序\CH1\CH101\Dialog\dialog.cpp
     文件         396  2013-04-28 14:47  本书源程序\CH1\CH101\Dialog\dialog.h
     文件        1962  2013-04-28 14:17  本书源程序\CH1\CH101\Dialog\dialog.ui
     文件         179  2013-04-28 10:21  本书源程序\CH1\CH101\Dialog\main.cpp
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\
     文件       12061  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\Makefile
     文件       32820  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\Makefile.Debug
     文件       32886  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\Makefile.Release
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\
     文件      692095  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\Dialog.exe
     文件      248475  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\dialog.o
     文件      127011  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\main.o
     文件        3525  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\moc_dialog.cpp
     文件      156332  2013-05-18 13:51  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\debug\moc_dialog.o
     目录           0  2014-01-05 20:41  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\release\
     文件        2779  2013-04-28 14:18  本书源程序\CH1\CH101\build-Dialog-Desktop_Qt_5_0_2_MinGW_32bit-Debug\ui_dialog.h
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH102\
     目录           0  2013-12-19 20:37  本书源程序\CH1\CH102\Dialog\
     文件         342  2013-05-01 13:47  本书源程序\CH1\CH102\Dialog\Dialog.pro
     文件       17710  2013-05-18 13:53  本书源程序\CH1\CH102\Dialog\Dialog.pro.user
     文件       17710  2013-05-02 15:02  本书源程序\CH1\CH102\Dialog\Dialog.pro.user.481a027
     文件         994  2013-05-02 15:02  本书源程序\CH1\CH102\Dialog\dialog.cpp
     文件         393  2013-05-01 14:17  本书源程序\CH1\CH102\Dialog\dialog.h
     文件         179  2013-05-01 13:47  本书源程序\CH1\CH102\Dialog\main.cpp
............此处省略1549个文件信息

评论

共有 条评论