mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-06 08:36:04 -05:00
Add ability to reorder Window and Executable switches with arrows
This commit is contained in:
@@ -51,6 +51,8 @@ public:
|
||||
|
||||
public slots:
|
||||
void on_switches_currentRowChanged(int idx);
|
||||
void on_up_clicked();
|
||||
void on_down_clicked();
|
||||
void on_add_clicked();
|
||||
void on_remove_clicked();
|
||||
void on_noMatchDontSwitch_clicked();
|
||||
@@ -99,6 +101,8 @@ public slots:
|
||||
void on_writePathLineEdit_textChanged(const QString &text);
|
||||
void on_browseButton_2_clicked();
|
||||
|
||||
void on_executableUp_clicked();
|
||||
void on_executableDown_clicked();
|
||||
void on_executableAdd_clicked();
|
||||
void on_executableRemove_clicked();
|
||||
void on_executables_currentRowChanged(int idx);
|
||||
|
||||
Reference in New Issue
Block a user