Hailin Wang

Results 10 issues of Hailin Wang

## Description `autoclasstoc` seems to only work on html build, this pull request tries to support the LaTeX build. For example, with the following simple usage: ```rst .. autoclass:: pandas.DataFrame...

When the popup mode is MenuButtonPopup, the position of the menu arrow can not be changed to bottom via QSS styles since the layout is always horizontal. Relates to #7...

bug

File options dialog can be implemented

enhancement

The default style is still very primary, Word-like styles can be implemented based on QSS styles

enhancement
style

Currently, we use a QGridLayout to manage widgets in the panels, causing all the widgets in the same column have the same widths. A different layout (i.e., QHBoxLayout) can be...

enhancement
customization

Using a decorator to inherit the docstring would be very useful. For example, the decorator's definition would be like this: ```python from typing import Callable, Literal def inherit_docstring(func: Callable =...

## Description of the implementation - The python package is placed in the `python` directory to avoid conflicts. - The `llvm-project` branch `v6.x` is submoduled in `python/llvm-project` and is included...