Remove STYLESHEET class attribute from docstrings.
This commit is contained in:
parent
0d42eaa152
commit
a4c87b4c54
@ -42,7 +42,6 @@ class CompletionView(QTreeView):
|
||||
Highlights completions based on marks in the Role.marks data.
|
||||
|
||||
Class attributes:
|
||||
STYLESHEET: The stylesheet template for the CompletionView.
|
||||
COLUMN_WIDTHS: A list of column widths, in percent.
|
||||
|
||||
Attributes:
|
||||
|
@ -40,9 +40,6 @@ class StatusBar(QWidget):
|
||||
|
||||
"""The statusbar at the bottom of the mainwindow.
|
||||
|
||||
Class attributes:
|
||||
STYLESHEET: The stylesheet template.
|
||||
|
||||
Attributes:
|
||||
cmd: The Command widget in the statusbar.
|
||||
txt: The Text widget in the statusbar.
|
||||
|
@ -28,11 +28,7 @@ from qutebrowser.config import style
|
||||
|
||||
class Progress(QProgressBar):
|
||||
|
||||
"""The progress bar part of the status bar.
|
||||
|
||||
Class attributes:
|
||||
STYLESHEET: The stylesheet template.
|
||||
"""
|
||||
"""The progress bar part of the status bar."""
|
||||
|
||||
# FIXME for some reason, margin-left is not shown
|
||||
STYLESHEET = """
|
||||
|
@ -36,9 +36,6 @@ class UrlText(textbase.TextBase):
|
||||
|
||||
"""URL displayed in the statusbar.
|
||||
|
||||
Class attributes:
|
||||
STYLESHEET: The stylesheet template.
|
||||
|
||||
Attributes:
|
||||
normal_url: The normal URL to be displayed as a UrlType instance.
|
||||
normal_url_type: The type of the normal URL as a UrlType instance.
|
||||
|
Loading…
Reference in New Issue
Block a user