From 64a00421be85d223072e087d4d3c9ecdad464095 Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 19 Aug 2002 05:35:38 +0000 Subject: now reads maps in default dir, and also lets you add/remove your own maps --- (limited to 'inputmethods/multikey/configdlg.h') diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h index 03a3547..07d109c 100644 --- a/inputmethods/multikey/configdlg.h +++ b/inputmethods/multikey/configdlg.h @@ -17,13 +17,13 @@ public: signals: void pickboardToggled(bool on_off); void setMapToDefault(); - void setMapToFile(int index); + void setMapToFile(QString map); private slots: void pickTog(); void setMap(int index); void addMap(); - void removeMap(int index); + void removeMap(); private: QCheckBox *pick_button; @@ -31,6 +31,10 @@ private: QPushButton *add_button; QPushButton *remove_button; + + QStringList default_maps; // the maps in your share/multikey/ dir + QStringList custom_maps; // maps you added with the 'add' button + }; #endif -- cgit v0.9.0.2