~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/mainwin.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2006-01-20 00:20:36 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060120002036-7nw6yo6totip0ee5
Tags: 0.10-2
* Added upstream changelog (Closes: Bug#327748)
* Mention --no-gpg and --no-gpg-agent in manpage (Closes: Bug#204416)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include"im.h"
27
27
#include"contactview.h"
28
28
#include"psitoolbar.h"
 
29
#include"advwidget.h"
29
30
 
30
31
class PsiCon;
31
32
class PsiAccount;
39
40
class QVBoxLayout;
40
41
class QMenuBar;
41
42
 
42
 
class MainWin : public QMainWindow
 
43
class MainWin : public AdvancedWidget<QMainWindow>
43
44
{
44
45
        Q_OBJECT
45
46
public:
107
108
 
108
109
        void actReadmeActivated ();
109
110
        void actOnlineHelpActivated ();
 
111
        void actOnlineWikiActivated ();
 
112
        void actOnlineHomeActivated ();
110
113
        void actBugReportActivated ();
111
114
        void actAboutActivated ();
112
115
        void actAboutQtActivated ();
126
129
        void updateReadNext(Icon *nextAnim, int nextAmount);
127
130
 
128
131
        void optionsUpdate();
129
 
 
130
132
        void setTrayToolTip(const Status &);
131
133
 
 
134
        void toggleVisible();
 
135
 
132
136
private:
133
137
        void buildGeneralMenu(QPopupMenu *);
134
138
        QString numEventsString(int) const;