资源简介
基于Qt的时间轴编辑器,从网上看到的,觉得很好,分享出来,可以参考一下里面的时间轴自绘
代码片段和文件信息
/****************************************************************************
** meta object code from reading C++ file ‘AddTrackDialog.h‘
**
** Created by: The Qt meta object Compiler version 67 (Qt 5.6.3)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include “../src/dialogs/AddTrackDialog.h“
#include
#include tatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error “The header file ‘AddTrackDialog.h‘ doesn‘t include ject>.“
#elif Q_MOC_OUTPUT_REVISION != 67
#error “This file was generated using the moc from 5.6.3. 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_AddTrackDialog_t {
QByteArrayData data[5];
char stringdata0[82];
};
#define QT_MOC_LITERAL(idx ofs len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len \
qptrdiff(offsetof(qt_meta_stringdata_AddTrackDialog_t stringdata0) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_AddTrackDialog_t qt_meta_stringdata_AddTrackDialog = {
{
QT_MOC_LITERAL(0 0 14) // “AddTrackDialog“
QT_MOC_LITERAL(1 15 23) // “on_lineEdit_textChanged“
QT_MOC_LITERAL(2 39 0) // ““
QT_MOC_LITERAL(3 40 4) // “arg1“
QT_MOC_LITERAL(4 45 36) // “on_colorComboBox_currentIndex...“
}
“AddTrackDialog\0on_lineEdit_textChanged\0“
“\0arg1\0on_colorComboBox_currentIndexChanged“
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_AddTrackDialog[] = {
// 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 1 24 2 0x08 /* Private */
4 1 27 2 0x08 /* Private */
// slots: parameters
QmetaType::Void QmetaType::QString 3
QmetaType::Void QmetaType::QString 3
0 // eod
};
void AddTrackDialog::qt_static_metacall(Qobject *_o Qmetaobject::Call _c int _id void **_a)
{
if (_c == Qmetaobject::InvokemetaMethod) {
AddTrackDialog *_t = static_cast(_o);
Q_UNUSED(_t)
switch (_id) {
case 0: _t->on_lineEdit_textChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
case 1: _t->on_colorComboBox_currentIndexChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
default: ;
}
}
}
const Qmetaobject AddTrackDialog::staticmetaobject = {
{ &QDialog::staticmetaobject qt_meta_stringdata_AddTrackDialog.data
qt_meta_data_AddTrackDialog qt_static_metacall Q_NULLPTR Q_NULLPTR}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 152 2016-03-21 05:54 时间轴编辑器\.gitignore
文件 3634 2016-03-21 05:54 时间轴编辑器\forms\AddTrackDialog.ui
文件 19526 2016-03-21 05:54 时间轴编辑器\forms\ClipParamDialog.ui
文件 4794 2016-03-21 05:54 时间轴编辑器\forms\ExportDialog.ui
文件 6968 2016-03-21 05:54 时间轴编辑器\forms\MainWindow.ui
文件 23411 2018-05-24 17:14 时间轴编辑器\Makefile
文件 201779 2018-05-24 17:14 时间轴编辑器\Makefile.Debug
文件 202134 2018-05-24 17:14 时间轴编辑器\Makefile.Release
文件 1592 2016-03-21 05:54 时间轴编辑器\Prism.pro
文件 24015 2018-05-24 17:14 时间轴编辑器\Prism.pro.user
文件 43 2016-03-21 05:54 时间轴编辑器\README.md
文件 169141 2018-05-24 17:15 时间轴编辑器\release\AddTrackDialog.obj
文件 87601 2018-05-24 17:14 时间轴编辑器\release\CategoryData.obj
文件 371437 2018-05-24 17:18 时间轴编辑器\release\ClipCommands.obj
文件 372551 2018-05-24 17:18 时间轴编辑器\release\ClipItem.obj
文件 125311 2018-05-24 17:18 时间轴编辑器\release\ClipModel.obj
文件 400845 2018-05-24 17:18 时间轴编辑器\release\ClipParamDialog.obj
文件 152295 2018-05-24 17:15 时间轴编辑器\release\ExportDialog.obj
文件 223262 2018-05-24 17:17 时间轴编辑器\release\FileManager.obj
文件 233042 2018-05-24 17:18 时间轴编辑器\release\ImageData.obj
文件 346803 2018-05-24 17:18 时间轴编辑器\release\main.obj
文件 680589 2018-05-24 17:18 时间轴编辑器\release\MainWindow.obj
文件 3972 2018-05-24 17:15 时间轴编辑器\release\moc_AddTrackDialog.cpp
文件 67556 2018-05-24 17:16 时间轴编辑器\release\moc_AddTrackDialog.obj
文件 8364 2018-05-24 17:18 时间轴编辑器\release\moc_ClipItem.cpp
文件 359192 2018-05-24 17:18 时间轴编辑器\release\moc_ClipItem.obj
文件 10214 2018-05-24 17:18 时间轴编辑器\release\moc_ClipParamDialog.cpp
文件 360975 2018-05-24 17:18 时间轴编辑器\release\moc_ClipParamDialog.obj
文件 3895 2018-05-24 17:15 时间轴编辑器\release\moc_ExportDialog.cpp
文件 67497 2018-05-24 17:16 时间轴编辑器\release\moc_ExportDialog.obj
............此处省略63个文件信息
相关资源
- 基于QT4.8的视频播放器
- QT输入法(智能拼音,笔画,手写)
- QT检测U盘(盘符、产品ID、厂商ID、设
- 通讯猫-mqtt测试软件
- QT 自制聊天室 界面如QQ
- 嵌入式qt4电子阅读器
- qt 使用 echarts图表
- Qt5:多功能文档查看器
- QT4dll插件使用
- Qt酒店管理系统
- 基于qt实现的三连棋井字棋游戏含AI算
- qt4帮助文档——中文版
- PyQ5基本窗口控件详解
- fancybrowser
- Qt版上位机程序.rar
- 净化设备管理
- 示波器参考
- 用Qt写俄罗斯方块游戏的教程和源码
- 基于qt界面的语音交互软件
- PyQt4 精彩分析26个
- Qt_图像放大缩小拖动功能.rar
- 综合组件的界面
- QT 翻页效果基础实现
- 给Qt程序加图标Demo
- QT实现网络拓扑图82995
- test_explore QT实现浏览器功能
- QT的QML 非常好的
- qt模拟键盘
- 基于Qt5的音乐播放器80771
- Conflip.rar
评论
共有 条评论