58:7878fc1493fb | 59:40a29731e0d0 |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a QTextBrowser widget that resizes automatically. | 7 Module implementing a QTextBrowser widget that resizes automatically. |
8 """ | 8 """ |
9 | |
10 # backward compatibility for eric < 24.10 | |
9 | 11 |
10 from PyQt6.QtCore import Qt | 12 from PyQt6.QtCore import Qt |
11 from PyQt6.QtWidgets import QFrame, QSizePolicy, QTextBrowser | 13 from PyQt6.QtWidgets import QFrame, QSizePolicy, QTextBrowser |
12 | 14 |
13 | 15 |