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