• 大小: 1.17MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-21
  • 语言: 其他
  • 标签: 智能家居  

资源简介

本智能家居系统相关资源描述: 客户端为,利用QT开发的界面 服务端为,开发版(测试时在虚拟机ubuntu上) 1、用户可以根据用户名和密码登录此系统,进入控制界面控制家中空调、窗帘、热水器、花洒等智能设备的开关,并能通过视频查看家中情景。 2、摄像头进行图片采集、温湿度传感器进行温度采集并将信息传输到客户端并实现实时显示。

资源截图

代码片段和文件信息

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

#include “../../smartHome/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.5.1. 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[4];
    char stringdata0[53];
};
#define QT_MOC_LITERAL(idx ofs len) \
    Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
    qptrdiff(offsetof(qt_meta_stringdata_Dialog_t stringdata0) + ofs \
        - idx * sizeof(QByteArrayData)) \
    )
static const qt_meta_stringdata_Dialog_t qt_meta_stringdata_Dialog = {
    {
QT_MOC_LITERAL(0 0 6) // “Dialog“
QT_MOC_LITERAL(1 7 21) // “on_exitButton_clicked“
QT_MOC_LITERAL(2 29 0) // ““
QT_MOC_LITERAL(3 30 22) // “on_loginButton_clicked“

    }
    “Dialog\0on_exitButton_clicked\0\0“
    “on_loginButton_clicked“
};
#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 /* Private */
       3    0   25    2 0x08 /* Private */

 // slots: parameters
    QmetaType::Void
    QmetaType::Void

       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);
        Q_UNUSED(_t)
        switch (_id) {
        case 0: _t->on_exitButton_clicked(); break;
        case 1: _t->on_loginButton_clicked(); break;
        default: ;
        }
    }
    Q_UNUSED(_a);
}

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


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 Q_NULLPTR;
    if (!strcmp(_clname qt_meta_stringdata_Dialog.stringdata0))
        return static_ca

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     335700  2017-11-07 09:59  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\dialog.o

     文件     338965  2017-11-07 22:12  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\main.o

     文件       3593  2017-11-07 09:59  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\moc_dialog.cpp

     文件     187398  2017-11-07 09:59  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\moc_dialog.o

     文件       5429  2017-11-07 17:22  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\moc_widget.cpp

     文件     194799  2017-11-07 17:22  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\moc_widget.o

     文件    1395434  2017-11-07 22:12  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\smartHome.exe

     文件     368489  2017-11-07 22:02  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\debug\widget.o

     文件      21262  2017-11-07 10:36  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\Makefile

     文件      53041  2017-11-07 10:36  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\Makefile.Debug

     文件      53138  2017-11-07 10:36  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\Makefile.Release

     文件       4626  2017-11-06 16:50  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\ui_dialog.h

     文件       7338  2017-11-07 16:45  客户端(QT)\build-smartHome-Desktop_Qt_5_5_1_MinGW_32bit-Debug\ui_widget.h

     文件        563  2017-11-06 15:41  客户端(QT)\smartHome\dialog.cpp

     文件        394  2017-11-07 09:58  客户端(QT)\smartHome\dialog.h

     文件       2950  2017-11-06 16:49  客户端(QT)\smartHome\dialog.ui

     文件        255  2017-11-07 22:12  客户端(QT)\smartHome\main.cpp

     文件        452  2017-11-07 10:36  客户端(QT)\smartHome\smartHome.pro

     文件      18736  2017-11-08 00:55  客户端(QT)\smartHome\smartHome.pro.user

     文件      18727  2017-11-06 18:34  客户端(QT)\smartHome\smartHome.pro.user.991db12

     文件       1398  2017-11-07 23:08  客户端(QT)\smartHome\userinterface.h

     文件       7202  2017-11-07 22:02  客户端(QT)\smartHome\widget.cpp

     文件       1130  2017-11-07 17:22  客户端(QT)\smartHome\widget.h

     文件       6118  2017-11-07 16:45  客户端(QT)\smartHome\widget.ui

    ..A..H.     16384  2017-11-08 08:51  服务端\project\.main.c.swn

    ..A..H.     20480  2017-11-08 00:43  服务端\project\.main.c.swo

    ..A..H.     12288  2017-11-06 23:16  服务端\project\.main.c.swp

     文件     614400  2017-11-07 15:56  服务端\project\1.yuyv

     文件        164  2017-07-17 16:40  服务端\project\adc.h

     文件       5584  2017-11-06 14:58  服务端\project\camera.c

............此处省略49个文件信息

评论

共有 条评论