Exemplo n.º 1
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor)
Exemplo n.º 2
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor)
Exemplo n.º 3
0
 def rel2abs(self):
     from . import pitch
     cursor = self.mainwindow().textCursor()
     pitch.rel2abs(cursor, self.get_absolute(cursor.document()))