当前位置:   article > 正文

qt 设置ui窗口为固定大小_QT编写的自定义UI示例-自定义标题栏支持最小化最大化关闭双击鼠标拖动改变大小等...

qt的ui界面设置为固定

#widget_main{

border:1px solid rgb(100, 149, 237);

}

#widget_title{

background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(27, 137, 202, 255), stop:1 rgba(16, 119, 181, 255));

}

#lab_Title{

font: 10pt "微软雅黑";

color: rgb(255, 255, 255);

}

#widget_menu .QPushButton{

color: rgb(183, 218, 238);

background-color:rgba(0,0,0,0);

border-style:none;

}

#widget_menu .QPushButton:hover{

background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(25, 134, 199, 0), stop:1 rgba(72, 160, 212, 255));

}

#widget_menu #btnMenu_Close:hover{

background-color: qlineargradient(spread:pad, x1:0, y1:1, x2:0, y2:0, stop:0 rgba(238, 0, 0, 128), stop:1 rgba(238, 44, 44, 255));

}

#widget_main .QPushButton{

border-style:none;

border: 0px;

font: 10pt "微软雅黑";

color: rgb(255, 255, 255);

padding: 4px;

min-width: 45px;

min-height: 25px;

}

#widget_main .QPushButton{

background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(92, 172, 238, 255), stop:1 rgba(100, 149, 237, 255));

}

#widget_main .QPushButton:hover{

background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(27, 137, 202, 255), stop:1 rgba(16, 119, 181, 255));

}

#widget_main .QPushButton:pressed{

background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(92, 172, 238, 255), stop:1 rgba(100, 149, 237, 255));

}

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/521485
推荐阅读
相关标签
  

闽ICP备14008679号