Delete invalid documentation, as these two values are no longer valid in the later versions of Qode. There does NOT appear to be a current way to get the currently running QT.
18 lines
432 B
Markdown
18 lines
432 B
Markdown
---
|
|
sidebar_label: process
|
|
title: process
|
|
---
|
|
|
|
> Extensions to process object.
|
|
|
|
Qode's `process` object is extended from the
|
|
[Node.js `process` object](https://nodejs.org/api/process.html).
|
|
It adds the following properties :
|
|
|
|
## Properties
|
|
|
|
### `process.versions.qode` _Readonly_
|
|
|
|
A `String` representing Qode's version string. Qode is a lightly modified version of NodeJs that allows running Qt and NodeJs under a single process.
|
|
|