From 6b4c7e5d9f5c21bf044afb260fcfa066e86c12a1 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 13 Sep 2003 15:04:36 +0000 Subject: The rest of the implementation. Theoretically you could use it, now writing the example and then finally compile that sucker for the 1st time --- (limited to 'libopie/big-screen/omodalhelper.cpp') diff --git a/libopie/big-screen/omodalhelper.cpp b/libopie/big-screen/omodalhelper.cpp index e3d1c70..c5a47b3 100644 --- a/libopie/big-screen/omodalhelper.cpp +++ b/libopie/big-screen/omodalhelper.cpp @@ -76,7 +76,7 @@ void OModalHelperControler::done( int result ) { if ( sender() && !sender()->isA("OModalQueuedDialog") ) m_dia = static_cast( sender() ); - m_base->done( m_id ); + m_base->done( result, m_id ); } void OModalHelperControler::next() { @@ -155,6 +155,11 @@ void OModalQueuedDialog::setRecord( int record, int count ) { }else show(); + if ( count > 1 ) + m_bar->show(); + else + m_bar->hide(); + m_bar->setText( tr("Editing record %1 out of %2", "Shows the current edited record out of an array of records").arg( record ). arg( count ) ); } -- cgit v0.9.0.2