From f4162d2283ebf0327645e0ac66b539cf87565d0b Mon Sep 17 00:00:00 2001 From: dwmw2 Date: Thu, 19 Sep 2002 20:44:40 +0000 Subject: Initial import of half-finished ssh-agent key management tool. --- (limited to 'noncore/settings/sshkeys/sshkeys.h') diff --git a/noncore/settings/sshkeys/sshkeys.h b/noncore/settings/sshkeys/sshkeys.h new file mode 100644 index 0000000..4a9f2fe --- a/dev/null +++ b/noncore/settings/sshkeys/sshkeys.h @@ -0,0 +1,27 @@ + +#ifndef SSHKEYSAPP_H +#define SSHKEYSAPP_H + +#include "sshkeysbase.h" + +class OProcess; + +class SSHKeysApp : public SSHKeysBase +{ + Q_OBJECT + + public: + SSHKeysApp( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~SSHKeysApp(); + + private: + void sshadd(char **args); + + private slots: + void doAddButton(); + void doRefreshListButton(); + void doRemoveAllButton(); + void get_list_keys_output(OProcess *proc, char *buffer, int buflen); +}; +#endif + -- cgit v0.9.0.2