Beispiel #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)
Beispiel #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)
Beispiel #3
0
 def copy_path(self):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename)
Beispiel #4
0
 def copy_path(self):
     """Copy a selected path to the clipboard"""
     filename = selection.selection_model().filename()
     qtutils.copy_path(filename)
Beispiel #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')
Beispiel #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')