New upstream version 26.0.0+dfsg1
This commit is contained in:
parent
8e020cdacb
commit
240080891f
837 changed files with 41275 additions and 9196 deletions
|
|
@ -37,6 +37,7 @@ public:
|
|||
void RemoveScript(const char *path);
|
||||
void ReloadScript(const char *path);
|
||||
void RefreshLists();
|
||||
void SetScriptDefaults(const char *path);
|
||||
|
||||
public slots:
|
||||
void on_close_clicked();
|
||||
|
|
@ -45,8 +46,15 @@ public slots:
|
|||
void on_removeScripts_clicked();
|
||||
void on_reloadScripts_clicked();
|
||||
void on_scriptLog_clicked();
|
||||
void on_defaults_clicked();
|
||||
|
||||
void OpenScriptParentDirectory();
|
||||
|
||||
void on_scripts_currentRowChanged(int row);
|
||||
|
||||
void on_pythonPathBrowse_clicked();
|
||||
|
||||
private slots:
|
||||
void on_description_linkActivated(const QString &link);
|
||||
void on_scripts_customContextMenuRequested(const QPoint &pos);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue