代码拉取完成,页面将自动刷新
同步操作将从 zekdot/thingsChecker 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#ifndef DIALOG_H
#define DIALOG_H
#include <QPoint>
#include <QDialog>
#include "item.h"
#include <QVBoxLayout>
#include <QPalette>
#include <QEvent>
#include <QList>
#include <QMap>
#include <QTimer>
#include "item.h"
#include "itemdao.h"
#include "createnewitem.h"
class Dialog : public QDialog
{
Q_OBJECT
public:
/**
* @brief Dialog 构造函数
* @param parent 父窗口
*/
Dialog(QWidget *parent = 0);
/**
* @brief mouseMoveEvent 鼠标移动事件
* @param event 事件
*/
void mouseMoveEvent(QMouseEvent *event);
/**
* @brief mousePressEvent 鼠标按压事件
* @param event 事件
*/
void mousePressEvent(QMouseEvent *event);
public slots:
bool eventFilter(QObject *, QEvent *);
/**
* @brief refreshDialog 刷新界面
*/
void refreshDialog();
private:
/**
* @brief renderColor 根据情况染色
* @param item 项目指针
*/
void renderColor(Item * item);
QPoint dragPosition;//保存鼠标点相对窗体左上角的偏移值
QVBoxLayout * layout;//整体布局
QVBoxLayout *list;//列表项布局
QLabel * add;//添加新的内容
QTimer * timer;//计时器
};
#endif // DIALOG_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。