11 lines
143 B
C++
11 lines
143 B
C++
|
|
def wrapInFunction():
|
|
//! [0]
|
|
# ...
|
|
page = QWebPage()
|
|
# ...
|
|
|
|
inspector = QWebInspector()
|
|
inspector.setPage(page)
|
|
//! [0]
|
|
|