src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDialReader.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
105 <p> 105 <p>
106 Public method to read a user agent file. 106 Public method to read a user agent file.
107 </p> 107 </p>
108 <dl> 108 <dl>
109 109
110 <dt><i>fileNameOrDevice</i></dt> 110 <dt><i>fileNameOrDevice</i> (str or QIODevice)</dt>
111 <dd> 111 <dd>
112 name of the file to read (string) 112 name of the file to read or reference to
113 or reference to the device to read (QIODevice) 113 the device to read
114 </dd> 114 </dd>
115 </dl> 115 </dl>
116 <dl> 116 <dl>
117 <dt>Return:</dt> 117 <dt>Return:</dt>
118 <dd> 118 <dd>
119 list of speed dial pages (list of Page), number of pages per 119 list of speed dial pages, number of pages per row and
120 row (integer) and size of the speed dial pages (integer) 120 size of the speed dial pages
121 </dd>
122 </dl>
123 <dl>
124 <dt>Return Type:</dt>
125 <dd>
126 tuple of (list of Page, int, int)
121 </dd> 127 </dd>
122 </dl> 128 </dl>
123 <div align="right"><a href="#top">Up</a></div> 129 <div align="right"><a href="#top">Up</a></div>
124 <hr /> 130 <hr />
125 </body></html> 131 </body></html>

eric ide

mercurial