Files
flameshot/docs/dev/qsettings.md
2017-06-02 01:27:31 +02:00

839 B

  • List of Buttons
    • value: "buttons"
    • type: <QList >
    • 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.
  • contast UI color
    • value: "contastUiColor"
    • type: QColor
    • description: color of buttons awhile selected.
  • show Help message
    • value: "showHelp"
    • type: bool
    • description: show Help message in capture mode.