From 8384ef9eb4c2670ad8c8247d63b4633288b65ad1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 21 Oct 2002 22:40:58 +0000 Subject: scrollviews for terminal and connetion tab --- (limited to 'noncore/apps/opie-console/profileeditordialog.h') diff --git a/noncore/apps/opie-console/profileeditordialog.h b/noncore/apps/opie-console/profileeditordialog.h index 6216660..c731747 100644 --- a/noncore/apps/opie-console/profileeditordialog.h +++ b/noncore/apps/opie-console/profileeditordialog.h @@ -14,6 +14,7 @@ class QLineEdit; class QComboBox; class QCheckBox; class QLabel; +class QScrollView; class ProfileDialogWidget; class ProfileEditorDialog : public QDialog { @@ -47,6 +48,8 @@ private: QComboBox *m_conCmb, *m_termCmb; QCheckBox *m_autoConnect; + QScrollView *m_svCon, *m_svTerm; + QWidget *m_tabCon, *m_tabTerm, *m_tabKey; ProfileDialogWidget* m_con, *m_term, *m_key; QHBoxLayout *m_layCon, *m_layTerm, *m_layKey; -- cgit v0.9.0.2