app.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:SantosGUI 作者: santosfamilyfoundation 项目源码 文件源码
def homography_open_image_camera(self):
        """Opens a file dialog, allowing user to select an camera image file.

        Creates a QImage object from the filename of an camera image
        selected by the user in a popup file dialog menu.
        """
        qi = self.open_image_fd(dialog_text="Select camera image...")
        if qi:
            self.ui.homography_cameraview.load_image(qi)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号