25 """ |
25 """ |
26 Public method to read a user agent file. |
26 Public method to read a user agent file. |
27 |
27 |
28 @param fileNameOrDevice name of the file to read (string) |
28 @param fileNameOrDevice name of the file to read (string) |
29 or reference to the device to read (QIODevice) |
29 or reference to the device to read (QIODevice) |
30 @return list of speed dial pages (list of Page), number of pages per row (integer) |
30 @return list of speed dial pages (list of Page), number of pages per |
31 and size of the speed dial pages (integer) |
31 row (integer) and size of the speed dial pages (integer) |
32 """ |
32 """ |
33 self.__pages = [] |
33 self.__pages = [] |
34 self.__pagesPerRow = 0 |
34 self.__pagesPerRow = 0 |
35 self.__sdSize = 0 |
35 self.__sdSize = 0 |
36 |
36 |