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

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

      1. <legend id='aazyA'><style id='aazyA'><dir id='aazyA'><q id='aazyA'></q></dir></style></legend>
        • <bdo id='aazyA'></bdo><ul id='aazyA'></ul>

      2. <small id='aazyA'></small><noframes id='aazyA'>

        <tfoot id='aazyA'></tfoot>
      3. PyQt5:如何安裝/運行 Qt 設計器

        PyQt5: How to install/run Qt Designer(PyQt5:如何安裝/運行 Qt 設計器)
          <legend id='zmivn'><style id='zmivn'><dir id='zmivn'><q id='zmivn'></q></dir></style></legend>
          <i id='zmivn'><tr id='zmivn'><dt id='zmivn'><q id='zmivn'><span id='zmivn'><b id='zmivn'><form id='zmivn'><ins id='zmivn'></ins><ul id='zmivn'></ul><sub id='zmivn'></sub></form><legend id='zmivn'></legend><bdo id='zmivn'><pre id='zmivn'><center id='zmivn'></center></pre></bdo></b><th id='zmivn'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='zmivn'><tfoot id='zmivn'></tfoot><dl id='zmivn'><fieldset id='zmivn'></fieldset></dl></div>

              <tbody id='zmivn'></tbody>

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

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

                1. <tfoot id='zmivn'></tfoot>
                  本文介紹了PyQt5:如何安裝/運行 Qt 設計器的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  現在感覺真的很愚蠢,但標題說明了一切:

                  Feeling really stupid, right now, but the title says it all:

                  如何啟動 QtDesigner?

                  How do you start the QtDesigner?

                  我已經通過 pip 安裝了 PyQt5 并且我相信已經將它的安裝目錄標識為

                  I've installed PyQt5 via pip and I believe to have identified the directory it's been installed in as

                  C:Users\%username%AppDataLocalProgramsPythonPython36Libsite-packagesPyQt5
                  

                  現在呢?有很多 .pyd 文件,也有一些 .dll,但沒有可執行文件(嗯,除了 ...site-packagesPyQt5Qtin 中的 QtWebEngineProcess.exe,但這聽起來不像我要找的.

                  Now what? There are a lot of .pyd files, some .dll's, too, but nothing executable (well, except a QtWebEngineProcess.exe in ...site-packagesPyQt5Qtin, but that doesn't sound like what I'm looking for.

                  推薦答案

                  最新的 PyQt5 輪子(可以通過 pip 安裝)只包含運行應用程序所需的內容,不包含開發工具.這適用于 PyQt 5.7 及更高版本.對于 PyQt 5.6 及更早的版本,還有一些適用于 Windows 的二進制包,其中還包含開發工具,這些仍然可以在 sourceforge.不過,PyQt 的維護者不打算進一步發布此類二進制包 - 現在只有運行時輪子可用,開發工具不會有官方輪子.

                  The latest PyQt5 wheels (which can be installed via pip) only contain what's necessary for running applications, and don't include the dev tools. This applies to PyQt versions 5.7 and later. For PyQt versions 5.6 and earlier, there are binary packages for Windows that also include the dev tools, and these are still available at sourceforge. The maintainer of PyQt does not plan on making any further releases of such binary packages, though - only the runtime wheels will now be made available, and there will be no official wheels for the dev tools.

                  鑒于此,有人創建了一個非官方的pyqt5-tools wheel(用于僅限 Windows).不過,這似乎還處于早期階段,因此可能跟不上最近的 PyQt5 版本.這意味著它可能并不總是可以通過 pip 安裝它.如果是這種情況,作為一種變通方法,可以將輪文件視為 zip 文件,并將內容提取到合適的位置.這應該允許您運行 pyqt5-tools/designer 文件夾中的 designer.exe 文件.

                  In light of this, someone has created an unofficial pyqt5-tools wheel (for Windows only). This appears to be in it's early stages, though, and so may not keep up with recent PyQt5 releases. This means that it may not always be possible to install it via pip. If that is the case, as a work-around, the wheel files can be treated as zip files and the contents extracted to a suitable location. This should then allow you to run the designer.exe file that is in the pyqt5-tools/designer folder.

                  最后,請注意,您還將在 sourceforge 中看到一些用于 PyQt5 的 zip 和 tar.gz 文件.但是,這些只包含源代碼,所以除非你打算自己編譯 PyQt5,否則對你毫無用處.并且要明確一點:從源代碼編譯仍然不會為您提供所有 Qt 開發工具.如果您走這條路,您還需要單獨安裝整個 Qt 開發工具包(然后為您提供開發工具).

                  Finally, note that you will also see some zip and tar.gz files at sourceforge for PyQt5. These only contain the source code, though, so will be no use to you unless you intend to compile PyQt5 yourself. And just to be clear: compiling from source still would not give you all the Qt dev tools. If you go down that route, you would need to install the whole Qt development kit separately as well (which would then get you the dev tools).

                  這篇關于PyQt5:如何安裝/運行 Qt 設計器的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  How to bind a function to an Action from Qt menubar?(如何將函數綁定到 Qt 菜單欄中的操作?)
                  PyQt progress jumps to 100% after it starts(PyQt 啟動后進度躍升至 100%)
                  How to set yaxis tick label in a fixed position so that when i scroll left or right the yaxis tick label should be visible?(如何將 yaxis 刻度標簽設置在固定位置,以便當我向左或向右滾動時,yaxis 刻度標簽應該可見
                  `QImage` constructor has unknown keyword `data`(`QImage` 構造函數有未知關鍵字 `data`)
                  Change x-axis ticks to custom strings(將 x 軸刻度更改為自定義字符串)
                  How to show progress bar while saving file to excel in python?(如何在python中將文件保存為excel時顯示進度條?)

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

                  1. <tfoot id='ODCYu'></tfoot>

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

                          <bdo id='ODCYu'></bdo><ul id='ODCYu'></ul>
                              <tbody id='ODCYu'></tbody>
                            主站蜘蛛池模板: 亚洲欧美视频一区 | 九九久久久久久 | 综合色导航 | 亚洲区在线| 国产色 | 日本久久网 | 欧美激情区 | 亚洲一区av | 欧美黄色片在线观看 | h视频在线观看免费 | 欧美久久久久久久久中文字幕 | 免费三级av | 视频在线一区二区 | 亚洲成人999| 国产精品久久久久久久三级 | 亚洲第一成人影院 | 蜜桃一区 | 成人免费视频在线观看 | 狠狠色网 | 欧美中文一区 | 欧美成人一区二区 | 91精品国产91久久久久久三级 | 国产美女永久免费无遮挡 | 伊人最新网址 | 一级高清免费毛片 | 精品网站999www| 久久99精品久久久久蜜桃tv | 日韩在线欧美 | 成人性视频免费网站 | 中文精品视频 | 国产精品欧美一区二区三区 | 精品久久久久久久 | 国产精品成人一区二区 | 国产成人久久久 | 国产精品免费一区二区三区四区 | 欧美精品一区二区在线观看 | 欧美精品欧美精品系列 | 日本一区二区不卡 | 精品无码久久久久久国产 | 免费视频一区二区 | 国产高清视频一区 |