author | zautrix <zautrix> | 2005-10-29 11:38:11 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-10-29 11:38:11 (UTC) |
commit | 126ae577622d43e17d8aeb1e66cafd9d16298cd2 (patch) (unidiff) | |
tree | 702518971b9b216237db27e4185a860319514bcd /kalarmd/simplealarmdaemonimpl.cpp | |
parent | 456482e70b06246d1ce3981fa196462e65a2dcd8 (diff) | |
download | kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.zip kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.tar.gz kdepimpi-126ae577622d43e17d8aeb1e66cafd9d16298cd2.tar.bz2 |
fixxx
Diffstat (limited to 'kalarmd/simplealarmdaemonimpl.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kalarmd/simplealarmdaemonimpl.cpp | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/kalarmd/simplealarmdaemonimpl.cpp b/kalarmd/simplealarmdaemonimpl.cpp index 2742610..aa61fb8 100644 --- a/kalarmd/simplealarmdaemonimpl.cpp +++ b/kalarmd/simplealarmdaemonimpl.cpp | |||
@@ -77,7 +77,14 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) | |||
77 | mFontsizePopup->insertItem( "14", 14 ); | 77 | mFontsizePopup->insertItem( "14", 14 ); |
78 | mFontsizePopup->insertItem( "16", 16 ); | 78 | mFontsizePopup->insertItem( "16", 16 ); |
79 | mFontsizePopup->insertItem( "18", 18 ); | 79 | mFontsizePopup->insertItem( "18", 18 ); |
80 | mFontsizePopup->insertItem( "20", 20 ); | ||
81 | mFontsizePopup->insertItem( "22", 22 ); | ||
80 | mFontsizePopup->insertItem( "24", 24 ); | 82 | mFontsizePopup->insertItem( "24", 24 ); |
83 | mFontsizePopup->insertItem( "26", 26 ); | ||
84 | mFontsizePopup->insertItem( "28", 28 ); | ||
85 | mFontsizePopup->insertItem( "30", 30 ); | ||
86 | mFontsizePopup->insertItem( "32", 32 ); | ||
87 | mFontsizePopup->insertItem( "36", 36 ); | ||
81 | QPopupMenu* savePopUp = new QPopupMenu( this ); | 88 | QPopupMenu* savePopUp = new QPopupMenu( this ); |
82 | savePopUp->insertItem( "Save", 0 ); | 89 | savePopUp->insertItem( "Save", 0 ); |
83 | savePopUp->insertItem( "Load", 1 ); | 90 | savePopUp->insertItem( "Load", 1 ); |
@@ -100,16 +107,16 @@ SimpleAlarmDaemonImpl::SimpleAlarmDaemonImpl( QWidget *parent ) | |||
100 | mSuspendPopUp->insertItem( " 5x", 5 ); | 107 | mSuspendPopUp->insertItem( " 5x", 5 ); |
101 | mSuspendPopUp->insertItem( "10x", 10 ); | 108 | mSuspendPopUp->insertItem( "10x", 10 ); |
102 | mSuspendPopUp->insertItem( "20x", 20 ); | 109 | mSuspendPopUp->insertItem( "20x", 20 ); |
103 | mSuspendPopUp->insertItem( "30x", 30 ); | 110 | mSuspendPopUp->insertItem( "30x", 30 ); |
111 | mBeepPopUp->insertItem( "Config",savePopUp ); | ||
112 | mBeepPopUp->insertItem( "Replay",mSoundPopUp ); | ||
113 | mBeepPopUp->insertItem( "Font Size",mFontsizePopup ); | ||
104 | mBeepPopUp->insertItem( "Auto suspend",mSuspendPopUp ); | 114 | mBeepPopUp->insertItem( "Auto suspend",mSuspendPopUp ); |
105 | mBeepPopUp->insertItem( "Beep interval",mPausePopUp ); | 115 | mBeepPopUp->insertItem( "Beep interval",mPausePopUp ); |
106 | mBeepPopUp->insertItem( "Replay",mSoundPopUp ); | ||
107 | mBeepPopUp->insertItem( "Font Size",mFontsizePopup ); | ||
108 | mBeepPopUp->insertItem( "Config",savePopUp ); | ||
109 | mBeepPopUp->insertItem( "300", 300 ); | ||
110 | mBeepPopUp->insertItem( "180", 180 ); | 116 | mBeepPopUp->insertItem( "180", 180 ); |
111 | mBeepPopUp->insertItem( "60", 60 ); | 117 | mBeepPopUp->insertItem( "60", 60 ); |
112 | mBeepPopUp->insertItem( "30", 30 ); | 118 | mBeepPopUp->insertItem( "30", 30 ); |
119 | mBeepPopUp->insertItem( "18", 18 ); | ||
113 | mBeepPopUp->insertItem( "10", 10 ); | 120 | mBeepPopUp->insertItem( "10", 10 ); |
114 | mBeepPopUp->insertItem( "3", 3 ); | 121 | mBeepPopUp->insertItem( "3", 3 ); |
115 | mBeepPopUp->insertItem( "1", 1 ); | 122 | mBeepPopUp->insertItem( "1", 1 ); |