From d9cc9bedf72e921f8f7d8edeb189db127c5651e3 Mon Sep 17 00:00:00 2001 From: hash Date: Thu, 15 Aug 2002 19:29:19 +0000 Subject: changed the keymap selector widget style --- (limited to 'inputmethods/multikey/configdlg.h') diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h index 54127a0..1a64764 100644 --- a/inputmethods/multikey/configdlg.h +++ b/inputmethods/multikey/configdlg.h @@ -1,7 +1,8 @@ #include #include #include -#include +#include +#include #ifndef CONFIGDLG_H #define CONFIGDLG_H @@ -21,10 +22,14 @@ signals: private slots: void pickTog(); void setMap(int index); + void addMap(); + void removeMap(int index); private: QCheckBox *pick_button; - QComboBox *map_combo; + QListBox *keymaps; + QPushButton *add_button; + QPushButton *remove_button; }; -- cgit v0.9.0.2