feat: sorting

This commit is contained in:
2025-08-06 00:52:49 +02:00
parent 1100910f62
commit f026f12e4c
8 changed files with 190 additions and 38 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
/*
* @Author: Uyanide pywang0608@foxmail.com
* @Date: 2025-08-05 00:37:58
* @LastEditTime: 2025-08-05 19:53:51
* @LastEditTime: 2025-08-06 00:47:04
* @Description: MainWindow implementation.
*/
#ifndef MAINWINDOW_H
@@ -37,6 +37,9 @@ class MainWindow : public QMainWindow {
private:
void _setupUI();
private slots:
void _onImageFocused(const QString &path, const int index, const int count);
private:
Ui::MainWindow *ui;
ImagesCarousel *m_carousel = nullptr;