fix broken links

This commit is contained in:
Atul R 2020-09-19 20:36:39 +02:00
parent e6ea691385
commit 30ce474aab
5 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import { ScrollBarPolicy } from '../QtEnums/ScrollBarPolicy';
**This class implements all methods, properties of Qt's [QAbstractScrollArea class](https://doc.qt.io/qt-5/qabstractscrollarea.html) so that it can be inherited by all scroll based widgets**
`QAbstractScrollArea` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all scrollable widget's easily. If you wish to create a scrollarea use [QScrollArea](api/QScrollArea.md) instead.
`QAbstractScrollArea` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all scrollable widget's easily. If you wish to create a scrollarea use [QScrollArea](QScrollArea.md) instead.
**QAbstractScrollArea is the base class for all widgets.**

View File

@ -24,7 +24,7 @@ import { QGraphicsEffect } from './QGraphicsEffect';
**This class implements all methods, properties of Qt's [QWidget class](https://doc.qt.io/qt-5/qwidget.html) so that it can be inherited by all widgets**
`NodeWidget` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all widget's easily. Additionally it helps in type checking process. If you wish to create a `div` like widget use [QWidget](api/QWidget.md) instead.
`NodeWidget` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all widget's easily. Additionally it helps in type checking process. If you wish to create a `div` like widget use [QWidget](QWidget.md) instead.
**NodeWidget is the base class for all widgets.**

View File

@ -8,7 +8,7 @@ sidebar_label: "NodeWidget"
*This class implements all methods, properties of Qt's [QWidget class](https://doc.qt.io/qt-5/qwidget.html) so that it can be inherited by all widgets**
`NodeWidget` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all widget's easily. Additionally it helps in type checking process. If you wish to create a `div` like widget use [QWidget](api/QWidget.md) instead.
`NodeWidget` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all widget's easily. Additionally it helps in type checking process. If you wish to create a `div` like widget use [QWidget](qwidget.md) instead.
*NodeWidget is the base class for all widgets.**

View File

@ -8,7 +8,7 @@ sidebar_label: "QAbstractScrollArea"
*This class implements all methods, properties of Qt's [QAbstractScrollArea class](https://doc.qt.io/qt-5/qabstractscrollarea.html) so that it can be inherited by all scroll based widgets**
`QAbstractScrollArea` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all scrollable widget's easily. If you wish to create a scrollarea use [QScrollArea](api/QScrollArea.md) instead.
`QAbstractScrollArea` is an abstract class and hence no instances of the same should be created. It exists so that we can add similar functionalities to all scrollable widget's easily. If you wish to create a scrollarea use [QScrollArea](QScrollArea.md) instead.
*QAbstractScrollArea is the base class for all widgets.**

View File

@ -6,6 +6,8 @@ module.exports = {
favicon: 'img/favicon.ico',
organizationName: 'nodegui', // Usually your GitHub org/user name.
projectName: 'nodegui', // Usually your repo name.
onBrokenLinks: "warn",
onDuplicateRoutes: "warn",
themeConfig: {
navbar: {
title: 'NodeGui',