From 89ed0106d3de43c0f39250524bc80de00f2b596c Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 20 Oct 2002 13:52:13 +0000 Subject: Enable setSize SIGNAL/SLOT conenction in session Add some separators to m_console of mainwindow --- (limited to 'noncore/apps/opie-console/mainwindow.cpp') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index 0c89620..a7541f0 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -77,7 +77,7 @@ void MainWindow::initUI() { connect( m_setProfiles, SIGNAL(activated() ), this, SLOT(slotConfigure() ) ); - + m_console->insertSeparator(); /* * new Action for new sessions */ @@ -107,6 +107,8 @@ void MainWindow::initUI() { connect(m_disconnect, SIGNAL(activated() ), this, SLOT(slotDisconnect() ) ); + m_console->insertSeparator(); + m_transfer = new QAction(); m_transfer->setText( tr("Transfer file...") ); m_transfer->addTo( m_console ); @@ -126,6 +128,7 @@ void MainWindow::initUI() { connect( m_fullscreen, SIGNAL( activated() ), this, SLOT( slotFullscreen() ) ); + m_console->insertSeparator(); /* * terminate action */ -- cgit v0.9.0.2