HistoryForm HistoryForm 0 0 872 647 Twinkle - Call History unnamed Time true true In/Out true true From/To true true Subject true true Status true true historyListView true true LastColumn layout37 unnamed cdrGroupBox Call details unnamed cdrTextEdit RichText NoWrap true AutoAll Details of the selected call record. viewGroupBox View unnamed inCheckBox &Incoming calls Alt+I Check this option to show incoming calls. outCheckBox &Outgoing calls Alt+O Check this option to show outgoing calls. successCheckBox &Answered calls Alt+A Check this option to show answered calls. missedCheckBox &Missed calls Alt+M Check this option to show missed calls. profileCheckBox Current &user profiles only Alt+U Check this option to show only calls associated with this user profile. layout39 unnamed clearPushButton C&lear Alt+L <p>Clear the complete call history.</p> <p><b>Note:</b> this will clear <b>all</b> records, also records not shown depending on the checked view options.</p> spacer28 Horizontal Expanding 540 20 closePushButton Clo&se Alt+S false Close this window. callPushButton &Call Alt+C true Call selected address. layout6 unnamed numberlCallsTtextLabel Number of calls: numberCallsValueTextLabel ### totalDurationTextLabel Total call duration: totalDurationValueTextLabel ### spacer11 Horizontal Expanding 460 20 closePushButton clicked() HistoryForm close() historyListView currentChanged(QListViewItem*) HistoryForm showCallDetails(QListViewItem*) inCheckBox toggled(bool) HistoryForm loadHistory() missedCheckBox toggled(bool) HistoryForm loadHistory() outCheckBox toggled(bool) HistoryForm loadHistory() profileCheckBox toggled(bool) HistoryForm loadHistory() successCheckBox toggled(bool) HistoryForm loadHistory() historyListView rightButtonPressed(QListViewItem*,const QPoint&,int) HistoryForm popupMenu(QListViewItem*,const QPoint&) historyListView doubleClicked(QListViewItem*,const QPoint&,int) HistoryForm call(QListViewItem*) clearPushButton clicked() HistoryForm clearHistory() callPushButton clicked() HistoryForm call() historyListView cdrTextEdit inCheckBox outCheckBox successCheckBox missedCheckBox profileCheckBox clearPushButton closePushButton user.h phone.h qpopupmenu.h call_history.h util.h gui.h qlistview.h historylistview.h qiconset.h audits/memman.h historyform.ui.h class t_phone; extern t_phone *phone; time_t timeLastViewed; QPopupMenu *histPopupMenu; int itemCall; call(t_user *, const QString &, const QString &, bool) loadHistory() update() show() closeEvent( QCloseEvent * e ) showCallDetails( QListViewItem * item ) popupMenu( QListViewItem * item, const QPoint & pos ) call( QListViewItem * item ) call( void ) deleteEntry( void ) clearHistory() init() destroy()