初始化该分类
(self)
| 97 | row, col) |
| 98 | |
| 99 | def init(self): |
| 100 | """初始化该分类 |
| 101 | """ |
| 102 | if self.gridLayout.count() > 0: |
| 103 | return |
| 104 | return GetAllCategoryRunnable(self.category, self) |
| 105 | |
| 106 | def paintEvent(self, event): |
| 107 | if not self._waiting: |
nothing calls this directly
no test coverage detected