ginebra2/PageSnippet.h
changeset 15 73c48011b8c7
parent 6 1c3b8676e58c
equal deleted inserted replaced
13:491a1d15372f 15:73c48011b8c7
    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