mirror of
https://github.com/babysor/MockingBird.git
synced 2024-03-22 13:11:31 +08:00
parent
e2017d0314
commit
81befb91b0
|
@ -421,6 +421,8 @@ class UI(QDialog):
|
||||||
self.app = QApplication(sys.argv)
|
self.app = QApplication(sys.argv)
|
||||||
super().__init__(None)
|
super().__init__(None)
|
||||||
self.setWindowTitle("SV2TTS toolbox")
|
self.setWindowTitle("SV2TTS toolbox")
|
||||||
|
self.setWindowFlag(Qt.WindowMinimizeButtonHint, True)
|
||||||
|
self.setWindowFlag(Qt.WindowMaximizeButtonHint, True)
|
||||||
|
|
||||||
|
|
||||||
## Main layouts
|
## Main layouts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user