質問編集履歴

1

誤字

2017/12/21 12:59

投稿

uc200
uc200

スコア32

test CHANGED
File without changes
test CHANGED
@@ -96,39 +96,7 @@
96
96
 
97
97
 
98
98
 
99
- """
100
99
 
101
- # set the layout
102
-
103
- layout = QtWidgets.QVBoxLayout()
104
-
105
- layout.addWidget(self.toolbar)
106
-
107
- layout.addWidget(self.canvas)
108
-
109
-
110
-
111
- btnlayout = QtWidgets.QHBoxLayout()
112
-
113
- btnlayout.addWidget(self.button1)
114
-
115
- btnlayout.addWidget(self.button2)
116
-
117
- btnlayout.addWidget(self.button3)
118
-
119
- btnlayout.addWidget(self.button4)
120
-
121
- qw = QtWidgets.QWidget(self)
122
-
123
- qw.setLayout(btnlayout)
124
-
125
- layout.addWidget(qw)
126
-
127
-
128
-
129
- self.setLayout(layout)
130
-
131
- """
132
100
 
133
101
 
134
102