improve ui

This commit is contained in:
arm64v8a
2022-08-05 17:08:21 +08:00
parent efdac7fa6f
commit 22b042b55b
30 changed files with 983 additions and 41 deletions

View File

@@ -110,6 +110,7 @@ private:
Ui::MainWindow *ui;
QSystemTrayIcon *tray;
QShortcut *shortcut_ctrl_f = new QShortcut(QKeySequence("Ctrl+F"), this);
QShortcut *shortcut_ctrl_c = new QShortcut(QKeySequence("Ctrl+C"), this);
QShortcut *shortcut_ctrl_v = new QShortcut(QKeySequence("Ctrl+V"), this);
QShortcut *shortcut_esc = new QShortcut(QKeySequence("Esc"), this);
//