Forum Discussion

laurie's avatar
13 years ago

Qt problem

Hi, 



We are now using Qt 4.5.3 and compiling with visual Studio 2008.



I tried on the latest version of testcomplete, but our program can not be treated as an open application. Then I installed the qt 4.5.0 support module, it can be treated as open application, but some of the widgets still cannot be well recognized, for example, the items in the list or nodes in the treeview.



Here I want to ask is there any any method to solve this problem?



Thanks for help in advance!



Best Regards,



Weihang 

1 Reply

  • Hi,



    List nodes and tree items are not individual controls. You should access them via the control in which they are located (the list control to access list items, the tree control to access tree nodes, etc). See the Working With Qt Controls help topic for information on working with supported QT controls.