初始化主题
(self)
| 29 | Signals.themeItemAddFinished.connect(self.onThemeItemAddFinished) |
| 30 | |
| 31 | def init(self): |
| 32 | """初始化主题 |
| 33 | """ |
| 34 | if self.gridLayout.count() > 0: |
| 35 | return |
| 36 | ThemeThread.start(PixmapWidth, PixmapHeight) |
| 37 | |
| 38 | def doPreviewPrevious(self): |
| 39 | """上一个 |
no test coverage detected