Fix title bar
This commit is contained in:
parent
4951603c73
commit
c63e608388
2 changed files with 2 additions and 1 deletions
|
|
@ -74,6 +74,7 @@ class MainWindow(QtMainWindow):
|
||||||
return
|
return
|
||||||
self.content = data
|
self.content = data
|
||||||
self.ui.contentEdit.setPlainText(self.content.content)
|
self.ui.contentEdit.setPlainText(self.content.content)
|
||||||
|
self.setWindowTitle("QWebcontentedit - %s@%s" %(self.content.id, backend.name))
|
||||||
self.backend = backend
|
self.backend = backend
|
||||||
|
|
||||||
def _loadPage_eb(self, backend, error, backtrace):
|
def _loadPage_eb(self, backend, error, backtrace):
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>MainWindow</string>
|
<string>QWebcontentedit</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue