HGGitLab

Commit 8256a0f4 authored by luoliangyi's avatar luoliangyi

处理拖入文件自动滚动功能

parent 68251015
This diff is collapsed.
...@@ -161,6 +161,7 @@ private: ...@@ -161,6 +161,7 @@ private:
int getItemCol(int index); int getItemCol(int index);
int getTotalRows(); int getTotalRows();
int getTotalCols(); int getTotalCols();
int getRowCount(int row); // 获取每行的个数
int getItem(const QPoint &pt, MouseStatus &mouseStatus); int getItem(const QPoint &pt, MouseStatus &mouseStatus);
int getInsertPos(const QPoint &pt); int getInsertPos(const QPoint &pt);
int findIndex(const QString &fileName); int findIndex(const QString &fileName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment