summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/terminalwidget.h
authorharlekin <harlekin>2002-10-24 18:41:09 (UTC)
committer harlekin <harlekin>2002-10-24 18:41:09 (UTC)
commit94573faf2e89723a49bbaf3630f1d19f80ba6b27 (patch) (unidiff)
tree52a5258e3ba595179fc240ee883effb05417c88a /noncore/apps/opie-console/terminalwidget.h
parent3773cd825129f1cc6fa7a4ecb4129634f5189984 (diff)
downloadopie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.zip
opie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.tar.gz
opie-94573faf2e89723a49bbaf3630f1d19f80ba6b27.tar.bz2
fixed layout and disabled advanced options since htey are not all implemented
Diffstat (limited to 'noncore/apps/opie-console/terminalwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/terminalwidget.h6
1 files changed, 4 insertions, 2 deletions
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;
11class QRadioButton; 11class QRadioButton;
12class QCheckBox; 12class QCheckBox;
13class QHGroupBox; 13class QHGroupBox;
14class QHBox;
14 15
15class TerminalWidget : public ProfileDialogTerminalWidget { 16class TerminalWidget : public ProfileDialogTerminalWidget {
17
16 Q_OBJECT 18 Q_OBJECT
19
17public: 20public:
18 TerminalWidget(const QString& name, QWidget* wid, 21 TerminalWidget(const QString& name, QWidget* wid,
19 const char* na ) ; 22 const char* na ) ;
@@ -21,11 +24,10 @@ public:
21 24
22 void load( const Profile& ); 25 void load( const Profile& );
23 void save( Profile& ); 26 void save( Profile& );
27
24private: 28private:
25 QVBoxLayout* m_lroot, *m_typeBox, *m_colorBox; 29 QVBoxLayout* m_lroot, *m_typeBox, *m_colorBox;
26 30
27 QHBoxLayout* m_hbox;
28
29 QLabel* m_terminal, *m_colorLabel; 31 QLabel* m_terminal, *m_colorLabel;
30 32
31 QComboBox* m_terminalBox, *m_colorCmb; 33 QComboBox* m_terminalBox, *m_colorCmb;