diff --git a/docs/api/QIcon.md b/docs/api/QIcon.md index 11a88e226..9720e3801 100644 --- a/docs/api/QIcon.md +++ b/docs/api/QIcon.md @@ -32,7 +32,7 @@ QIcon can access all the instance properties defined in [Component](api/Componen QIcon can access all the instance methods defined in [Component](api/Component.md) Additionally it also has the following instance methods: -#### `icon.pixmap(width, height, mode?, state?)` +#### `icon.pixmap(width, height, mode?, state?)` (v0.1.10 & up) Returns a pixmap with the requested size, mode, and state, generating one if necessary. The pixmap might be smaller than requested, but never larger. . It calls the native method [QIcon: pixmap](https://doc.qt.io/qt-5/qicon.html#pixmap-3). diff --git a/docs/api/QTabWidget.md b/docs/api/QTabWidget.md new file mode 100644 index 000000000..761c76e37 --- /dev/null +++ b/docs/api/QTabWidget.md @@ -0,0 +1,3 @@ +## Class: QTabWidget + +Will be available from NodeGUI v0.1.10 and up