📄 moc_mainwindow.cpp
字号:
/****************************************************************************
** Meta object code from reading C++ file 'mainwindow.h'
**
** Created: Sun Apr 12 21:18:04 2009
** by: The Qt Meta Object Compiler version 61 (Qt 4.5.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "../mainwindow.h"
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'mainwindow.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 61
#error "This file was generated using the moc from 4.5.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
static const uint qt_meta_data_MainWindow[] = {
// content:
2, // revision
0, // classname
0, 0, // classinfo
11, 12, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
// slots: signature, parameters, type, tag, flags
12, 11, 11, 11, 0x08,
22, 11, 11, 11, 0x08,
34, 11, 29, 11, 0x08,
41, 11, 29, 11, 0x08,
50, 11, 11, 11, 0x08,
57, 11, 11, 11, 0x08,
68, 11, 11, 11, 0x08,
75, 11, 11, 11, 0x08,
83, 11, 11, 11, 0x08,
100, 11, 11, 11, 0x08,
118, 11, 11, 11, 0x08,
0 // eod
};
static const char qt_meta_stringdata_MainWindow[] = {
"MainWindow\0\0newFile()\0open()\0bool\0"
"save()\0saveAs()\0find()\0goToCell()\0"
"sort()\0about()\0openRecentFile()\0"
"updateStatusBar()\0spreadsheetModified()\0"
};
const QMetaObject MainWindow::staticMetaObject = {
{ &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow,
qt_meta_data_MainWindow, 0 }
};
const QMetaObject *MainWindow::metaObject() const
{
return &staticMetaObject;
}
void *MainWindow::qt_metacast(const char *_clname)
{
if (!_clname) return 0;
if (!strcmp(_clname, qt_meta_stringdata_MainWindow))
return static_cast<void*>(const_cast< MainWindow*>(this));
return QMainWindow::qt_metacast(_clname);
}
int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
switch (_id) {
case 0: newFile(); break;
case 1: open(); break;
case 2: { bool _r = save();
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
case 3: { bool _r = saveAs();
if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break;
case 4: find(); break;
case 5: goToCell(); break;
case 6: sort(); break;
case 7: about(); break;
case 8: openRecentFile(); break;
case 9: updateStatusBar(); break;
case 10: spreadsheetModified(); break;
default: ;
}
_id -= 11;
}
return _id;
}
QT_END_MOC_NAMESPACE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -