qdbus QStringList

Rex Dieter rdieter at math.unl.edu
Tue May 10 14:43:34 UTC 2011


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 before but I could not find the
> thread.

Try,
"(" "element1" "element2" "element3" ")"

-- Rex



More information about the users mailing list