Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -1377,6 +1377,7 @@ class ImageGeneratorWindow(QMainWindow): | ... | @@ -1377,6 +1377,7 @@ class ImageGeneratorWindow(QMainWindow): |
| 1377 | 1377 | ||
| 1378 | # Prompt text area | 1378 | # Prompt text area |
| 1379 | self.prompt_text = QTextEdit() | 1379 | self.prompt_text = QTextEdit() |
| 1380 | self.prompt_text.setStyleSheet("font-size: 16px;") | ||
| 1380 | self.prompt_text.setPlainText("一幅美丽的风景画,有山有湖,日落时分") | 1381 | self.prompt_text.setPlainText("一幅美丽的风景画,有山有湖,日落时分") |
| 1381 | self.prompt_text.textChanged.connect(self.check_favorite_status) | 1382 | self.prompt_text.textChanged.connect(self.check_favorite_status) |
| 1382 | prompt_layout.addWidget(self.prompt_text) | 1383 | prompt_layout.addWidget(self.prompt_text) | ... | ... |
-
Please register or sign in to post a comment