From 4bcda3a4f056a30025738a2406e1605c9db5b8f4 Mon Sep 17 00:00:00 2001 From: Kakul Gupta Date: Sat, 17 Aug 2019 16:28:55 +0200 Subject: [PATCH] Added documentation for PushButton isFlat --- docs/api/QPushButton.md | 6 ++++++ 1 file changed, 6 insertions(+) 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