📄 qobject_support.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 + -