⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qobject_support.h

📁 QT4的utils库源码包.解压后运行./configure配置,然后make.使用时在.pro文件中加入两行:LIBS+=-L$$(CPPLIBS)-lutils及INCLUDEPATH+=$$(C
💻 H
字号:
#ifndef QOBJ_SUPPORT#define QOBJ_SUPPORT#include <QObject>#include <QVariant>#include <QString>#include <QTextStream>/* This version of operator== is used primarily from assertEquals.   It should be made more robust - currently it only checks whether the    properties are the same - it should also do other kinds of checks. */bool  operator==(const QObject& o1, const QObject& o2);QTextStream& operator<<(QTextStream& os, const QVariant & qv) ;QTextStream& operator<<(QTextStream& os, const QObject& qo) ;// QTextStream& operator<<(QTextStream& os, const QString& qs) ;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -