|
|
|
@ -2,9 +2,10 @@
|
|
|
|
|
|
|
|
|
|
# Form implementation generated from reading ui file 'manuskript/ui/mainWindow.ui'
|
|
|
|
|
#
|
|
|
|
|
# Created by: PyQt5 UI code generator 5.14.1
|
|
|
|
|
# Created by: PyQt5 UI code generator 5.15.4
|
|
|
|
|
#
|
|
|
|
|
# WARNING! All changes made in this file will be lost!
|
|
|
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
|
|
|
|
|
# run again. Do not edit this file unless you know what you are doing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from PyQt5 import QtCore, QtGui, QtWidgets
|
|
|
|
@ -1655,7 +1656,6 @@ class Ui_MainWindow(object):
|
|
|
|
|
self.actFormatBlockquote.setText(_translate("MainWindow", "B&lockquote"))
|
|
|
|
|
self.actSearch.setText(_translate("MainWindow", "Search"))
|
|
|
|
|
self.actSearch.setShortcut(_translate("MainWindow", "Ctrl+F"))
|
|
|
|
|
|
|
|
|
|
from manuskript.ui.cheatSheet import cheatSheet
|
|
|
|
|
from manuskript.ui.editors.mainEditor import mainEditor
|
|
|
|
|
from manuskript.ui.search import search
|
|
|
|
|