feat: add documentation, changeable shortcuts

This commit is contained in:
WorldTeacher
2024-10-02 11:19:50 +02:00
parent c7309e047b
commit e7bcce328b
36 changed files with 318 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ from PyQt6 import QtCore, QtGui, QtWidgets
class Ui_Dialog(object):
def setupUi(self, Dialog):
Dialog.setObjectName("Dialog")
Dialog.resize(375, 247)
Dialog.resize(375, 245)
Dialog.setMinimumSize(QtCore.QSize(40, 0))
self.verticalLayout = QtWidgets.QVBoxLayout(Dialog)
self.verticalLayout.setObjectName("verticalLayout")