rename the app to Qocker

This commit is contained in:
Salem Yaslem 2024-09-23 08:38:14 +03:00
parent 0c36fdbdee
commit 01e4e98822

View File

@ -51,7 +51,7 @@ class TerminalOpener(QThread):
class DockerGUI(QMainWindow):
def __init__(self):
super().__init__()
self.setWindowTitle("Docker GUI")
self.setWindowTitle("Qocker - Docker Graphical User Interface")
self.setGeometry(100, 100, 1000, 600)
# Create central widget and layout