123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
-
- QWidget#FindLinesConfigWidget QTabWidget
- {
- border:0px;
- qproperty-tabPosition: North;
- }
- QWidget#FindLinesConfigWidget QTabBar::tab
- {
- border:0px;
- width: 80px;
- height: 40px;
- text-align: center;
- background-color: #f2f3f4;
- }
- QWidget#FindLinesConfigWidget QTabBar::tab:selected
- {
- border:0px;
- width: 80px;
- height: 40px;
- background-color:#c1c2c3;
- text-align: center;
- color: #ff2d2d;
- }
- QWidget#FindLinesConfigWidget QTabWidget::pane
- {
- border: 1px solid #b9bfc8;
- background:#ffffff;
- }
- QWidget#FindLinesResultWidget QTabWidget
- {
- border:0px;
- qproperty-tabPosition: North;
- }
- QWidget#FindLinesResultWidget QTabBar::tab
- {
- border:0px;
- width: 80px;
- height: 40px;
- text-align: center;
- background-color: #f2f3f4;
- }
- QWidget#FindLinesResultWidget QTabBar::tab:selected
- {
- border:0px;
- width: 80px;
- height: 40px;
- background-color:#c1c2c3;
- text-align: center;
- color: #ff2d2d;
- }
- QWidget#FindLinesResultWidget QTabWidget::pane
- {
- border: 1px solid #b9bfc8;
- background:#ffffff;
- }
|