moc_stylesheeteditor.cpp
来自「Qt控件使用实例」· C++ 代码 · 共 82 行
CPP
82 行
/****************************************************************************** Meta object code from reading C++ file 'stylesheeteditor.h'**** Created: Sun May 10 22:55:52 2009** by: The Qt Meta Object Compiler version 59 (Qt 4.4.0)**** WARNING! All changes made in this file will be lost!*****************************************************************************/#include "stylesheeteditor.h"#if !defined(Q_MOC_OUTPUT_REVISION)#error "The header file 'stylesheeteditor.h' doesn't include <QObject>."#elif Q_MOC_OUTPUT_REVISION != 59#error "This file was generated using the moc from 4.4.0. It"#error "cannot be used with the include files from this version of Qt."#error "(The moc has changed too much.)"#endifQT_BEGIN_MOC_NAMESPACEstatic const uint qt_meta_data_StyleSheetEditor[] = { // content: 1, // revision 0, // classname 0, 0, // classinfo 4, 10, // methods 0, 0, // properties 0, 0, // enums/sets // slots: signature, parameters, type, tag, flags 28, 18, 17, 17, 0x08, 76, 61, 17, 17, 0x08, 114, 17, 17, 17, 0x08, 145, 17, 17, 17, 0x08, 0 // eod};static const char qt_meta_stringdata_StyleSheetEditor[] = { "StyleSheetEditor\0\0styleName\0" "on_styleCombo_activated(QString)\0" "styleSheetName\0on_styleSheetCombo_activated(QString)\0" "on_styleTextEdit_textChanged()\0" "on_applyButton_clicked()\0"};const QMetaObject StyleSheetEditor::staticMetaObject = { { &QDialog::staticMetaObject, qt_meta_stringdata_StyleSheetEditor, qt_meta_data_StyleSheetEditor, 0 }};const QMetaObject *StyleSheetEditor::metaObject() const{ return &staticMetaObject;}void *StyleSheetEditor::qt_metacast(const char *_clname){ if (!_clname) return 0; if (!strcmp(_clname, qt_meta_stringdata_StyleSheetEditor)) return static_cast<void*>(const_cast< StyleSheetEditor*>(this)); return QDialog::qt_metacast(_clname);}int StyleSheetEditor::qt_metacall(QMetaObject::Call _c, int _id, void **_a){ _id = QDialog::qt_metacall(_c, _id, _a); if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { switch (_id) { case 0: on_styleCombo_activated((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 1: on_styleSheetCombo_activated((*reinterpret_cast< const QString(*)>(_a[1]))); break; case 2: on_styleTextEdit_textChanged(); break; case 3: on_applyButton_clicked(); break; } _id -= 4; } return _id;}QT_END_MOC_NAMESPACE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?