I have file name like

test1.tcl
test2.tcl
test3.tcl
test10.tcl
test100.tcl

when i am taking the ertrylist it is giviving in the order as follows:

test1.tcl
test10.tcl
test100.tcl
test2.tcl
test3.tcl

but i want in the order of
test1.tcl
test2.tcl
test3.tcl
test10.tcl
test100.tcl

I used Qdir::unsort , but it not givng the order of entrylist as i want. How can i do this.