/* This CSS code specifies the styling for a QTableWidget, which is a widget that displays data in a grid format. Here, we set the background color, border, padding, and border radius of the widget. We also set the background color for alternate rows and the selection background color. The font is set to a 9pt size using the "苹方-简" font. */

/* Styling for the QHeaderView, which is the header section of the table widget. We set the background color and border radius. */

/* Styling for the sections of the header. We set the background color, font size, and border. */

/* Styling for the first section of the header, which has a different border radius than the others. */

/* Styling for the vertical scroll bar. We set the background color, border, border radius, width, and margin. */

/* Styling for the handle of the vertical scroll bar. We set the background color, border, and border radius. */

/* Styling for the pages of the vertical scroll bar. We set the background color. */

/* Styling for the lines of the vertical scroll bar. We set the background to be transparent. */

QTableWidget	background-color rgb52 59 70;	bordernone;	padding9px 9px 9px 9px;	border-radius8px;	alternate-background-colorrgb28 32 37;	selection-background-color rgba6714024760;	font 9pt 苹方-简;QTableW

原文地址: https://www.cveoy.top/t/topic/byDV 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录