equal
deleted
inserted
replaced
26 Q_OBJECT |
26 Q_OBJECT |
27 |
27 |
28 public: |
28 public: |
29 PageAdmin(QWidget* parent = 0); |
29 PageAdmin(QWidget* parent = 0); |
30 |
30 |
31 QPushButton * BtnBack; |
|
32 QPushButton * pbClearAccountsCache; |
|
33 |
|
34 private: |
31 private: |
35 QLineEdit * leServerMessageNew; |
32 QLineEdit * leServerMessageNew; |
36 QLineEdit * leServerMessageOld; |
33 QLineEdit * leServerMessageOld; |
37 QPushButton * pbSetSM; |
34 QPushButton * pbSetSM; |
38 QPushButton * pbAsk; |
35 QPushButton * pbAsk; |
39 QSpinBox * sbProtocol; |
36 QSpinBox * sbProtocol; |
40 QTextBrowser * tb; |
37 QTextBrowser * tb; |
|
38 QPushButton * BtnBack; |
|
39 QPushButton * pbClearAccountsCache; |
41 |
40 |
42 private slots: |
41 private slots: |
43 void smChanged(); |
42 void smChanged(); |
44 |
43 |
45 public slots: |
44 public slots: |
50 signals: |
49 signals: |
51 void setServerMessageNew(const QString & str); |
50 void setServerMessageNew(const QString & str); |
52 void setServerMessageOld(const QString & str); |
51 void setServerMessageOld(const QString & str); |
53 void setProtocol(int proto); |
52 void setProtocol(int proto); |
54 void askServerVars(); |
53 void askServerVars(); |
|
54 void clearAccountsCache(); |
55 }; |
55 }; |
56 |
56 |
57 #endif |
57 #endif |