国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

Qt tabwidget自定義樣式

2019-11-10 18:20:33
字體:
來源:轉載
供稿:網友

自定義處理如下:

1、tab組件無背景圖,無外框。

2、tab的標簽做處理:更換3個狀態下的背景圖,按下是綠色,閑置是黃色,鼠標掃過是紅色。按下時,其他狀態的tab比按下狀態的tab要矮6px。  

 

不廢話了,上代碼。

//tab組件的整體坐標、寬度,在創建之初new的時候就setGeometry了。

//pane 指整個tab組件 ,border-width 組件的外框寬度, border-color 外框顏色, border-style外框風格,比如outset就是凸出立體感,border-radius  外框的圓角像素。而本示例是無外框,無背景圖的。

QTabWidget::pane

{

border-width: 0px;

border-color:white;

border-style:outset;

border-radius: 3px;

background-color: rgb(132, 171, 208);

background: transparent;

}?

QTabWidget::tab-bar

{

left:0px;     //move to,tab標簽的起始位置,左移

}

QTabBar::tab

{

width: 160px; //tab標簽的寬度 長度  指的是單個標簽

height:46px;

font:20px;

color:white //tab上的字體顏色

}

QTabBar::tab:selected

{

margin-left: 1;  //距離left 1px

margin-right: 0;

color: white;

border-image: url(./image/call/1.png);

}

QTabBar::tab:!selected

{

color: white;

margin-left: 1;

margin-right: 0;

border-image: url(./image/call/2.png);

}

QTabBar::tab:hover:!selected

{

color: white;

margin-left: 1;

margin-right: 0;

border-image: url(./image/call/3.png);

}

QTabBar::tab:!selected

{

margin-top: 6px;   //距離top 6px 下移

margin-bottom: -6px; //距離bottom  6px 下移如果是正數則上移

}?


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 南开区| 九江县| 北海市| 巴里| 会宁县| 蒲城县| 农安县| 万载县| 平南县| 丁青县| 贺州市| 油尖旺区| 辽源市| 于田县| 咸阳市| 连州市| 公安县| 阿拉善右旗| 翁源县| 余江县| 门源| 昭觉县| 新晃| 长岭县| 富川| 余庆县| 体育| 梅河口市| 渭南市| 肃北| 长白| 呈贡县| 望江县| 巴彦县| 乌什县| 天台县| 宁化县| 汽车| 新泰市| 淳化县| 丹巴县|