-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
53 lines (34 loc) · 910 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
README.txt
**********
A file viewer that will automatically update as changes happen within the directory the program is set to watch.
Known Issues:
-------------
Removing file will redraw all rows
Added file will redraw all rows
Add support for Mac
Compilation:
------------
Linux:
GCC 4.8.4 x86 64bit (Ubuntu 4.8.4-2ubuntu1~14.04.4)
Qt 5.7.1
Windows:
MSVC 2013 64bit & Qt 5.6.2
MSVC 2017 64bit & Qt 5.11.3
Requirements:
-------------
Windows and Mac
QTableView - control
Files only (no subdirectories)
Two columns
File Names
File Sizes
User selected folder
No scanning on interval
Detect change
deletion
only remove deleted folder
adding
add file to end of list
resizing
only file size value should change
Should be able to handle large number of files