dupeguru/qt
glubsy ff7733bb73 Fix image viewer
When zooming in or out, the value computed might be a float instead
of an int, which is what the QScrollBar expect for its setValue method.
Simply casting to int should be enough here.
2022-03-12 22:36:17 +01:00
..
me More cleanups 2021-08-25 00:46:33 -05:00
pe Fix image viewer 2022-03-12 22:36:17 +01:00
se resize preference dialog file size box 2021-08-28 10:28:06 +08:00
__init__.py Removed .ui files and made the UI setup "by hand". ui files cause more problems than they solve (UI designer is limited in what it can do). 2010-10-04 15:29:00 +02:00
app.py Add initial dark style for use in Windows 2022-01-24 19:14:30 -06:00
deletion_options.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
details_dialog.py Add windows position handling at open, fix #653 2021-08-27 23:26:19 -05:00
details_table.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
dg.qrc Implement exclude list dialog on the Qt side 2020-08-17 05:54:59 +02:00
directories_dialog.py change FilesDB to singleton class 2021-10-29 15:12:40 +08:00
directories_model.py More cleanups 2021-08-25 00:46:33 -05:00
exclude_list_dialog.py Format all files with black correcting line length 2021-08-15 04:10:18 -05:00
exclude_list_table.py More cleanups 2021-08-25 00:46:33 -05:00
ignore_list_dialog.py First pass code cleanup in qt/qtlib 2021-08-24 00:12:23 -05:00
ignore_list_table.py More cleanups 2021-08-25 00:46:33 -05:00
platform.py Fix BASE_PATH for frozen macOS app 2022-03-09 06:50:41 -06:00
preferences.py Add initial dark style for use in Windows 2022-01-24 19:14:30 -06:00
preferences_dialog.py Fix issue introduced in fix for #900 2022-01-25 10:39:08 -06:00
prioritize_dialog.py First pass code cleanup in qt/qtlib 2021-08-24 00:12:23 -05:00
problem_dialog.py Add windows position handling at open, fix #653 2021-08-27 23:26:19 -05:00
problem_table.py More cleanups 2021-08-25 00:46:33 -05:00
result_window.py More cleanups 2021-08-25 00:46:33 -05:00
results_model.py More cleanups 2021-08-25 00:46:33 -05:00
stats_label.py Format files with black 2019-12-31 20:16:27 -06:00
tabbed_window.py Add windows position handling at open, fix #653 2021-08-27 23:26:19 -05:00