From 33a402ac713d5009306db0b1a365831becca17f7 Mon Sep 17 00:00:00 2001 From: hash Date: Wed, 14 Aug 2002 05:40:26 +0000 Subject: these are the config dialog files. only open/closing the pickboard works --- (limited to 'inputmethods/multikey/configdlg.h') diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h new file mode 100644 index 0000000..21bdb17 --- a/dev/null +++ b/inputmethods/multikey/configdlg.h @@ -0,0 +1,26 @@ +#include +#include +#include + +#ifndef CONFIGDLG_H +#define CONFIGDLG_H + +class ConfigDlg : public QTabWidget +{ + Q_OBJECT + +public: + ConfigDlg (); + +signals: + void pickboardToggled(bool on_off); + +private slots: + void pickTog(); + +private: + QCheckBox *pick_button; + +}; + +#endif -- cgit v0.9.0.2