author | harlekin <harlekin> | 2002-10-25 22:58:59 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-25 22:58:59 (UTC) |
commit | 65ada01d36dc25f053a09222e8abdb21f2fc3a2a (patch) (unidiff) | |
tree | e51b8c0d8ebd28f5a129803733a2a60c016dfd7f | |
parent | e8ec7351bc460984a3202804e23c351b0d5606bd (diff) | |
download | opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.zip opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.tar.gz opie-65ada01d36dc25f053a09222e8abdb21f2fc3a2a.tar.bz2 |
show widgets again since we need them now
-rw-r--r-- | noncore/apps/opie-console/modemconfigwidget.cpp | 3 | ||||
-rw-r--r-- | noncore/apps/opie-console/terminalwidget.cpp | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/modemconfigwidget.cpp b/noncore/apps/opie-console/modemconfigwidget.cpp index ce44dab..37eb184 100644 --- a/noncore/apps/opie-console/modemconfigwidget.cpp +++ b/noncore/apps/opie-console/modemconfigwidget.cpp | |||
@@ -35,11 +35,8 @@ ModemConfigWidget::ModemConfigWidget( const QString& name, QWidget* parent, | |||
35 | QLabel* telLabel = new QLabel( this ); | 35 | QLabel* telLabel = new QLabel( this ); |
36 | telLabel->setText( tr( "Enter telefon number here:" ) ); | 36 | telLabel->setText( tr( "Enter telefon number here:" ) ); |
37 | // m_telNumber = new QLineEdit( this ); | ||
38 | QHBox *buttonBox = new QHBox( this ); | 37 | QHBox *buttonBox = new QHBox( this ); |
39 | m_telNumber = new QLineEdit( buttonBox ); | 38 | m_telNumber = new QLineEdit( buttonBox ); |
40 | QPushButton *atButton = new QPushButton( buttonBox ); | 39 | QPushButton *atButton = new QPushButton( buttonBox ); |
41 | atButton->setText( tr( "AT commands" ) ); | 40 | atButton->setText( tr( "AT commands" ) ); |
42 | // disabled for now | ||
43 | atButton->hide(); | ||
44 | connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) ); | 41 | connect( atButton, SIGNAL( clicked() ), this, SLOT( slotAT() ) ); |
45 | 42 | ||
diff --git a/noncore/apps/opie-console/terminalwidget.cpp b/noncore/apps/opie-console/terminalwidget.cpp index eb14a3f..a8cee93 100644 --- a/noncore/apps/opie-console/terminalwidget.cpp +++ b/noncore/apps/opie-console/terminalwidget.cpp | |||
@@ -52,10 +52,8 @@ TerminalWidget::TerminalWidget( const QString& name, QWidget* parent, | |||
52 | m_convInbound = new QCheckBox(tr("Inbound"), m_groupConv ); | 52 | m_convInbound = new QCheckBox(tr("Inbound"), m_groupConv ); |
53 | m_convOutbound = new QCheckBox(tr("Outbound"), m_groupConv ); | 53 | m_convOutbound = new QCheckBox(tr("Outbound"), m_groupConv ); |
54 | m_groupConv->hide(); | ||
55 | 54 | ||
56 | m_groupOptions = new QHGroupBox( tr("Options"), this ); | 55 | m_groupOptions = new QHGroupBox( tr("Options"), this ); |
57 | m_optionEcho = new QCheckBox(tr("Local echo"), m_groupOptions ); | 56 | m_optionEcho = new QCheckBox(tr("Local echo"), m_groupOptions ); |
58 | m_optionWrap = new QCheckBox(tr("Line wrap"), m_groupOptions ); | 57 | m_optionWrap = new QCheckBox(tr("Line wrap"), m_groupOptions ); |
59 | m_groupOptions->hide(); | ||
60 | 58 | ||
61 | m_lroot = new QVBoxLayout( this ); | 59 | m_lroot = new QVBoxLayout( this ); |