mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-07 09:33:58 +00:00
The controller class has some important methods which may be required in multiple parts of the code. Now that class is a singleton (that may change in the future). The core parts have been moved to src/core. Now the tray Icon can be disabled by the controller. I need to reimplement a new notification system due to its dependency with the tray icon, they are disabled in this actual commit.
37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
- List of Buttons
|
|
- value: "buttons"
|
|
- type: <QList<int> >
|
|
- 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.
|
|
- show System Tray
|
|
- value: "showTrayIcon"
|
|
- type: bool
|
|
- description: show Tray Icon in the taskbar.
|