QFrame#configWidget { background:#ffffff; border:0px; border-bottom: 1px solid #dcdfe3; background-color: #f2f3f4; } CConfigWidget>QWidget { border:0px; background:#ffffff; } CConfigWidget QSpinBox,CConfigWidget QDoubleSpinBox { min-height:32px; max-height:32px; } CConfigWidget QTabWidget { border:0px; qproperty-tabPosition: South; } CConfigWidget QTabBar::tab { border:0px; width: 90px; height: 40px; background-color: #f2f3f4; } CConfigWidget QTabBar { background-color:#f2f3f4; } CConfigWidget QTabBar::tab:selected { border:0px; width: 90px; height: 40px; background-color: #ffffff; color: #ff2d2d; } CConfigWidget QTabWidget::pane { border:0px; background:#ffffff; } CConfigWidget QLineEdit { min-height: 32px; } CConfigWidget QComboBox { min-height:32px; max-height:32px; } QWidget#root QPushButton { width: 16px; height: 16px; border:0px; background-repeat: repeat-no-repeat; background-position: center; background-origin:content; border-image:url(Skins/MechHand/resource/tool_icon_edit_n.png); } QWidget#root QPushButton:hover { width: 16px; height: 16px; border-image:url(Skins/MechHand/resource/tool_icon_edit_h.png); } QWidget#root QPushButton:pressed { width: 16px; height: 16px; border-image:url(Skins/MechHand/resource/tool_icon_edit_p.png); } CConfigWidget QPushButton { background-color: #ffffff; border-radius: 3px; border: 1px solid #b9bfc8; color: #333333; } CConfigWidget QPushButton:hover { color: #333333; background-color: #f0f2f3; } CConfigWidget QPushButton:pressed { color: #333333; background-color: #f0f2f3; } CConfigWidget QPushButton:disabled { color: #cbcbcb; background-color: #ffffff; } QWidget#ContrastConfigWidget QPushButton#GetDefaultBtn { width: 120px; } QWidget#FitCircleConfigWidget QGroupBox#groupBox,QWidget#FitLineConfigWidget QGroupBox#groupBox { min-height:250px; } QWidget#PointLineConfigWidget QGroupBox#groupBoxDraw { min-height: 160px; } QWidget#Point2PointResultWidget QPushButton#buttonAngle { min-width: 60px; min-height: 32px; max-width: 60px; max-height: 32px; }