From 541035d4308ca1931d5068ced83b0cb5350b0766 Mon Sep 17 00:00:00 2001 From: hash Date: Thu, 24 Oct 2002 08:14:54 +0000 Subject: editing/loading/saving works. now the keyboard in mainwidget needs to load the right profile when the tab is switched --- (limited to 'noncore/apps/opie-console/function_keyboard.h') diff --git a/noncore/apps/opie-console/function_keyboard.h b/noncore/apps/opie-console/function_keyboard.h index 496d932..7f313d6 100644 --- a/noncore/apps/opie-console/function_keyboard.h +++ b/noncore/apps/opie-console/function_keyboard.h @@ -98,14 +98,17 @@ private slots: void slotChangeCols(int); void slotChangeIcon(int); void slotChangeLabelText(const QString &); + void slotChangeQCode(const QString &); + void slotChangeUnicode(const QString &); private: + QString selectedHandle; ushort selectedRow, selectedCol; FunctionKeyboard *kb; QSpinBox *m_rowBox, *m_colBox; - QComboBox *m_labels, *m_qvalues; + QComboBox *m_labels, *m_qvalues, *m_uniValues; }; -- cgit v0.9.0.2