<legend id='NQpWG'><style id='NQpWG'><dir id='NQpWG'><q id='NQpWG'></q></dir></style></legend>
  • <small id='NQpWG'></small><noframes id='NQpWG'>

    <tfoot id='NQpWG'></tfoot>

        <bdo id='NQpWG'></bdo><ul id='NQpWG'></ul>
      1. <i id='NQpWG'><tr id='NQpWG'><dt id='NQpWG'><q id='NQpWG'><span id='NQpWG'><b id='NQpWG'><form id='NQpWG'><ins id='NQpWG'></ins><ul id='NQpWG'></ul><sub id='NQpWG'></sub></form><legend id='NQpWG'></legend><bdo id='NQpWG'><pre id='NQpWG'><center id='NQpWG'></center></pre></bdo></b><th id='NQpWG'></th></span></q></dt></tr></i><div id='NQpWG'><tfoot id='NQpWG'></tfoot><dl id='NQpWG'><fieldset id='NQpWG'></fieldset></dl></div>

        如何使用 Kivy 获取文本输入的值

        时间:2023-10-08

        <small id='2Q8jd'></small><noframes id='2Q8jd'>

        1. <tfoot id='2Q8jd'></tfoot>
          <i id='2Q8jd'><tr id='2Q8jd'><dt id='2Q8jd'><q id='2Q8jd'><span id='2Q8jd'><b id='2Q8jd'><form id='2Q8jd'><ins id='2Q8jd'></ins><ul id='2Q8jd'></ul><sub id='2Q8jd'></sub></form><legend id='2Q8jd'></legend><bdo id='2Q8jd'><pre id='2Q8jd'><center id='2Q8jd'></center></pre></bdo></b><th id='2Q8jd'></th></span></q></dt></tr></i><div id='2Q8jd'><tfoot id='2Q8jd'></tfoot><dl id='2Q8jd'><fieldset id='2Q8jd'></fieldset></dl></div>

          <legend id='2Q8jd'><style id='2Q8jd'><dir id='2Q8jd'><q id='2Q8jd'></q></dir></style></legend>
            <bdo id='2Q8jd'></bdo><ul id='2Q8jd'></ul>

                    <tbody id='2Q8jd'></tbody>
                  本文介绍了如何使用 Kivy 获取文本输入的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我是 Kivy 的新手,由于我无法在 PySide 上练习(一些动态库损坏或者我不知道是什么),我想试试这个巨大的工具.

                  I'm new to Kivy and as i'm not able to practice on PySide (some dynamic libraries broken or i don't know what) i want to try this huge tool.

                  我现在迷路了,我试着这样做:在 Kivy 应用中获取文本输入值

                  I'm lost right now, i tried to do like this : Get textinput value in Kivy app

                  但我不这样做:

                  <ProduitScreen>:
                      GridLayout:
                          rows: 3
                          cols: 2
                          padding: 10
                          spacing: 10
                          Label:
                              font_size: 20
                              text: 'Nom du produit'
                          TextInput:
                              font_size: 20
                              id: nom
                          Label:
                              font_size: 20
                              text: 'Prix'
                          TextInput:
                              font_size: 20
                              id: prix
                          Button:
                              text: 'Ajouter'
                              on_press: self.ajouter()
                          Button:
                              text: 'Quitter'
                              on_press: root.manager.current = 'menu'
                  

                  因此,带有Ajouter"字段文本的按钮必须允许我获取两个字段的值并将它们添加到列表中,但是:

                  So, the Button with the field text filled with 'Ajouter' has to permit me to get the value of both fields and add them into a list but :

                  AttributeError: 'Button' object has no attribute 'ajouter'
                  

                  在我的课堂上是这样定义的:

                  And in my class it's defined like that :

                  class ProduitScreen(Screen):
                      def ajouter():
                          print "%s au prix de %d a ete ajoute" % (self.nom.txt , float(self.prix.txt))
                  

                  有人能告诉我怎么做吗?

                  Does someone can tell me how to do that ?

                  blackquote 不保存缩进,所以有完整的代码 http://pastebin.com/W1WJ8NcL

                  EDIT : The blackquote doesn't save the indentation so there is the full code http://pastebin.com/W1WJ8NcL

                  推荐答案

                  ajouter 方法是 ProduitScreen 的成员而不是 Button 所以你应该使用 root 来引用它:

                  ajouter method is a member of ProduitScreen not Button so you should use root to refer to it:

                      Button:
                          text: 'Ajouter'
                          on_press: root.ajouter()
                  

                  同时解决您对 ajouter 的定义的问题:

                  Also fix issues on your definition of ajouter:

                  class ProduitScreen(Screen):
                      def ajouter(self):
                          print "%s au prix de %f a ete ajoute" % (self.nom.text , float(self.prix.text))
                  

                  为了在 Python 代码中使用 nomprix,请将其添加到 kv 代码中:

                  In order to use nom and prix inside your python code, add this to kv code:

                  <ProduitScreen>:
                      nom: nom
                      prix: prix
                  

                  这篇关于如何使用 Kivy 获取文本输入的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 kivy 中嵌套小部件 下一篇:使用 kivy textinput 的 'input_type' 属性的问题

                  相关文章

                  最新文章

                    <bdo id='eORkC'></bdo><ul id='eORkC'></ul>

                    1. <legend id='eORkC'><style id='eORkC'><dir id='eORkC'><q id='eORkC'></q></dir></style></legend>

                      <small id='eORkC'></small><noframes id='eORkC'>

                    2. <tfoot id='eORkC'></tfoot>
                      <i id='eORkC'><tr id='eORkC'><dt id='eORkC'><q id='eORkC'><span id='eORkC'><b id='eORkC'><form id='eORkC'><ins id='eORkC'></ins><ul id='eORkC'></ul><sub id='eORkC'></sub></form><legend id='eORkC'></legend><bdo id='eORkC'><pre id='eORkC'><center id='eORkC'></center></pre></bdo></b><th id='eORkC'></th></span></q></dt></tr></i><div id='eORkC'><tfoot id='eORkC'></tfoot><dl id='eORkC'><fieldset id='eORkC'></fieldset></dl></div>