代码拉取完成,页面将自动刷新
#ifndef FILE_DIR_LIST_H
#define FILE_DIR_LIST_H
#include <QWidget>
#include <QTableWidget>
#include "picture.h"
#define FILE_DIR_PATH_SIZE 512
#define FILE_DIR_NAME_SIZE 48
struct file_dir_info
{
char path[FILE_DIR_PATH_SIZE];
char name[FILE_DIR_NAME_SIZE];
unsigned long adder;
unsigned long size;
unsigned long crc;
int w;
int h;
};
class FileDirList : public QWidget
{
Q_OBJECT
public: FileDirList(void);
~FileDirList();
void set(QWidget *parent, int x, int y);
void reset(void);
void set_path(QString path);
void set_offset(unsigned short offset);
unsigned short get_offset(void);
int get_count(void);
const file_dir_info *get_index(int index);
signals:
void show_signal(int);
void updata(int);
private slots:
void show_slost(int);
private:
int file_add(QString path, QString file);
int get_file_size(QString path, QString file);
unsigned long file_crc(QString path, QString file);
QTableWidget tab;
picture pic;
file_dir_info *pinfo;
int file_offset;
int info_cnt;
int info_tal;
unsigned short add_offset;
bool pic_ok;
};
#endif // FILE_DIR_LIST_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。