ginebra2/PageSnippet.h
changeset 12 afcd8e6d025b
parent 3 0954f5dd2cd0
equal deleted inserted replaced
11:786160610b4d 12:afcd8e6d025b
    64 
    64 
    65   /// The contents of the web page in HTML.
    65   /// The contents of the web page in HTML.
    66   void setHtml(const QString &value);
    66   void setHtml(const QString &value);
    67   QString html() const;
    67   QString html() const;
    68   Q_PROPERTY(QString html WRITE setHtml READ html)
    68   Q_PROPERTY(QString html WRITE setHtml READ html)
       
    69   
       
    70   bool hasFocus();
       
    71   Q_PROPERTY(bool hasFocus READ hasFocus)
    69 
    72 
    70 public slots:
    73 public slots:
    71   void setGeometry(int x, int y, int width, int height);
    74   void setGeometry(int x, int y, int width, int height);
    72   void setSize(int width, int height);
    75   void setSize(int width, int height);
    73 
    76