This commit is contained in:
2026-03-04 18:15:45 +01:00
parent afa3778103
commit 3a2abf90f6
16 changed files with 1563 additions and 93 deletions

View File

@@ -25,6 +25,10 @@ private:
int _h;
bool _must_close;
bool _window_created;
int _moved;
int _resized;
public slots:
void processJsEvents();
@@ -33,6 +37,9 @@ protected:
public:
void closeView();
bool windowCreated();
int moveCount();
int resizeCount();
public:
void addView(WebViewQt *v, Rktwebview_qt *c);