Hi
I'm learning Qt from its,as I heard,official book.But I have problems with two of its examples.
1-This with the find Dialog example.I wrote exactly what was written in the book.But after making,I understood that the layout direction is right to left.As you may know,this example doesn't have a .ui file that I can modify it to change the layout direction.What is the problem and the solution?
2-This one is with the cell location dialog example.Again I did exactly everything that was written in the book.But after making it,there was two errors.The strange thing about the errors was this that they were complaining about the XML code in the .ui file.The errors are:
They are respectively for the lines below:expected unqualified-id before '<?' token
'Cell' does not name a type
Qt Code:
<?xml version="1.0" encoding="UTF-8"?> <string>&Cell Location</string>To copy to clipboard, switch view to plain text mode
thanks
Bookmarks