(self, window)
| 1842 | aboutMsgBox.exec_() |
| 1843 | |
| 1844 | def addMainFrame(self, window): |
| 1845 | window.mainFrame = QtWidgets.QFrame() |
| 1846 | window.mainFrame.setLineWidth(0) |
| 1847 | window.mainFrame.setMidLineWidth(0) |
| 1848 | window.mainFrame.setContentsMargins(0, 0, 0, 0) |
| 1849 | window.mainFrame.setLayout(window.mainLayout) |
| 1850 | |
| 1851 | window.setCentralWidget(window.mainFrame) |
| 1852 | |
| 1853 | def newMessage(self, message): |
| 1854 | self.outputbox.moveCursor(QtGui.QTextCursor.End) |