~ubuntu-branches/ubuntu/utopic/youker-assistant/utopic-proposed

« back to all changes in this revision

Viewing changes to src/authdialog.h

  • Committer: Package Import Robot
  • Author(s): Kobe Lee (kylinkobe)
  • Date: 2013-09-18 16:22:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130918162214-6nqyjyf3cd3ynqky
Tags: 0.2.1-0ubuntu1
* Modify the mouse events of MonitorBall.
* Add reset button for clear pages.
* Add policykit for apt clear in sudodbus.
* Fixed the bug about software status and add masklayer.
* Rewrite the code of system information.
* Add some signals and slots.
* Fixed the bug about Software signals(LP: #1226389).
* Modify KThread and add base.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
public:
32
32
    explicit AuthDialog(QString msg = "", QWidget *parent = 0);
33
33
    ~AuthDialog();
 
34
    bool trans_password(QString flagstr, QString pwd);
34
35
 
35
36
private slots:
36
37
    void on_closeButton_clicked();
37
38
    void on_okButton_clicked();
 
39
    void sleep_to_call_server();
38
40
 
39
41
private:
40
42
    Ui::AuthDialog *ui;
41
43
 
42
44
//    void setView();
43
45
    QPoint dragPos;
 
46
    QString passwd;
44
47
protected:
45
48
    void mousePressEvent(QMouseEvent *event);
46
49
    void mouseMoveEvent(QMouseEvent *event);