From 8f07453f387f4aa69720e9149139e9848784a7cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Borecki?=
Date: Thu, 22 Aug 2019 04:21:50 +0200
Subject: [PATCH] Added missing progressbar orientation documentation
---
docs/api/QProgressBar.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/api/QProgressBar.md b/docs/api/QProgressBar.md
index 58d3a8a11..c265fb6b2 100644
--- a/docs/api/QProgressBar.md
+++ b/docs/api/QProgressBar.md
@@ -50,6 +50,12 @@ Sets the min value of the progressBar. It calls the native method [QProgressBar:
- `min` number - Set the value as min value of the progress bar.
+#### `progressBar.setOrientation(orientation)`
+
+Sets the orientation of the progressBar. It calls the native method [QProgressBar: setOrientation](https://doc.qt.io/qt-5/qprogressbar.html#orientation-prop).
+
+- `orientation` Orientation - Specifies visual orientation of the progress bar. [Orientation is an enum from Qt](api/QtEnums.md)
+
#### `progressBar.value()`
Returns the current value (Number) of the progressBar. It calls the native method [QProgressBar: value](https://doc.qt.io/qt-5/qprogressbar.html#value-prop).