Save project added, and a number of bits here and there.
This commit is contained in:
@@ -47,11 +47,20 @@ class GuiDocEditor(QWidget):
|
||||
self.outerBox.addWidget(self.splitEdit)
|
||||
|
||||
self.guiEditor.setPlainText("Hello Kitty!")
|
||||
self.guiEditor.setFixedWidth(600)
|
||||
|
||||
logger.debug("DocEditor initialisation complete")
|
||||
|
||||
return
|
||||
|
||||
def getText(self):
|
||||
|
||||
theText = self.guiEditor.toHtml()
|
||||
print(theText)
|
||||
print(self.guiEditor.toPlainText())
|
||||
|
||||
return
|
||||
|
||||
def _buildTabToolBar(self):
|
||||
toolBar = self.editToolBar
|
||||
toolBar.setToolButtonStyle(Qt.ToolButtonIconOnly)
|
||||
|
||||
Reference in New Issue
Block a user