Files
flameshot/docs/dev/qsettings.md
lupoDharkael d4e7c63cb4 Big code refactor
The design was defective and I didn't expect the popularity of the project. After these changes the code will be more mantainable and understandable.

Among the changes we can see:
- A better code structure
- Decoupled button widget from its logic
- More code reuse
- Easier way to add buttons
- Specialized classes
2017-07-19 09:49:24 +02:00

972 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.
  • 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 messages in capture mode.
  • show desktop notifications
    • value: "showDesktopNotification"
    • type: bool
    • description: show every desktop notification.
  • filename pattern
    • value: "filenamePattern"
    • type: QString
    • description: pattern for the saved files.