Pyqt4 最小化与最大化按钮显示

本文介绍了PyQt4中如何管理和显示窗口的最小化与最大化功能。重点探讨了Qt.Widget、Qt.Window、Qt.Dialog、Qt.Sheet、Qt.Drawer、Qt.Popup和Qt.Tool等窗口类型在实现窗口操作中的应用。
摘要由CSDN通过智能技术生成
#设置最小化与最大化按钮
self.setWindowFlags(QtCore.Qt.Window)

参考:
file:///D:/Program Files (x86)/Python27/Lib/site-packages/PyQt4/doc/html/qt.html#WindowType-enum

Qt.Widget

0x00000000  This is the default type for QWidget. Widgets of this type are child widgets if they have a parent, and independent windows if they have no parent. See also Qt.Window and Qt.SubWindow.

Qt.Window

0x00000001  Indicates that the widget is a window, usually with a window system frame and a title bar, irrespective of whether the widget has a parent or not. Note that it is not possible to unset this flag if the widget does not have a parent.

Qt.Dialog


                
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值