summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
authorharlekin <harlekin>2002-10-21 22:40:58 (UTC)
committer harlekin <harlekin>2002-10-21 22:40:58 (UTC)
commit8384ef9eb4c2670ad8c8247d63b4633288b65ad1 (patch) (side-by-side diff)
tree567a0c868133698ca21eda135bbf8ac7cfe18c83 /noncore/apps/opie-console/profileeditordialog.h
parentd7a4ad19a8493dbb226e7f8355c49dafd1fa9597 (diff)
downloadopie-8384ef9eb4c2670ad8c8247d63b4633288b65ad1.zip
opie-8384ef9eb4c2670ad8c8247d63b4633288b65ad1.tar.gz
opie-8384ef9eb4c2670ad8c8247d63b4633288b65ad1.tar.bz2
scrollviews for terminal and connetion tab
Diffstat (limited to 'noncore/apps/opie-console/profileeditordialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileeditordialog.h3
1 files changed, 3 insertions, 0 deletions
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
@@ -11,12 +11,13 @@ class EditBase;
class QTabWidget;
class QHBoxLayout;
class QLineEdit;
class QComboBox;
class QCheckBox;
class QLabel;
+class QScrollView;
class ProfileDialogWidget;
class ProfileEditorDialog : public QDialog {
Q_OBJECT
public:
ProfileEditorDialog(MetaFactory* fact,
@@ -44,12 +45,14 @@ private:
Profile m_prof;
QLineEdit *m_name;
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;
OTabWidget *tabWidget;
QWidget *tabprof;
int m_showconntab;