updates readme

This commit is contained in:
Atul R 2019-09-20 23:32:46 +02:00
parent eb1f772e31
commit d250b766ce
2 changed files with 4 additions and 1 deletions

View File

@ -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) QIcon can access all the instance methods defined in [Component](api/Component.md)
Additionally it also has the following instance methods: 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. 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). . It calls the native method [QIcon: pixmap](https://doc.qt.io/qt-5/qicon.html#pixmap-3).

3
docs/api/QTabWidget.md Normal file
View File

@ -0,0 +1,3 @@
## Class: QTabWidget
Will be available from NodeGUI v0.1.10 and up