123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- QFrame#framePropertyWnd{
- border: 0px;
- }
- QFrame#framePropertyTitle{
- background: #1C1C1C;
- border-top: 1px solid #070707;
- }
- QStackedWidget#stackedWidget{
- background-color: #28292B;
- }
- /* 切换属性页(所有属性、常用属性、图像格式)的按钮 */
- QPushButton#btnfeatures,
- QPushButton#btnSettings,
- QPushButton#btnImageFormat,
- QPushButton#btnGPIO {
- max-height: 42;
- max-width: 1000;
- min-width: 50px;
- min-height: 42px;
- height: 42px;
- background: #1C1C1C;
- border: 0px solid #1C1C1C;
- border-radius: 0px;
- color: #737374;
- padding-left: 4px;
- padding-right: 4px;
- }
- QPushButton#btnfeatures:checked,
- QPushButton#btnSettings:checked,
- QPushButton#btnImageFormat:checked,
- QPushButton#btnGPIO:checked {
- color: #FFFFFF;
- border-bottom: 3px solid #FF2D2D;
- }
- QPushButton#btnfeatures:hover,
- QPushButton#btnSettings:hover,
- QPushButton#btnImageFormat:hover,
- QPushButton#btnGPIO:hover {
- color: #FFFFFF;
- }
- /* 展开属性列表 */
- QPushButton#btnExpandProperty{
- background:#28292b;
- min-width: 18px;
- max-width: 18px;
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowRight_Normal.png);
- background-repeat: repeat-x;
- background-position: left;
- border-top: 1px solid #000000;
- }
- QPushButton#btnExpandProperty:hover {
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowRight_Hover.png);
- }
- QPushButton#btnExpandProperty:pressed {
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowRight_Pressed.png);
- }
- /* 收缩属性列表 */
- QPushButton#btnCollpaseProperty{
- background: rgba(0, 0, 0, 180);
- min-width: 17px;
- min-height: 32px;
- max-width: 17px;
- max-height:32px;
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowLeft_Normal.png);
- background-repeat: repeat-x;
- background-position: left;
- }
- QPushButton#btnCollpaseProperty:hover {
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowLeft_Hover.png);
- }
- QPushButton#btnCollpaseProperty:pressed {
- background-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_ArrowLeft_Pressed.png);
- }
- /* 属性页--所有属性 */
- CPropertyFeaturesForm{
- background: #28292b;
- }
- /* */
- CPropertyFeaturesForm QFrame#frame{
- min-height:42;
- max-height:42;
- }
- /* 收缩、展开属性树 */
- CPropertyFeaturesForm QToolButton#btnExpand {
- max-height:22;
- max-width:38;
- border:0px solid #808080;
- border-radius: 0px;
- min-width: 38px;
- min-height: 22px;
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_FoldUnfold_Normal.png);
- }
- CPropertyFeaturesForm QToolButton#btnExpand:hover {
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_FoldUnfold_Hover.png);
- }
- CPropertyFeaturesForm QToolButton#btnExpand:pressed {
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_FoldUnfold_Pressed.png);
- }
- /* 属性搜索关键字 */
- CPropertyFeaturesForm QLineEdit#lineEditKey {
- selection-background-color: #797c81;
- selection-color: #FFFFFF;
- background: #373839;
- border-radius: 1;
- margin-bottom: 1px;
- border: 0px solid #FFFFFF;
- }
- CPropertyFeaturesForm QLineEdit#lineEditKey:focus {
- border: 1px solid #FF2D2D;
- }
- /* 清除属性搜索关键字 */
- CPropertyFeaturesForm QPushButton#btnClear {
- min-width: 22;
- min-height: 22;
- max-width: 22;
- max-height: 22;
- width: 22;
- height: 22;
- padding: 0 0 0 0;
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_Search_Cancel_Normal.png);
- background: #373839;
- border-radius: 1;
- }
- CPropertyFeaturesForm QPushButton#btnClear:hover{
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_Search_Cancel_Hover.png);
- }
- CPropertyFeaturesForm QPushButton#btnClear:pressed{
- border-image: url(Skins/Default/MVSDKGuiQt/Btn_DevProperty_Search_Cancel_Pressed.png);
- }
- CPropertyFeaturesForm QPushButton#btnClear:disabled{
- border-image: url(Skins/Default/MVSDKGuiQt/Icon_DevProperty_Search.png);
- }
- /* */
- CPropertyFeaturesForm QFrame#frame_bottom {
- background: #1c1c1c;
- border: 0px solid #000000;
- min-height: 42px;
- max-height: 42px;
- }
- CPropertyFeaturesForm QFrame#line {
- background: #3e3d3d;
- border: 0px solid #000000;
- min-width: 1px;
- max-width: 1px;
- }
- /* 恢复出厂设置 */
- CPropertyFeaturesForm QToolButton#btnReset {
- background: #1c1c1c;
- border: 0px solid #000000;
- min-width: 110px;
- }
- CPropertyFeaturesForm QToolButton#btnReset:hover {
- background: #1c1c1c;
- border: 0px solid #000000;
- color: #FFFFFF;
- }
- /* 属性树中的属性可见度(Beginner、Expert、Guru) */
- CPropertyFeaturesForm QComboBox{
- min-height:29;
- max-height:29;
- height:29;
- }
- CPropertyFeaturesForm QComboBox#cbVisibility{
- min-width:68;
- max-width:68;
- width: 68;
- min-height:24;
- max-height:24;
- height:24;
- }
- CPropertyFeaturesForm QLabel#label_visibility{
- max-width: 50;
- min-width: 50;
- background: transparent;
- }
- /* 属性树 */
- CPropertyFeaturesForm QTreeView{
- show-decoration-selected: 1;
- background-color: #28292B;
- border: 0 solid #a6aaa8;
- selection-background-color: #414244;
- selection-color: #FFFFFF;
- alternate-background-color: #1F2021;
- }
- /* 属性树中的QLineEdit(例如DeviceUserID)、SpinBox(例如Width) */
- CPropertyFeaturesForm QLineEdit, CPropertyFeaturesForm QAbstractSpinBox {
- border: 1 solid #FF2D2D;
- selection-background-color: #797c81;
- selection-color: #FFFFFF;
- background:rgb(33,34,35);
- }
- CPropertyFeaturesForm QLineEdit:focus, CPropertyFeaturesForm QAbstractSpinBox:focus{
- border: 1 solid #FF2D2D;
- selection-background-color: #797c81;
- selection-color: #FFFFFF;
- background:rgb(33,34,35);
- }
- /* 属性树中的按钮(例如TriggerSoftware) */
- CPropertyFeaturesForm QPushButton{
- height:25px;
- min-height: 25px;
- max-height: 25px;
- }
- CPropertyFeaturesForm QPushButton:default, CPropertyFeaturesForm QPushButton[highlight="1"] {
- background: #2e2f31;
- }
- CPropertyFeaturesForm QPushButton:default:hover, CPropertyFeaturesForm QPushButton[highlight="1"]:hover {
- background: #323336;
- }
- CPropertyFeaturesForm QPushButton:default:pressed, CPropertyFeaturesForm QPushButton[highlight="1"]:pressed {
- background: #28292b;
- }
- CPropertyFeaturesForm QWidget#myPushButton{
- border: 0px;
- }
- /* 属性树下面的属性说明(Min、Max、Type等) */
- CPropertyFeaturesForm QTextEdit {
- margin-top: 10px;
- }
- CPropertyFeaturesForm QTextEdit {
- background: #28292B;
- border: 0px solid #000000;
- selection-background-color: #797c81;
- selection-color: #FFFFFF;
- }
- CPropertyFeaturesForm QTextEdit:focus{
- border: 0 solid #000000;
- }
- /* 属性页--常用属性 */
- CPropertySettingsForm QScrollArea{
- border: 0px solid #000000;
- }
- CPropertySettingsForm QWidget#widget{
- background-color: #28292B;
- }
- CPropertySettingsForm QFrame#line_FrameRate,
- CPropertySettingsForm QFrame#line_Exposure,
- CPropertySettingsForm QFrame#line_GainGamma,
- CPropertySettingsForm QFrame#line_Denoising,
- CPropertySettingsForm QFrame#line_Sharpness,
- CPropertySettingsForm QFrame#line_Brightness,
- CPropertySettingsForm QFrame#line_Contrast{
- background-color: #1C1C1C;
- max-height: 1;
- border:0px solid #1C1C1C;
- }
- /* 常用属性页面的下拉框 */
- CPropertySettingsForm QComboBox{
- min-width: 168;
- max-width: 185;
- min-height: 26;
- }
- /* 常用属性页面的SpinBox */
- CPropertySettingsForm QDoubleSpinBox, CPropertySettingsForm QSpinBox {
- min-height: 24px;
- padding-right: 0px;
- border: 0 solid #242424;
- background: transparent;
- color: #e5e5e5;
- font-size:12;
- min-width:65;
- max-width:65;
- }
- CPropertySettingsForm QDoubleSpinBox:hover, CPropertySettingsForm QSpinBox:hover{
- color: #FFFFFF;
- }
- CPropertySettingsForm QDoubleSpinBox:focus, CPropertySettingsForm QSpinBox:focus{
- border: 1 solid #ff2d2d;
- }
- CPropertySettingsForm QDoubleSpinBox:disabled, CPropertySettingsForm QSpinBox:disabled{
- background: transparent;
- color: #9d9d9d;
- }
- /* 常用属性页面的滑动条 */
- CPropertySettingsForm QSlider{
- min-width:90;
- }
- /* 常用属性页面的标签 */
- CPropertySettingsForm QLabel{
- min-width:112;
- min-height:40;
- max-width:112;
- color:#B3B3B3;
- font-size:12;
- background-color:transparent;
- }
- /* */
- CPropertySettingsForm QLabel#SpinBoxLabel,
- CPropertyImageFormatForm QLabel#SpinBoxLabel {
- background: #28292b;
- color: #e5e5e5;
- min-width: 20;
- min-height: 10;
- }
- CPropertySettingsForm QLabel#SpinBoxLabel:disabled,
- CPropertyImageFormatForm QLabel#SpinBoxLabel:disabled {
- color: #9d9d9d;
- }
- /* 属性页--图像格式 */
- CPropertyImageFormatForm QScrollArea{
- border: 0px solid #000000;
- }
- CPropertyImageFormatForm QWidget#scrollAreaWidgetContents{
- background: #28292b;
- }
- CPropertyImageFormatForm QFrame{
- background: transparent;
- }
- CPropertyImageFormatForm QFrame#line{
- background-color: #1C1C1C;
- max-height: 1;
- border:0px solid #1C1C1C;
- }
- /* 图像格式页面的标签 */
- CPropertyImageFormatForm QLabel{
- min-width:80;
- max-width:80;
- color:#9d9d9d;
- font-size:12;
- background: transparent;
- }
- CPropertyImageFormatForm QLabel#labelTitle{
- color:#B3B3B3;
- }
- /* 图像格式页面的按钮 */
- CPropertyImageFormatForm QPushButton{
- min-width: 140px;
- height: 26px;
- }
- /* 图像格式页面的SpinBox */
- CPropertyImageFormatForm QDoubleSpinBox, CPropertyImageFormatForm QSpinBox {
- min-height: 24px;
- padding-right: 0px;
- border: 0 solid #242424;
- background: transparent;
- color: #e5e5e5;
- font-size:12;
- min-width:50;
- max-width:50;
- }
- CPropertyImageFormatForm QDoubleSpinBox:hover, CPropertyImageFormatForm QSpinBox:hover{
- color: #FFFFFF;
- }
- CPropertyImageFormatForm QDoubleSpinBox:focus, CPropertyImageFormatForm QSpinBox:focus{
- border: 1 solid #ff2d2d;
- }
- CPropertySettingsForm QDoubleSpinBox:disabled, CPropertySettingsForm QSpinBox:disabled{
- background: transparent;
- color: #9d9d9d;
- }
- /* 图像格式页面的滑动条 */
- CPropertyImageFormatForm QSlider{
- min-width:130;
- }
- /* 图像格式页面的下拉框 */
- CPropertyImageFormatForm QComboBox{
- min-width:60;
- min-height: 24;
- }
|