回答編集履歴

2

コードのミス訂正

2018/03/18 10:38

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -52,7 +52,7 @@
52
52
 
53
53
  grid.addWidget(label, 0, 0)
54
54
 
55
- textEdit = QTextEdit(content)
55
+ textEdit = QTextEdit()
56
56
 
57
57
  grid.addWidget(textEdit, 0, 1)
58
58
 

1

コードのミスを訂正

2018/03/18 10:38

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  textEdit = QTextEdit(content)
56
56
 
57
- grid.addWidget(textEdit, row, col)
57
+ grid.addWidget(textEdit, 0, 1)
58
58
 
59
59
 
60
60