Revision 00c26660
| client/python/hlrc_client/hlrc_test_gui.py | ||
|---|---|---|
| 88 | 88 |
|
| 89 | 89 |
def initEmotionUI(self): |
| 90 | 90 |
vbox = QtGui.QVBoxLayout() |
| 91 |
self.duration_spinbox = self.initSpinbox(50, 10000, 1000, 0)
|
|
| 91 |
self.duration_spinbox = self.initSpinbox(100, 10000, 1000, 0)
|
|
| 92 | 92 |
vbox.addWidget(self.duration_spinbox) |
| 93 | 93 |
|
| 94 | 94 |
#self.duration_spinbox = self.initSpinbox(50, 10000, 1000, 0) |
| ... | ... | |
| 121 | 121 |
|
| 122 | 122 |
vbox_d = QtGui.QVBoxLayout() |
| 123 | 123 |
vbox_d.addWidget(QtGui.QLabel("duration/ms (each)"))
|
| 124 |
self.duration_each_spinbox = self.initSpinbox(100,10000,1000,0)
|
|
| 124 |
self.duration_each_spinbox = self.initSpinbox(50,10000,1000,0)
|
|
| 125 | 125 |
vbox_d.addWidget(self.duration_each_spinbox) |
| 126 | 126 |
|
| 127 | 127 |
vbox_s = QtGui.QVBoxLayout() |
Also available in: Unified diff