12345678910111213141516171819202122232425262728293031323334353637 |
-
- QWidget#FindLineResultWidget QLabel#lab_result
- QWidget#FindLineResultWidget QLabel#label
- QWidget#FindLineResultWidget QLabel#label_15
- {
- font-weight: 500;
- color:#000000;
- }
- QWidget#FindLineResultWidget QTabWidget
- {
- border:0px;
- qproperty-tabPosition: North;
- }
- QWidget#FindLineResultWidget QTabBar::tab
- {
- border:0px;
- width: 90px;
- height: 40px;
- background-color: #f2f3f4;
- }
- QWidget#FindLineResultWidget QTabBar::tab:selected
- {
- border:0px;
- width: 90px;
- height: 40px;
- background-color:#c1c2c3;
- color: #ff2d2d;
- }
- QWidget#FindLineResultWidget QTabWidget::pane
- {
- border: 1px solid #b9bfc8;
- background:#ffffff;
- }
|