10474:c18ca679259d | 10475:ee41fab001f2 |
---|---|
199 onlineStateChanged = pyqtSignal(bool) | 199 onlineStateChanged = pyqtSignal(bool) |
200 | 200 |
201 maxFilePathLen = 100 | 201 maxFilePathLen = 100 |
202 maxMenuFilePathLen = 75 | 202 maxMenuFilePathLen = 75 |
203 | 203 |
204 # TODO: change this to an enum | |
204 LeftSide = 1 | 205 LeftSide = 1 |
205 BottomSide = 2 | 206 BottomSide = 2 |
206 RightSide = 3 | 207 RightSide = 3 |
207 | 208 |
208 ErrorLogFileName = "eric7_error.log" | 209 ErrorLogFileName = "eric7_error.log" |