WidgetPlot2D
0
0
904
531
Form
/******************** QGroupBox ***********************/
QGroupBox#plotUiGroup, #plotShowGroup, #plotOperGroup, #plotSetupGroup
{
min-width: 150px;
max-width: 150px;
min-height: 100px;
max-height: 100px;
border: 1px solid darkGreen;
border-radius: 8px;
background: rgba(250, 240, 230, 0.7); /*背景半透明 */
margin: 5px 0px 0px 0px;
}
QGroupBox#plotGroup
{
border: 1px solid darkGreen;
border-radius: 3px;
margin: 5px 0px 0px 0px;
}
QGroupBox::title
{
subcontrol-origin: margin;
subcontrol-position: top;
}
/****************** QPushButton *******************/
QPushButton#clearPBtn, #fullShowPBtn, #savePBtn, #openPBtn, #pausePBtn
{
border: 1px solid black;
background-color: lightGray;
width: 25px;
height: 20px;
border-radius: 5px; /* 边框圆角半径 */
}
QPushButton#clearPBtn:hover, #fullShowPBtn:hover, #savePBtn:hover, #openPBtn:hover, #pausePBtn:hover
{
border: 1px solid darkCyan;
border-radius: 5px; /* 边框圆角半径 */
}
QPushButton#clearPBtn:pressed, #fullShowPBtn:pressed, #savePBtn:pressed, #openPBtn:pressed, #pausePBtn:pressed
{
color: white;
border: 1px solid darkCyan;
background-color: darkCyan; /* 背景 */
border-radius: 5px; /* 边框圆角半径 */
}
/***********************QScrollBar****************************/
-
Qt::Horizontal
Qt::Vertical
0
0
1
1
5
1
1
-
0
0
-
Qt::Horizontal
-
-
颜色
Qt::AlignCenter
-
-
坐标颜色
-
主题
-
背景颜色
-
-
-
显示
Qt::AlignCenter
-
自适应量程
-
显示子网格
-
时间轴:
-
s
1
999999999
10
-
全程
-
152
107
操作
Qt::AlignCenter
-
整图
false
-
清除
-
保存
-
暂停
:/image/pause.png:/image/pause.png
-
Qt::Horizontal
40
20
-
0
0
绘图状态
1
QCustomPlot
QWidget
1