dev ocr

parent b229c891
......@@ -61,9 +61,9 @@ class Ui_MainWindow(object):
# self.wgt_video.setMinimumSize(QtCore.QSize(410, 200))
# self.wgt_video.setMaximumSize(QtCore.QSize(16777215, 16777215))
self.widget = MyWidget(self.centralwidget)
self.widget.setGeometry(0,350,800,3)
self.widget.setGeometry(0,400,800,3)
self.widget_bottom = MyWidget(self.centralwidget)
self.widget_bottom.setGeometry(0,360,800,3)
self.widget_bottom.setGeometry(0,430,800,3)
palette = QtGui.QPalette()
brush = QtGui.QBrush(QtGui.QColor(0, 0, 0))
brush.setStyle(QtCore.Qt.SolidPattern)
......
......@@ -37,7 +37,8 @@ if __name__ == '__main__':
mainWindow.setWindowTitle(f"无障碍电影制作软件(当前工程为:{project_name})")
mainWindow.renew_signal.connect(change_project_path)
apply_stylesheet(app, theme='dark_amber.xml')
mainWindow.show()
# mainWindow.show()
mainWindow.showMaximized()
currentExitCode = app.exec_()
app = None
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment