Hi.
i am trying to made my first application in Qt.
and i got a problem with the Hebrew.
i made a lineEdit control with pushButton and listWidget. when the buttons clickEvent occur the text in the lineEdit goes to the listWidget,
normally, all working perfect.
but if im trying to insert a hardcoded item to the listwidget that writen in Hebrew i will get in the list only "????"...

i am tried to use the:
QTextCodec *codec = QTextCodec::codecForName("iso8859-8");but hopeless...

any help please???