Diffstat (limited to 'kalarmd/simplealarmdaemonimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kalarmd/simplealarmdaemonimpl.cpp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index c1e064c..553e377 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp | |||
@@ -150,4 +150,5 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) | |||
150 | saveSlot( 1 ); | 150 | saveSlot( 1 ); |
151 | mTimerStartLabel = new QLabel( 0 ); | 151 | mTimerStartLabel = new QLabel( 0, 0, WType_Popup ); |
152 | mTimerStartLabel->setCaption( "Timer started!"); | 152 | //mTimerStartLabel->setCaption( "Timer started!"); |
153 | mTimerStartLabel->setAlignment ( Qt::AlignCenter ) ; | ||
153 | fon = mTimerPopUp->font(); | 154 | fon = mTimerPopUp->font(); |
@@ -621,5 +622,5 @@ void SimpleAlarmDaemonImpl::confTimer( int time ) | |||
621 | AlarmServer::addAlarm ( mRunningTimer,"koalarm",timerMesssage.utf8()); | 622 | AlarmServer::addAlarm ( mRunningTimer,"koalarm",timerMesssage.utf8()); |
622 | mTimerStartLabel->setText( disp ); | 623 | mTimerStartLabel->setText( disp + "\n\nTimer started!" ); |
623 | int w = 200; | 624 | int w = mTimerStartLabel->sizeHint().width()+20; |
624 | int h = mTimerStartLabel->sizeHint().height() ; | 625 | int h = mTimerStartLabel->sizeHint().height()+40 ; |
625 | int dw = QApplication::desktop()->width(); | 626 | int dw = QApplication::desktop()->width(); |
@@ -628,3 +629,3 @@ void SimpleAlarmDaemonImpl::confTimer( int time ) | |||
628 | mTimerStartLabel->show(); | 629 | mTimerStartLabel->show(); |
629 | QTimer::singleShot( 2000, mTimerStartLabel, SLOT ( hide() ) ); | 630 | QTimer::singleShot( 3000, mTimerStartLabel, SLOT ( hide() ) ); |
630 | mTimerTime = 1; | 631 | mTimerTime = 1; |