Add stubs and b asic integration with MainWindow

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-05-18 23:03:14 +08:00
parent 0a5013ff9f
commit ea8f105292
5 changed files with 47 additions and 79 deletions

View File

@ -31,6 +31,8 @@ class CreateShortcutDialog : public QDialog {
explicit CreateShortcutDialog(InstancePtr instance, QWidget* parent = nullptr);
~CreateShortcutDialog();
void createShortcut() const;
private slots:
// Icon, target and name
void on_iconButton_clicked();