[問題] python 問題 滑鼠指到URL旁邊,顯示縮圖

作者: gp3qo4vmp (忙~)   2022-10-27 16:21:19
因為上次問題問的不是很好,這次重寫如下:
google了一個早上,只找到URL直接打開照片
https://blog.csdn.net/weixin_51062176/article/details/115919472
https://zhuanlan.zhihu.com/p/27047417
skimage 套件好像不行
1.像是不知道滑鼠移動到目標URL旁邊,就能顯示字的功能,該如何得知此專業術語稱作
ToolTip,鼠标悬停?
還沒上來問之前都是使用 pyside2 cursor link preview img
display mouse show img 關鍵字做網路查詢
2.網路查詢,ToolTip的範例如下,我直接拿來改造
https://codeloop.org/pyside2-gui-how-to-create-tooltip/
出現了以下問題:'n' 這裡是必須為string type,但是用 f'{ } 不就是已經
是字串了嗎? 況且與上面變數path 變成無法連接
所以報錯 SyntaxError: unexpected character after
ine continuation character https://imgur.com/lTtvQTQ
3.這是我的原稿
https://github.com/cj044/file-preview-plan/blob/main/Original.py
,這是網路找來可以參考的對象
https://github.com/cj044/file-preview-plan/blob/main/crate_setToolTip.py,
但是我改寫到一半發現QToolTips 還有def
setIconModes(self):方法沒有亮,https://imgur.com/cRQmMWG,小妹我程度甚差
,不知道原因出在哪裡?
4.我的原稿 https://github.com/cj044/file-preview-plan/blob/main/Original.py
這個算是sigbal-slot 還是 event 的寫法? 無法改寫成 connect.方式嗎?
而且裡面已經有了,ConnectSlotsByName 如下圖所示
https://imgur.com/rK5abax
5.以及查詢了,def setOpenExternalLinks (open),def setOpenLinks (open),參考以
下連結,都不合我的要求,
弄了2-3周,應該要如何改,https://imgur.com/MLf3YvV,才能完成如連結的成品,會
比較好? 謝謝!
https://doc.qt.io/qtforpython-5.12/PySide2/QtWidgets/QTextBrowser.html
https://pythonprogramminglanguage.com/pyqt5-tooltip/
https://stackoverflow.com/questions/60521848/how-to-show-tooltip-image-when-hover-on-button-pyqt5
https://stackoverflow.com/questions/65052849/qtextedit-clickable-text
https://stackoverflow.com/questions/35858340/clickable-hyperlink-in-qtextedit
https://blog.csdn.net/qq_32811489/article/details/52193137
https://www.geeksforgeeks.org/pyside2-create-tooltip/
https://blog.csdn.net/Zander0/article/details/117991921?spm=1001.2101.3001.6650.9&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-9-117991921-blog-89069616.pc_relevant_3mothn_strategy_and_data_recovery&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromBaidu%7ERate-9-117991921-blog-89069616.pc_relevant_3mothn_strategy_and_data_recovery&utm_relevant_index=10
目前檔案如以下連結: https://github.com/cj044/file-preview-plan
(總共四個獨立檔案)
Original.py
作者: lycantrope (阿寬)   2022-10-27 23:06:00
你可以問note100吧,何必發文又刪又一直修改文章

Links booklink

Contact Us: admin [ a t ] ucptt.com