Re: qdbus QStringList

2011-05-10 Thread Dj YB
On Tuesday May 10 2011 17:43:34 Rex Dieter wrote: > Dj YB wrote: > > Hello, > > > > I am trying to write a bash script using qdbus but cant figure out how to > > send a QStringList > > > > tried the following: > > > > "1" "2" > > > > "1","2" > > "1";"2" > > ("1","2") > > (1,2) > > > > "1" > >

Re: qdbus QStringList

2011-05-10 Thread Rex Dieter
Dj YB wrote: > Hello, > > I am trying to write a bash script using qdbus but cant figure out how to > send a QStringList > > tried the following: > > "1" "2" > > "1","2" > "1";"2" > ("1","2") > (1,2) > > "1" > "2" > > 1 > 2 > > none of the above worked. > I am sure I have already asked that

qdbus QStringList

2011-05-10 Thread Dj YB
Hello, I am trying to write a bash script using qdbus but cant figure out how to send a QStringList tried the following: "1" "2" "1","2" "1";"2" ("1","2") (1,2) "1" "2" 1 2 none of the above worked. I am sure I have already asked that before but I could not find the thread. thanks in advan