Outils pour utilisateurs

Outils du site


kivy_liste_des_elements_graphiques_widgets_complexes

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
kivy_liste_des_elements_graphiques_widgets_complexes [2020/01/02 10:15] – [Buble] sergekivy_liste_des_elements_graphiques_widgets_complexes [2020/01/18 11:08] – [Virtual Keyboard] serge
Ligne 65: Ligne 65:
 {{:Dropdown1.png?300|fig:Dropdown1.png}} {{:Dropdown1.png?300|fig:Dropdown1.png}}
  
-**dropdown_with_kv.py** +<code python dropdown_with_kv.py>
- +
-<code python>+
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 132: Ligne 130:
     DropdownApp().run()     DropdownApp().run()
 </code> </code>
-**dropdown.kv** 
  
-<code python>+<code python dropdown.kv>
 #:kivy 1.8.0 #:kivy 1.8.0
  
Ligne 159: Ligne 156:
 On cherche à comprendre FileChooser et hop on te colle du Factory.register ! Nul ! On cherche à comprendre FileChooser et hop on te colle du Factory.register ! Nul !
  
-**filechooser.py** +<code python filechooser.py>
- +
-<code python>+
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 223: Ligne 218:
     Filechooser().run()     Filechooser().run()
 </code> </code>
-**filechooser.kv** 
  
-<code python>+<code python filechooser.kv>
 #:kivy 1.1.0 #:kivy 1.1.0
  
Ligne 303: Ligne 297:
 {{:Spinner.jpg?200|Spinner.jpg Spinner.jpg}} {{:Spinner.jpg?200|Spinner.jpg Spinner.jpg}}
  
-<code python>+<code python spinner_ex.py>
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 331: Ligne 325:
 {{:Listview1.png?300|Listview1.png Listview1.png}} {{:Listview1.png?300|Listview1.png Listview1.png}}
  
-<code python>+<code python list_view.py>
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 356: Ligne 350:
 Des onglets classiques: {{:Tabbed1.png?300|fig:Tabbed1.png}} Des onglets classiques: {{:Tabbed1.png?300|fig:Tabbed1.png}}
  
-<code python>+<code python tabbed_panel.py>
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 408: Ligne 402:
 Double clic pour plein écran ! {{:Videoplayer1.png?300|fig:Videoplayer1.png}} Double clic pour plein écran ! {{:Videoplayer1.png?300|fig:Videoplayer1.png}}
  
-**videoplayerdemo.py** +<code python videoplayerdemo.py>
- +
-<code python>+
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 446: Ligne 438:
 Le clavier seul: {{:Vkeyboard1.png?300|fig:Vkeyboard1.png}} Le clavier seul: {{:Vkeyboard1.png?300|fig:Vkeyboard1.png}}
  
-<code python>+<code python clavier.py>
 #! /usr/bin/env python3 #! /usr/bin/env python3
 # -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
Ligne 463: Ligne 455:
     VkeyboardApp().run()     VkeyboardApp().run()
 </code> </code>
-{{tag>kivy sb}}+ 
 +{{tag>kivy sb python3}}
kivy_liste_des_elements_graphiques_widgets_complexes.txt · Dernière modification : 2020/12/01 17:43 de serge