검색어: combobox (프랑스어 - 영어)

인적 기여

전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.

번역 추가

프랑스어

영어

정보

프랑스어

combobox

영어

combo box

마지막 업데이트: 2013-08-23
사용 빈도: 2
품질:

추천인: Wikipedia

프랑스어

noneditable combobox

영어

no

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

popups de combobox :

영어

combobox popups:

마지막 업데이트: 2011-10-23
사용 빈도: 2
품질:

추천인: Wikipedia

프랑스어

outils kommander combobox

영어

tools kommander combobox

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

la valeur de la combobox

영어

the value of the combobox

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

giolabel for the file type combobox

영어

gib

마지막 업데이트: 2011-10-23
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

ou bien cliquez dans le combobox:

영어

or click into the combobox:

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

la boîte combo est un objet de type combobox.

영어

a check box is a control that allows the user to validate or invalidate an option.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

le composant combobox est une liste déroulante offrant une navigation similaire à tabbar.

영어

the combobox component is a drop-down selection control that provides navigation similar to a tabbar.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

dans la série 5100 lancée à l’automne 2001.nouvelles fonctions dans combobox.

영어

in 5100 series launched fall 2001.additional functions in combobox.

마지막 업데이트: 2015-05-14
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

- fixé: setgadgettext() lors d'une utilisation avec une combobox et une chaine vide

영어

- fixed: setgadgettext() when used with a combobox and an empty string (clear the combobox content)

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

dans cet exemple, nous avons précisé que la liste combobox devait afficher une série de sélections:

영어

in this example, we specify that the combobox should display a list of playlists:

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

vous pouvez affecter un groupe de sélections à un élément combobox permettant ainsi de sélectionner une sélection unique dans le groupe.

영어

you can assign a group of playlists to a combobox, allowing selection of a single playlist from the group, or you can assign a single playlist, allowing selection of an individual video from the playlist.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

crée une combobox qui affiche un répertoire ainsi que tous ses répertoires parents permettant à l'utilisateur d'en choisir un.

영어

creates a combobox that lets you display a path and all its parent folders, so the user can choose one of them.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

met à jour les listes des combobox du tools bar. logiquement le logiciel réalise automatiquement cette opération, mais il peut arriver qu’un rafraîchissement manuel soit nécessaire.

영어

do a manual refresh of the tool bar combo box list. this operation should not be necessary but it may need to use it to get an up-to-date list.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

combobox avec la capacité de recherche: une combobox améliorée qui vous permet de rechercher dans la base des données et affiche la table en entier avec son contenu dans un popup de votre champ de recherche.

영어

combobox with search capability: an enhanced combobox that lets you search in a database and show the whole table with its contents in a popup to your search field.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

la page de référence des composants à l’apparence personnalisable liste tous les éléments personnalisables des composants videoplayer, list, tilelist, tabbar, combobox, mediacontrols et textregion.

영어

the custom skin component reference lists all of the skinnable elements of the videoplayer, list, tilelist, tabbar, combobox, mediacontrols, and textregion components.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

- addgadgetitem() : ajoute un élément - countgadgetitems() : renvoie le nombre d'éléments que contient le combobox.

영어

- getgadgetitemtext(): returns the gadget item text. - countgadgetitems(): count the items in the current combobox.

마지막 업데이트: 2018-02-13
사용 빈도: 1
품질:

추천인: Wikipedia

프랑스어

le type d'évènement actif est important pour la visualisation : pour callgrind;, c'est par exemple le nombre d'échecs du cache ou l'estimation du cycle ; pour oprofile;, c'est le « temps » dans le plus simple cas. vous pouvez changer le type d'évènement par une combobox dans la barre d'outils ou dans la vue du type de l'évènement. un premier aperçu des caractéristiques de l'exécution devrait être donné quand vous sélectionnez la fonction main dans la liste de gauche, et regardez la visualisation de l'arbre d'appels. là vous voyez les appels se produisant dans votre programme. notez que la vue du graphe d'appels ne montre que les fonctions avec un nombre d'évènements élevé. en double-cliquant sur une fonction dans le graphe, celui-ci change pour afficher les fonctions appelées autour de celle sélectionnée.

영어

the active event type is important for visualisation: for callgrind;, this is, for example, cache misses or cycle estimation; for oprofile;, this is "timer" in the simplest case. you can change the event type via a combobox in the toolbar or in the event type view. a first overview of the runtime characteristics should be given when you select function main in the left list, and look at the call graph visualisation; there, you see calls happening in your program. note that the call graph view only shows functions with high event count. by double-clicking a function in the graph, it will change to show the called functions around the selected one.

마지막 업데이트: 2008-03-04
사용 빈도: 1
품질:

추천인: Wikipedia
경고: 보이지 않는 HTML 형식이 포함되어 있습니다

인적 기여로
8,945,676,104 더 나은 번역을 얻을 수 있습니다

사용자가 도움을 필요로 합니다:



당사는 사용자 경험을 향상시키기 위해 쿠키를 사용합니다. 귀하께서 본 사이트를 계속 방문하시는 것은 당사의 쿠키 사용에 동의하시는 것으로 간주됩니다. 자세히 보기. 확인