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