Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, March 2008
QProcess environment as QMap ?


Message 1 in thread

Apart from doing it myself, is there any straightforward
functionality in Qprocess or elsewhere that allows the
manipulation of a process environment as a QMap<QString, QString> ?

This would be far more useful (to me, at least) than the
QStringList returned by QProcess::systemEnvironment().

-- 
 [ signature omitted ] 

Message 2 in thread

On Friday 14 March 2008 13:15:15 Stephen Collyer wrote:
> Apart from doing it myself, is there any straightforward
> functionality in Qprocess or elsewhere that allows the
> manipulation of a process environment as a QMap<QString, QString> ?
>
> This would be far more useful (to me, at least) than the
> QStringList returned by QProcess::systemEnvironment().

Task 202062.

-- 
 [ signature omitted ] 

Attachment: signature.asc
Description: This is a digitally signed message part.


Message 3 in thread

Thiago Macieira wrote:
> On Friday 14 March 2008 13:15:15 Stephen Collyer wrote:
>> Apart from doing it myself, is there any straightforward
>> functionality in Qprocess or elsewhere that allows the
>> manipulation of a process environment as a QMap<QString, QString> ?
>>
>> This would be far more useful (to me, at least) than the
>> QStringList returned by QProcess::systemEnvironment().
> 
> Task 202062.

OK, thanks. So, only another 202061 tasks before it's done.

;-)

-- 
 [ signature omitted ]