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
|
||||
self.content = data
|
||||
self.ui.contentEdit.setPlainText(self.content.content)
|
||||
self.setWindowTitle("QWebcontentedit - %s@%s" %(self.content.id, backend.name))
|
||||
self.backend = backend
|
||||
|
||||
def _loadPage_eb(self, backend, error, backtrace):
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
<string>QWebcontentedit</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue