def __init__(self):
"""Constructor."""
QtWidgets.QDockWidget.__init__(self)
# Set up the user interface from Designer.
# After setupUI you can access any designer object by doing
# self.<objectname>, and you can use autoconnect slots - see
# http://qt-project.org/doc/qt-4.8/designer-using-a-ui-file.html
# #widgets-and-dialogs-with-auto-connect
self.setupUi(self)
mapillary_explorer_dockwidget.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录