From 94573faf2e89723a49bbaf3630f1d19f80ba6b27 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 24 Oct 2002 18:41:09 +0000 Subject: fixed layout and disabled advanced options since htey are not all implemented --- (limited to 'noncore/apps/opie-console/terminalwidget.h') diff --git a/noncore/apps/opie-console/terminalwidget.h b/noncore/apps/opie-console/terminalwidget.h index c6c2be2..217fea7 100644 --- a/noncore/apps/opie-console/terminalwidget.h +++ b/noncore/apps/opie-console/terminalwidget.h @@ -11,9 +11,12 @@ class QButtonGroup; class QRadioButton; class QCheckBox; class QHGroupBox; +class QHBox; class TerminalWidget : public ProfileDialogTerminalWidget { + Q_OBJECT + public: TerminalWidget(const QString& name, QWidget* wid, const char* na ) ; @@ -21,11 +24,10 @@ public: void load( const Profile& ); void save( Profile& ); + private: QVBoxLayout* m_lroot, *m_typeBox, *m_colorBox; - QHBoxLayout* m_hbox; - QLabel* m_terminal, *m_colorLabel; QComboBox* m_terminalBox, *m_colorCmb; -- cgit v0.9.0.2