folder_list_dialog¶
Module Contents¶
文件夹列表对话框 |
|
可点击窗口 |
|
文件夹卡片 |
|
添加文件夹卡片 |
- class FolderListDialog(folderPaths: list, title: str, content: str, parent)¶
Bases:
qfluentwidgets.components.dialog_box.mask_dialog_base.MaskDialogBase文件夹列表对话框
- folderChanged¶
- title¶
- content¶
- folderPaths¶
- vBoxLayout¶
- titleLabel¶
- contentLabel¶
- scrollArea¶
- scrollWidget¶
- completeButton¶
- addFolderCard¶
- folderCards¶
- class ClickableWindow(parent=None)¶
Bases:
PyQt5.QtWidgets.QWidget可点击窗口
- clicked¶
- enterEvent(e)¶
- leaveEvent(e)¶
- mouseReleaseEvent(e)¶
- mousePressEvent(e: PyQt5.QtGui.QMouseEvent)¶
- paintEvent(e)¶
绘制窗口
- class FolderCard(folderPath: str, parent=None)¶
Bases:
ClickableWindow文件夹卡片
- folderPath¶
- folderName¶
- c¶
- paintEvent(e)¶
绘制卡片
- class AddFolderCard(parent=None)¶
Bases:
ClickableWindow添加文件夹卡片
- c¶
- paintEvent(e)¶
绘制卡片