QTabWidget窗格下的透明线

问题描述

我有一个QTabWidget和一个QTextEdit。 QTabWidget窗格下方有一条透明线,但选项卡没有

这肯定不是textedit,因为其边框在样式表中设置为0px。我用于标签的当前样式表是:

QTabWidget{
border:0px;
height:24px;
background-color:black;
}
QTabWidget::pane > QWidget {
    background-color: black;
    /*was trying to find whatever property to help me*/
    top:0px;
    border-top:0px;
    border:0px;
    margin: -14px -10px -10px -10px;
}
QTabWidget QTabBar{
background-color: black;
height:100%;
width:100%;
border:0px;
}

有什么方法可以删除/隐藏该行?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...