55 lines
1.3 KiB
JavaScript
Executable File
55 lines
1.3 KiB
JavaScript
Executable File
module.exports = {
|
|
api: {
|
|
General: ["api/synopsis"],
|
|
Widgets: [
|
|
"api/QApplication",
|
|
"api/QCheckBox",
|
|
"api/QDial",
|
|
"api/QIcon",
|
|
"api/QLabel",
|
|
"api/QLineEdit",
|
|
"api/QMainWindow",
|
|
"api/QPlainTextEdit",
|
|
"api/QProgressBar",
|
|
"api/QPushButton",
|
|
"api/QRadioButton",
|
|
"api/QScrollArea",
|
|
"api/QSpinBox",
|
|
"api/QSystemTrayIcon",
|
|
"api/QTabWidget",
|
|
"api/QWidget"
|
|
],
|
|
Layouts: ["api/FlexLayout", "api/QGridLayout"],
|
|
Modules: ["api/QClipboard", "api/QCursor", "api/QPixmap", "api/QtEnums"],
|
|
"Internal Modules": [
|
|
"api/Component",
|
|
"api/EventWidget",
|
|
"api/NodeLayout",
|
|
"api/NodeWidget",
|
|
"api/YogaWidget",
|
|
"api/QAbstractScrollArea",
|
|
"api/QAbstractSlider"
|
|
],
|
|
APIs: ["api/process"]
|
|
},
|
|
guides: {
|
|
"The Basics": [
|
|
"guides/getting-started",
|
|
"guides/tutorial",
|
|
"guides/styling",
|
|
"guides/layout",
|
|
"guides/handle-events",
|
|
"guides/scroll-view",
|
|
"guides/images",
|
|
"guides/networking"
|
|
],
|
|
Guides: [
|
|
"guides/nodegui-architecture",
|
|
"guides/debugging",
|
|
"guides/debugging-in-vscode",
|
|
"guides/using-native-node-modules",
|
|
"guides/custom-nodegui-native-plugin"
|
|
]
|
|
}
|
|
};
|