示例#1
0
 def copy_path(self, absolute=True):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename, absolute=absolute)
示例#2
0
 def copy_path(self, absolute=True):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename, absolute=absolute)
示例#3
0
 def copy_path(self):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename)
示例#4
0
 def copy_path(self):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename)
示例#5
0
 def test_copy_path(self):
     # This doesn't do much except make sure it doesn't throw and exception
     qtutils.copy_path('dummy_string')
示例#6
0
 def test_copy_path(self):
     # This doesn't do much except make sure it doesn't throw and exception
     qtutils.copy_path('dummy_string')