author | harlekin <harlekin> | 2002-10-14 23:53:11 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-10-14 23:53:11 (UTC) |
commit | 06330eede01fa5082ec382045b63454b2262bba6 (patch) (unidiff) | |
tree | f376fbe312afa908428d128de1684b30dca7d90c | |
parent | b3ad9188f40cf6e3c170cc48be3ed180d509036f (diff) | |
download | opie-06330eede01fa5082ec382045b63454b2262bba6.zip opie-06330eede01fa5082ec382045b63454b2262bba6.tar.gz opie-06330eede01fa5082ec382045b63454b2262bba6.tar.bz2 |
push the gui a bit up
-rw-r--r-- | noncore/apps/opie-console/iolayerbase.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/iolayerbase.cpp b/noncore/apps/opie-console/iolayerbase.cpp index 08acb75..49ed284 100644 --- a/noncore/apps/opie-console/iolayerbase.cpp +++ b/noncore/apps/opie-console/iolayerbase.cpp | |||
@@ -63,19 +63,21 @@ IOLayerBase::IOLayerBase( QWidget* par, const char* name ) | |||
63 | m_hboxPar = new QHBoxLayout( m_groupParity, 2 ); | 63 | m_hboxPar = new QHBoxLayout( m_groupParity, 2 ); |
64 | m_hboxPar->add(m_parityOdd ); | 64 | m_hboxPar->add(m_parityOdd ); |
65 | m_hboxPar->add(m_parityEven ); | 65 | m_hboxPar->add(m_parityEven ); |
66 | m_hboxPar->add(m_parityNone ); | 66 | m_hboxPar->add(m_parityNone ); |
67 | m_lroot->add(m_groupParity ); | 67 | m_lroot->add(m_groupParity ); |
68 | m_lroot->setStretchFactor(m_groupParity, 2 ); | 68 | m_lroot->setStretchFactor(m_groupParity, 2 ); |
69 | m_lroot->addStretch(2); | ||
69 | 70 | ||
70 | // profiles | 71 | // profiles |
71 | m_speedBox->insertItem(tr("115200 baud"), id_baud_115200 ); | 72 | m_speedBox->insertItem(tr("115200 baud"), id_baud_115200 ); |
72 | m_speedBox->insertItem(tr("57600 baud"), id_baud_57600 ); | 73 | m_speedBox->insertItem(tr("57600 baud"), id_baud_57600 ); |
73 | m_speedBox->insertItem(tr("38400 baud"), id_baud_38400 ); | 74 | m_speedBox->insertItem(tr("38400 baud"), id_baud_38400 ); |
74 | m_speedBox->insertItem(tr("19200 baud"), id_baud_19200 ); | 75 | m_speedBox->insertItem(tr("19200 baud"), id_baud_19200 ); |
75 | m_speedBox->insertItem(tr("9600 baud"), id_baud_9600 ); | 76 | m_speedBox->insertItem(tr("9600 baud"), id_baud_9600 ); |
77 | |||
76 | }; | 78 | }; |
77 | IOLayerBase::~IOLayerBase() { | 79 | IOLayerBase::~IOLayerBase() { |
78 | 80 | ||
79 | } | 81 | } |
80 | void IOLayerBase::setFlow( Flow flo ) { | 82 | void IOLayerBase::setFlow( Flow flo ) { |
81 | switch ( flo ) { | 83 | switch ( flo ) { |