123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
-
- 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;
- }
|