久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

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

  • <tfoot id='HwwOG'></tfoot>
    <i id='HwwOG'><tr id='HwwOG'><dt id='HwwOG'><q id='HwwOG'><span id='HwwOG'><b id='HwwOG'><form id='HwwOG'><ins id='HwwOG'></ins><ul id='HwwOG'></ul><sub id='HwwOG'></sub></form><legend id='HwwOG'></legend><bdo id='HwwOG'><pre id='HwwOG'><center id='HwwOG'></center></pre></bdo></b><th id='HwwOG'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='HwwOG'><tfoot id='HwwOG'></tfoot><dl id='HwwOG'><fieldset id='HwwOG'></fieldset></dl></div>
  • <small id='HwwOG'></small><noframes id='HwwOG'>

    <legend id='HwwOG'><style id='HwwOG'><dir id='HwwOG'><q id='HwwOG'></q></dir></style></legend>

        如何在 Kivy 中擁有多個窗口?

        How do I have multiple windows in Kivy?(如何在 Kivy 中擁有多個窗口?)

      1. <tfoot id='QrmG1'></tfoot>
          <tbody id='QrmG1'></tbody>

              <i id='QrmG1'><tr id='QrmG1'><dt id='QrmG1'><q id='QrmG1'><span id='QrmG1'><b id='QrmG1'><form id='QrmG1'><ins id='QrmG1'></ins><ul id='QrmG1'></ul><sub id='QrmG1'></sub></form><legend id='QrmG1'></legend><bdo id='QrmG1'><pre id='QrmG1'><center id='QrmG1'></center></pre></bdo></b><th id='QrmG1'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='QrmG1'><tfoot id='QrmG1'></tfoot><dl id='QrmG1'><fieldset id='QrmG1'></fieldset></dl></div>
              • <legend id='QrmG1'><style id='QrmG1'><dir id='QrmG1'><q id='QrmG1'></q></dir></style></legend>

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

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

                  本文介紹了如何在 Kivy 中擁有多個窗口?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  我正在嘗試從完全不同的 GUI 打開一個 GUI.我正在桌面上開發,并且窗口的大小彼此不同.我查看了屏幕管理器,但感覺好像有更簡單的方法可以做到這一點.

                  I am trying to open one GUI from a completely different GUI. I am developing on a desktop and the windows have different sizes from each other. I looked at screen manager but I feel as if there is an easier way to do this.

                  提前致謝!

                  推薦答案

                  有可能,但有點不方便.問題是 kivy 每個應用程序僅支持一個窗口,因此您需要以某種方式解決它.我個人只是在一個窗口中使用多個 *Layouts(它們是具有不同功能的不同 GUI),并根據需要顯示和隱藏它們.顯然這種方法有其局限性,eg它不支持多顯示器,但它很簡單.

                  It's possible, but kinda inconvenient. The issue is that kivy supports only one window per app, so you need to work around it somehow. I personally just use multiple *Layouts (which are different GUIs with different functions) in a single window, showing and hiding them as necessary. Obviously this approach has its restrictions, eg it doesn't support multiple monitors, but it's as simple as it gets.

                  然后有一個問題 在這里,人們為每個窗口生成單獨的 kivy 應用程序,從而獲得可以相對拖動和調整大小的窗口.它需要一些子進程的擺弄和應用程序之間的通信,但這種方法更強大.

                  Then there is a question here on SO where people spawn separate kivy apps for every window, thus getting windows that can be dragged and resized relatively. It requires some fiddling with subprocesses and communicating between apps, but this method is more powerful.

                  據我所知,ScreenManager 對您沒有幫助:它只允許為同一個窗口定義多個小部件樹并在它們之間動態切換.這是觸摸屏上的正常用例,但在桌面上幾乎沒有意義.老實說,這對于 kivy 中的很多事情都是正確的.如果你以后不打算轉向手機,Tkinter 或 PyQT 可能是比 kivy 更好的選擇.

                  ScreenManager, as I understand, doesn't help you: it allows just to define multiple widget trees for the same window and switch between them on the fly. It's a normal use case on touchscreens, but makes pretty little sense on desktop. Which is true for quite a few things in kivy, to be honest. If you don't plan to move to mobiles later, Tkinter or PyQT may be a better choice than kivy.

                  這篇關于如何在 Kivy 中擁有多個窗口?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                  【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                  相關文檔推薦

                  How to make a discord bot that gives roles in Python?(如何制作一個在 Python 中提供角色的不和諧機器人?)
                  Discord bot isn#39;t responding to commands(Discord 機器人沒有響應命令)
                  Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關于我嗎?Discord 機器人的功能?(不和諧.py))
                  message.channel.id Discord PY(message.channel.id Discord PY)
                  How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機器人?)
                  discord.py - Automaticaly Change an Role Color(discord.py - 自動更改角色顏色)

                      <tfoot id='stZSR'></tfoot><legend id='stZSR'><style id='stZSR'><dir id='stZSR'><q id='stZSR'></q></dir></style></legend>
                      • <bdo id='stZSR'></bdo><ul id='stZSR'></ul>
                        <i id='stZSR'><tr id='stZSR'><dt id='stZSR'><q id='stZSR'><span id='stZSR'><b id='stZSR'><form id='stZSR'><ins id='stZSR'></ins><ul id='stZSR'></ul><sub id='stZSR'></sub></form><legend id='stZSR'></legend><bdo id='stZSR'><pre id='stZSR'><center id='stZSR'></center></pre></bdo></b><th id='stZSR'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='stZSR'><tfoot id='stZSR'></tfoot><dl id='stZSR'><fieldset id='stZSR'></fieldset></dl></div>

                          <tbody id='stZSR'></tbody>

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

                            主站蜘蛛池模板: 色av一区| 久草色视频 | 精品国产青草久久久久福利 | 亚洲有码转帖 | 成人久久一区 | 精品一区二区久久久久久久网站 | 黄色片视频 | 成人在线h| 99re在线视频免费观看 | 逼逼视频| 精品日韩一区二区 | 久久中文字幕一区 | 日韩一区二区三区精品 | 欧美精品一区二区三区在线 | 亚洲欧美男人天堂 | 免费午夜电影 | 91精品国产91久久久久久最新 | 99pao成人国产永久免费视频 | 一级黄在线观看 | 99精品视频一区二区三区 | 成人国产精品久久久 | 亚洲超碰在线观看 | 麻豆毛片 | 亚洲女人天堂成人av在线 | 免费人成激情视频在线观看冫 | 国产伦精品一区二区 | 欧美aaaaaaaa | 色网站在线免费观看 | 国产精品久久久久久久久久久久午夜片 | 久久精品国产精品青草 | 日韩在线资源 | 国产成人精品一区二区三区四区 | 亚洲人的av| 精品国产欧美一区二区三区成人 | 一区二区三区欧美 | 99精品久久99久久久久 | av中文字幕在线播放 | 在线免费观看黄网 | 性一交一乱一透一a级 | 最新国产精品 | 亚洲电影第三页 |