提示词文本框增大两个字号
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -1366,6 +1366,7 @@ class ImageGeneratorWindow(QMainWindow): | ... | @@ -1366,6 +1366,7 @@ class ImageGeneratorWindow(QMainWindow): |
| 1366 | 1366 | ||
| 1367 | # Prompt text area | 1367 | # Prompt text area |
| 1368 | self.prompt_text = QTextEdit() | 1368 | self.prompt_text = QTextEdit() |
| 1369 | self.prompt_text.setStyleSheet("font-size: 16px;") | ||
| 1369 | self.prompt_text.setPlainText("一幅美丽的风景画,有山有湖,日落时分") | 1370 | self.prompt_text.setPlainText("一幅美丽的风景画,有山有湖,日落时分") |
| 1370 | self.prompt_text.textChanged.connect(self.check_favorite_status) | 1371 | self.prompt_text.textChanged.connect(self.check_favorite_status) |
| 1371 | prompt_layout.addWidget(self.prompt_text) | 1372 | prompt_layout.addWidget(self.prompt_text) | ... | ... |
-
Please register or sign in to post a comment