5.hoverMenu.Main

主函数.

description: pyqt5悬浮下拉菜单

Created on 2018年7月7日

email: 625781186@qq.com

Global Attributes

None

Classes

MainWindow Class documentation goes here.

Functions

None


MainWindow

Class documentation goes here.

Derived from

QMainWindow, Ui_MainWindow

Class Attributes

app
qssStyle
styleFile
ui

Class Methods

None

Methods

MainWindow Constructor
enterEvent 自定义标题栏需要重置光标。

Static Methods

None

MainWindow (Constructor)

MainWindow(parent=None)

Constructor

parent (QWidget)
reference to the parent widget

MainWindow.enterEvent

enterEvent(e)

自定义标题栏需要重置光标。

Up