standardLocations returns a QStringList. I use writableLocation. It has
worked for me and testers well so far on Windows, OS X and several
flavors of Linux.
On 8/13/2013 8:57 PM, Wim de Vries wrote:
On 08/13/2013 12:12 PM, Stefan Lahner wrote:
Hello,
I just tried both (QDir and QStandardPath
On 08/13/2013 12:12 PM, Stefan Lahner wrote:
Hello,
I just tried both (QDir and QStandardPaths) and this:
qDebug()<<"QDir:"<
Thanks.
I didn't consider this member for it can output multiple strings.
And not being sure what variants it will output (on different systems/in
the future) when
Hello,
I just tried both (QDir and QStandardPaths) and this:
qDebug()<<"QDir:"< On 08/13/2013 10:59 AM, Joseph Crowell wrote:
>> It's QStandardPaths::HomeLocation under Qt 5.
>> http://qt-project.org/doc/qt-5.0/qtcore/qstandardpaths.html
>
> Cant find a member that returns the full path to users
On 08/13/2013 10:59 AM, Joseph Crowell wrote:
> It's QStandardPaths::HomeLocation under Qt 5.
> http://qt-project.org/doc/qt-5.0/qtcore/qstandardpaths.html
Cant find a member that returns the full path to users home in that
class, just "Home".
> On 8/13/2013 1:31 AM, Eric Chan wrote:
>> there's n
It's QStandardPaths::HomeLocation under Qt 5.
http://qt-project.org/doc/qt-5.0/qtcore/qstandardpaths.html
On 8/13/2013 1:31 AM, Eric Chan wrote:
> there's not property?
>
> 在 2013-8-12,下午11:07,Bob Jelica 写道:
>
>> Hey,
>>
>> Use QDir.homePath() in your app for a safe place to save files. That will
there's not property?
在 2013-8-12,下午11:07,Bob Jelica 写道:
> Hey,
>
> Use QDir.homePath() in your app for a safe place to save files. That will
> always guarantee that you'll have read/write access.
>
> Have fun!
>
> //Bob
>
> On Aug 11, 2013, at 1:55 PM, Wim de Vries wrote:
>
>> On 08/11/2
Hey,
Use QDir.homePath() in your app for a safe place to save files. That will
always guarantee that you'll have read/write access.
Have fun!
//Bob
On Aug 11, 2013, at 1:55 PM, Wim de Vries wrote:
> On 08/11/2013 01:36 PM, "Thomas B. Rücker" wrote:
>> On 08/11/2013 12:21 PM, Wim de Vries wro
On 08/11/2013 01:36 PM, "Thomas B. Rücker" wrote:
On 08/11/2013 12:21 PM, Wim de Vries wrote:
Hi,
I am trying to save a file from within my app.
I can read the file, not write to it:
cannot open "/etc/ssh/authorized_keys/checklists/GEO1" ; "Permission
denied"
From within ubuntu I have made the
On 08/11/2013 12:21 PM, Wim de Vries wrote:
> Hi,
> I am trying to save a file from within my app.
> I can read the file, not write to it:
>
> cannot open "/etc/ssh/authorized_keys/checklists/GEO1" ; "Permission
> denied"
> From within ubuntu I have made the file (GEO1) and dir (checklists)
> r/w f
Hi,
I am trying to save a file from within my app.
I can read the file, not write to it:
cannot open "/etc/ssh/authorized_keys/checklists/GEO1" ; "Permission
denied"
From within ubuntu I have made the file (GEO1) and dir (checklists) r/w
for all.
Thanks.
_
10 matches
Mail list logo