Hello,

I want to know how to identify the button control from the below xml through code.

I am using QDocElement class to get the rest of the things but dint find any option to know how to identify the control that i am using.



Qt Code:
  1. <button>
  2. <locale language="en-us">
  3. <buttonText>Hello</buttonText>
  4. <button window width = "350" height = "100"/>
  5. </locale>
  6. </button>
To copy to clipboard, switch view to plain text mode