(self)
| 1864 | self.listbox.moveCursor(QtGui.QTextCursor.End) |
| 1865 | |
| 1866 | def updatePlaybackFrameVisibility(self): |
| 1867 | self.playbackFrame.setVisible(self.playbackAction.isChecked()) |
| 1868 | |
| 1869 | def updateAutoplayVisibility(self): |
| 1870 | self.autoplayFrame.setVisible(self.autoplayAction.isChecked()) |