From professional translators, enterprises, web pages and freely available translation repositories.
mainwindow
hauptfenster
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
kmix-mainwindow#1
kmix-mainwindow#1
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
screenshot of mainwindow
bildschirmfoto des hauptfensters
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
start a new kile mainwindow
ein neues kile-hauptfenster öffnen
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
dcop kmix kmix-mainwindow#1 hide
dcop kmix kmix-mainwindow#1 hide
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
call of mainwindow member on destroyed object
aufruf eines mainwindow-teils auf einem zerstörten objekt
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
dcop kmix kmix-mainwindow#1 resize 1 1
dcop kmix kmix-mainwindow#1 resize 1 1
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
the harddrive is now listed in the mainwindow. click on the drive with
nach der auswahl wird nun die zu bearbeitende festplatte im hauptfenster des tools angezeigt.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
then i want to get the position of my mainwindow and place my childwindow e.g. like shown above.
then i want to get the position of my mainwindow and place my childwindow e.g. like shown above.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
http://www.brothersoft.com/handyware/images/review/mainwindow(2).png
http://2.bp.blogspot.com/-tx0g7sllrfq/tculayzs7fi/aaaaaaaaa6m/te8r7kkihys/s1600/scan10669.jpg
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
hides the & gui; window. use dcop kmix kmix-mainwindow#1 show or the dock icon to show it again.
blendet das fenster von & kmix; aus. dcop kmix kmix-mainwindow#1 show zeigt es wieder an.
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
i make a new project with template "ctrlib application with mainwindow",and selected "imagelist file"&"multithreaded" flags
i make a new project with template "ctrlib application with mainwindow",and selected "imagelist file"&"multithreaded" flags
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
#!/usr/bin/perl use 5.010 ; use strict ; use warnings ; use time :: hires 'time' ; use tk ; use tk :: progressbar ; my $data = 0 ; my $mw = mainwindow -> new ; $mw -> entry ( - text => 'blah' )-> pack ; $mw -> entry ( - text => 'krams' , - bg => 'grey80' )-> pack ; my $progressbar = $mw -> progressbar ( - from => 0 , - to => 400 , - variable => \ $data , - width => 6 , - length => 100 , - blocks => 100 , - colors => [ 0 , 'green' ], )-> pack ; my $button = $mw -> button ( - text => 'x' )-> pack ; $mw -> repeat ( 10 , sub { $data = time * 1000 % 400 ; } ); mainloop ;
#!/usr/bin/perl use 5.010 ; use strict ; use warnings ; use time :: hires 'time' ; use tk ; use tk :: progressbar ; my $data = 0 ; my $mw = mainwindow -> new ; $mw -> entry ( - text => 'blah' )-> pack ; $mw -> entry ( - text => 'krams' , - bg => 'grey80' )-> pack ; my $progressbar = $mw -> progressbar ( - from => 0 , - to => 400 , - variable => \ $data , - width => 6 , - length => 100 , - blocks => 100 , - colors => [ 0 , 'green' ], )-> pack ; my $button = $mw -> button ( - text => 'x' )-> pack ; $mw -> repeat ( 10 , sub { $data = time * 1000 % 400 ; } ); mainloop ;
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting