Sie suchten nach: allocate (Griechisch - Englisch)

Computer-Übersetzung

Versucht aus den Beispielen menschlicher Übersetzungen das Übersetzen zu lernen.

Greek

English

Info

Greek

allocate

English

 

von: Maschinelle Übersetzung
Bessere Übersetzung vorschlagen
Qualität:

Menschliche Beiträge

Von professionellen Übersetzern, Unternehmen, Websites und kostenlos verfügbaren Übersetzungsdatenbanken.

Übersetzung hinzufügen

Griechisch

Englisch

Info

Griechisch

Δεν αποθηκεύτηκε το αρχείο: %s.this file is too big. unable to allocate memory.

Englisch

could not get file info

Letzte Aktualisierung: 2014-08-20
Nutzungshäufigkeit: 1
Qualität:

Griechisch

managers allocate work , define objectives , review performance , provide feedback and assess areas for development .

Englisch

managers allocate work , define objectives , review performance , provide feedback and assess areas for development .

Letzte Aktualisierung: 2011-10-23
Nutzungshäufigkeit: 1
Qualität:

Griechisch

Δεν ήταν δυνατή η ανάκτηση πληροφοριών του αρχείου%s", "this file is too big. unable to allocate memory.

Englisch

could not get file info

Letzte Aktualisierung: 2014-08-20
Nutzungshäufigkeit: 1
Qualität:

Warnung: Enthält unsichtbare HTML-Formatierung

Griechisch

from gi.repository import gtkimport sysclass mywindow(gtk.applicationwindow): # a window def __init__(self, app): gtk.window.__init__( self, title=\"togglebutton example\", application=app) self.set_default_size(300, 300) self.set_border_width(30) # a spinner animation self.spinner = gtk.spinner() # with extra horizontal space self.spinner.set_hexpand(true) # with extra vertical space self.spinner.set_vexpand(true) # a togglebutton button = gtk.togglebutton.new_with_label(\"start/stop\") # connect the signal \"toggled\" emitted by the togglebutton # when its state is changed to the callback function toggled_cb button.connect(\"toggled\", self.toggled_cb) # a grid to allocate the widgets grid = gtk.grid() grid.set_row_homogeneous(false) grid.set_row_spacing(15) grid.attach(self.spinner, 0, 0, 1, 1) grid.attach(button, 0, 1, 1, 1) # add the grid to the window self.add(grid) # callback function for the signal \"toggled\" def toggled_cb(self, button): # if the togglebutton is active, start the spinner if button.get_active(): self.spinner.start() # else, stop it else: self.spinner.stop()class myapplication(gtk.application): def __init__(self): gtk.application.__init__(self) def do_activate(self): win = mywindow(self) win.show_all() def do_startup(self): gtk.application.do_startup(self)app = myapplication()exit_status = app.run(sys.argv)sys.exit(exit_status)

Englisch

from gi.repository import gtkimport sysclass mywindow(gtk.applicationwindow): # a window def __init__(self, app): gtk.window.__init__( self, title=\"togglebutton example\", application=app) self.set_default_size(300, 300) self.set_border_width(30) # a spinner animation self.spinner = gtk.spinner() # with extra horizontal space self.spinner.set_hexpand(true) # with extra vertical space self.spinner.set_vexpand(true) # a togglebutton button = gtk.togglebutton.new_with_label(\"start/stop\") # connect the signal \"toggled\" emitted by the togglebutton # when its state is changed to the callback function toggled_cb button.connect(\"toggled\", self.toggled_cb) # a grid to allocate the widgets grid = gtk.grid() grid.set_row_homogeneous(false) grid.set_row_spacing(15) grid.attach(self.spinner, 0, 0, 1, 1) grid.attach(button, 0, 1, 1, 1) # add the grid to the window self.add(grid) # callback function for the signal \"toggled\" def toggled_cb(self, button): # if the togglebutton is active, start the spinner if button.get_active(): self.spinner.start() # else, stop it else: self.spinner.stop()class myapplication(gtk.application): def __init__(self): gtk.application.__init__(self) def do_activate(self): win = mywindow(self) win.show_all() def do_startup(self): gtk.application.do_startup(self)app = myapplication()exit_status = app.run(sys.argv)sys.exit(exit_status)

Letzte Aktualisierung: 2020-04-20
Nutzungshäufigkeit: 1
Qualität:

Referenz: Aterentes
Warnung: Enthält unsichtbare HTML-Formatierung

Eine bessere Übersetzung mit
7,800,154,381 menschlichen Beiträgen

Benutzer bitten jetzt um Hilfe:



Wir verwenden Cookies zur Verbesserung Ihrer Erfahrung. Wenn Sie den Besuch dieser Website fortsetzen, erklären Sie sich mit der Verwendung von Cookies einverstanden. Erfahren Sie mehr. OK