immi

Results 7 comments of immi

In this way user/programmer can customize titleBar in initLayout function and add widgets normaly in hboxlayout like this self.hboxLayout.addwidget(tabBar)

after that u can customize titleBar like this: ``` class CustomTitleBar(MSFluentTitleBar): def __init__(self, parent): super().__init__(parent) def initLayout(self): super().initLayout() # add search line edit and about button self.searchLineEdit = SearchLineEdit(self) self.searchLineEdit.setPlaceholderText('搜索应用、游戏、电影、设备等')...

[Directly use ` styleSheetManager.deregister(widget)` And remove appending and again iterate the remove list](https://github.com/zhiyiYo/PyQt-Fluent-Widgets/blob/master/qfluentwidgets/common/style_sheet.py#L354)

maybe to solve this problem modify `mousePressEvent()` in `qfluentwidgets.TableBase` ``` python def mousePressEvent(self, e): if e.button() == Qt.LeftButton: if self._isSelectRightClickedRow: QTableView.mousePressEvent(self, e) return # or use else index = self.indexAt(e.pos())...

try to write `@` (@ then space)

is there any way to replace `extension://alkcoacmoaihfakciasiaciaui/tabs/ImageViewer.html` to original file url because i need to modify searchParams of an image