diff --git a/docs/api/QPushButton.md b/docs/api/QPushButton.md index 2769bacae..0419b6b50 100644 --- a/docs/api/QPushButton.md +++ b/docs/api/QPushButton.md @@ -40,3 +40,9 @@ Additionally it also has the following instance methods: Sets the given text to the button. - `text` string + +#### `button.setFlat(isFlat)` + +Sets whether the button border is raised. + +- `isFlat` boolean \ No newline at end of file