V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
davepkxxx
V2EX  ›  Python

PyQt 里如何做到隐藏组件,但是位置留着?

  •  
  •   davepkxxx ·
    davepkxxx · Oct 2, 2013 · 5863 views
    This topic created in 4591 days ago, the information mentioned may be changed or developed.
    就是类似于 css 里的 visibility: hidden; 的效果。我试过 QWidget.hide() 、 QWidget.setHidden(True) 、 QWidget.setVisible(False) 三个方法,效果和 css 里的 display: none; 效果一样。
    4 replies    1970-01-01 08:00:00 +08:00
    yelite
        1
    yelite  
       Oct 2, 2013
    试试QStackedWidget,往里面添加你要隐藏的widget和一个QSpacerItem
    PrideChung
        2
    PrideChung  
       Oct 2, 2013
    考虑调透明度?
    davepkxxx
        3
    davepkxxx  
    OP
       Oct 2, 2013
    @PrideChung 透明度是哪个参数?
    PrideChung
        4
    PrideChung  
       Oct 2, 2013
    @davepkxxx 不知道,我不会Python,不过一般都是这么干的。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5625 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 01:31 · PVG 09:31 · LAX 18:31 · JFK 21:31
    ♥ Do have faith in what you're doing.