Helpviewer/SpeedDial/SpeedDialReader.py

changeset 3002
6ffc581f00f1
parent 2759
61d5d47755f0
child 3057
10516539f238
child 3160
209a07d7e401
equal deleted inserted replaced
3001:3674ff5fa8f8 3002:6ffc581f00f1
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

eric ide

mercurial