25 #ifndef SUMMARYWIDGET_H
26 #define SUMMARYWIDGET_H
30 #include <dcopobject.h>
31 #include <pilotDaemonDCOP.h>
35 #include <tqptrlist.h>
36 #include <tqstringlist.h>
39 #include <tqdatetime.h>
52 SummaryWidget( TQWidget *parent, const char *name = 0 );
53 virtual ~SummaryWidget();
62 void receiveDaemonStatusDetails( TQDateTime, TQString, TQStringList, TQString, TQString, TQString, bool );
65 void showSyncLog( const TQString &filename );
67 void slotAppRemoved( const TQCString & );
71 TQLabel*mSyncTimeTextLabel;
72 TQLabel*mSyncTimeLabel;
73 KURLLabel*mShowSyncLogLabel;
74 TQLabel*mPilotUserTextLabel;
75 TQLabel*mPilotUserLabel;
76 TQLabel*mPilotDeviceTextLabel;
77 TQLabel*mPilotDeviceLabel;
78 TQLabel*mDaemonStatusTextLabel;
79 TQLabel*mDaemonStatusLabel;
80 TQLabel*mConduitsTextLabel;
81 TQLabel*mConduitsLabel;
82 TQLabel*mNoConnectionLabel;
83 KURLLabel*mNoConnectionStartLabel;
85 TQGridLayout *mLayout;
87 TQDateTime mLastSyncTime;
88 TQString mDaemonStatus;
89 TQStringList mConduits;
92 TQString mPilotDevice;
96 bool mShouldStopDaemon;
|