|
2015-03-22
, 06:43
|
Posts: 188 |
Thanked: 74 times |
Joined on May 2010
|
#2
|
The Following User Says Thank You to toki For This Useful Post: | ||
|
2015-03-22
, 06:45
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#3
|
|
2015-03-22
, 06:57
|
Posts: 188 |
Thanked: 74 times |
Joined on May 2010
|
#4
|
|
2015-03-23
, 17:01
|
Posts: 178 |
Thanked: 91 times |
Joined on May 2011
@ Mira (Venice) - Italy
|
#5
|
|
2015-03-23
, 17:23
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#6
|
|
2015-12-06
, 15:01
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#7
|
|
2015-12-06
, 15:08
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#8
|
Any way to change Save Image folder to something else? Maybe choose by myself?
Great app and outstanding work as always.
void Screenshot::capture() { QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); if (_useSubfolder) { folder.append("/Screenshots"); }
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2015-12-06
, 18:00
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#9
|
The Following 2 Users Say Thank You to coderus For This Useful Post: | ||
|
2015-12-06
, 19:04
|
|
Posts: 212 |
Thanked: 184 times |
Joined on May 2010
@ Sweden
|
#10
|
If I am not wrong, src/screenshot.cpp is the file you should be interested in:
Code:void Screenshot::capture() { QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); if (_useSubfolder) { folder.append("/Screenshots"); }
Tags |
overlay, sailfish os, screenshot |
|
Thanks tortoisedoc for MOUSE_REGION trick
Openrepos: https://openrepos.net/content/coderus/screentapshot
Github: https://github.com/CODeRUS/harbour-screentapshot
Donations for further development:
Telegram | Openrepos | GitHub | Revolut donations
Last edited by coderus; 2015-02-16 at 13:15.