Made the title of the sub-categories bold.
This commit is contained in:
parent
53c6bccfe6
commit
df54239d67
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class SubCategory(QGroupBox):
|
|||
self.setSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
|
||||
self.setAlignment(Qt.AlignmentFlag.AlignLeading | Qt.AlignmentFlag.AlignVCenter)
|
||||
|
||||
self.setStyleSheet("QGroupBox{font-weight: bold;}")
|
||||
|
||||
self.layout = QFormLayout()
|
||||
self.setLayout(self.layout)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue