Feature: add SizeFilter which allows filtering of files based on their size (in bytes)
Add a new filter SizeFilter
to allow files to be filtered by their
size. The filter supports the GreaterOrEqual
, Equals
, and
LessOrEqual
comparators.
The file size is compared in user-specified units, including Bytes
,
Kilobytes
, Megabytes
, and Gigabytes
.
This filter has been integrated into the filter selection combo box.
Once selected, the user can choose the comparator from a combo box
(similar to DateFilter
), and a QLineEdit
is provided for the user to
input the desired file size for chosen unit.
Edited by Glenn Y. Rolland