Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
accessibility_movie_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵心治
accessibility_movie_2
Commits
9f2adad2
Commit
9f2adad2
authored
Aug 11, 2023
by
陈晓勇(工程师)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev ocr
parent
b229c891
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
main_window_ui.py
main_window_ui.py
+2
-2
start.py
start.py
+2
-1
No files found.
main_window_ui.py
View file @
9f2adad2
...
...
@@ -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
,
35
0
,
800
,
3
)
self
.
widget
.
setGeometry
(
0
,
40
0
,
800
,
3
)
self
.
widget_bottom
=
MyWidget
(
self
.
centralwidget
)
self
.
widget_bottom
.
setGeometry
(
0
,
36
0
,
800
,
3
)
self
.
widget_bottom
.
setGeometry
(
0
,
43
0
,
800
,
3
)
palette
=
QtGui
.
QPalette
()
brush
=
QtGui
.
QBrush
(
QtGui
.
QColor
(
0
,
0
,
0
))
brush
.
setStyle
(
QtCore
.
Qt
.
SolidPattern
)
...
...
start.py
View file @
9f2adad2
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment