Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
柴进
/
GoogleNanoBananaApp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5385b967
authored
2025-12-10 16:32:20 +0800
by
柴进
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
994a9ea2
35ef995d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
image_generator.py
image_generator.py
View file @
5385b96
...
...
@@ -1377,6 +1377,7 @@ class ImageGeneratorWindow(QMainWindow):
# Prompt text area
self
.
prompt_text
=
QTextEdit
()
self
.
prompt_text
.
setStyleSheet
(
"font-size: 16px;"
)
self
.
prompt_text
.
setPlainText
(
"一幅美丽的风景画,有山有湖,日落时分"
)
self
.
prompt_text
.
textChanged
.
connect
(
self
.
check_favorite_status
)
prompt_layout
.
addWidget
(
self
.
prompt_text
)
...
...
Please
register
or
sign in
to post a comment