70 lines
2.6 KiB
Markdown
70 lines
2.6 KiB
Markdown
# React NodeGUI
|
|
|
|
- [About React NodeGUI](react/about.md)
|
|
- [Examples](https://github.com/nodegui/react-nodegui/tree/master/examples)
|
|
- [Setting up the Development Environment](tutorial/development-environment.md)
|
|
- [Creating your First App](react/first-app.md)
|
|
- [Hello World](react/first-app.md#Hello-World)
|
|
- [React NodeGUI Development in a Nutshell](react/first-app.md#react-nodegui-development-in-a-nutshell)
|
|
- [Running Your App](react/first-app.md#running-your-app)
|
|
// TODO from here
|
|
- [Application Architecture](react/application-architecture.md)
|
|
- [Qode](tutorial/application-architecture.md#qode)
|
|
- [Using NodeGui's APIs](tutorial/application-architecture.md#using-NodeGui-apis)
|
|
- [Using Node.js APIs](tutorial/application-architecture.md#using-nodejs-apis)
|
|
- [Using Native Node.js Modules](tutorial/using-native-node-modules.md)
|
|
- [Testing and Debugging](tutorial/debugging-app.md)
|
|
- [Debugging Qode/NodeGui Process](tutorial/debugging-qode-process.md)
|
|
- [Debugging a NodeGui app with Visual Studio Code](tutorial/debugging-app-vscode.md)
|
|
- [Distribution](tutorial/application-distribution.md)
|
|
- [Supported Platforms](tutorial/support.md#supported-platforms)
|
|
- [Code Signing](tutorial/code-signing.md)
|
|
- [Mac App Store](tutorial/mac-app-store-submission-guide.md)
|
|
- [Windows Store](tutorial/windows-store-guide.md)
|
|
- [Snapcraft](tutorial/snapcraft.md)
|
|
- [Getting Support](tutorial/support.md)
|
|
|
|
## API References
|
|
|
|
- [Synopsis](api/synopsis.md)
|
|
- [Process Object](api/process.md)
|
|
|
|
### Modules from NodeGui:
|
|
|
|
- [QApplication (Application)](api/QApplication.md)
|
|
- [QMainWindow (Window)](api/QMainWindow.md)
|
|
- [QWidget (View)](api/QWidget.md)
|
|
- [QSpinBox ()](api/QSpinBox.md)
|
|
- [QAbstractScrollArea ()](api/QAbstractScrollArea.md)
|
|
- [QAbstractSlider ()](api/QAbstractSlider.md)
|
|
- [QDial ()](api/QDial.md)
|
|
- [QScrollArea ()](api/QScrollArea.md)
|
|
- [QPlainTextEdit (TextEdit)](api/QPlainTextEdit.md)
|
|
- [QLabel (Text/Image)](api/QLabel.md)
|
|
- [QPushButton (Button)](api/QPushButton.md)
|
|
- [QRadioButton (RadioButton)](api/QRadioButton.md)
|
|
- [QCheckBox (CheckBox)](api/QCheckBox.md)
|
|
- [QLineEdit (LineEdit)](api/QLineEdit.md)
|
|
- [QProgressBar (ProgressBar)](api/QProgressBar.md)
|
|
- [FlexLayout](api/FlexLayout.md)
|
|
- [QPixmap](api/QPixmap.md)
|
|
- [QIcon](api/QIcon.md)
|
|
- [Qt Enums](api/QtEnums.md)
|
|
|
|
### Internal Modules
|
|
|
|
- [NodeWidget](api/NodeWidget.md)
|
|
- [NodeLayout](api/NodeLayout.md)
|
|
- [EventWidget](api/EventWidget.md)
|
|
- [Component](api/Component.md)
|
|
- [YogaWidget](api/YogaWidget.md)
|
|
|
|
## Usage
|
|
|
|
- [Events usage](todo)
|
|
- [Yoga properties using stylesheet usage](todo)
|
|
|
|
## Development/Contributor's Guide
|
|
|
|
See [development](development/README.md)
|