From ad7e60662b7c55cdcf7eff092f32eed748c1a261 Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Mon, 15 May 2017 02:53:49 +0200 Subject: [PATCH] Add description of settings parameters in the docs --- docs/qsettings.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/qsettings.md b/docs/qsettings.md index 92d31315..317aa2d1 100644 --- a/docs/qsettings.md +++ b/docs/qsettings.md @@ -1,15 +1,20 @@ - List of Buttons - value: "buttons" - type: > + - description: list of buttons to be shown with the selection. - Last saved image path - value: "savePath" - type: QString + - description: initial path of the save scheenshot widget. - Drawing color - value: "drawColor" - type: QColor + - description: color of the drawing tools. - Mouse visibility - value: "mouseVisible" - type: bool + - description: visibility of the mouse in the capture. - UI color - value: "uiColor" - type: QColor + - description: color of buttons and the selection.