You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1230 lines
42 KiB
1230 lines
42 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>689</width>
|
|
<height>570</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>8</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>IFLYTOP-脉冲发生器</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">/*
|
|
Aqua Style Sheet for QT Applications
|
|
Author: Jaime A. Quiroga P.
|
|
Company: GTRONICK
|
|
Last updated: 22/01/2019, 07:55.
|
|
Available at: https://github.com/GTRONICK/QSS/blob/master/Aqua.qss
|
|
*/
|
|
QMainWindow {
|
|
background-color:#ececec;
|
|
}
|
|
QTextEdit {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QPlainTextEdit {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QToolButton {
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
QToolButton:hover{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
QToolButton:pressed{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(142,142,142);
|
|
}
|
|
QPushButton{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
QPushButton::default{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
QPushButton:hover{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(197, 197, 197), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(197, 197, 197));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(195, 195, 195), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
QPushButton:pressed{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: rgb(0,0,0);
|
|
padding: 2px;
|
|
background-color: rgb(142,142,142);
|
|
}
|
|
QPushButton:disabled{
|
|
border-style: solid;
|
|
border-top-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-right-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(217, 217, 217), stop:1 rgb(227, 227, 227));
|
|
border-left-color: qlineargradient(spread:pad, x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(227, 227, 227), stop:1 rgb(217, 217, 217));
|
|
border-bottom-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgb(215, 215, 215), stop:1 rgb(222, 222, 222));
|
|
border-width: 1px;
|
|
border-radius: 5px;
|
|
color: #808086;
|
|
padding: 2px;
|
|
background-color: rgb(142,142,142);
|
|
}
|
|
QLineEdit {
|
|
border-width: 1px; border-radius: 4px;
|
|
border-style: solid;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QLabel {
|
|
color: #000000;
|
|
}
|
|
QLCDNumber {
|
|
color: rgb(0, 113, 255, 255);
|
|
}
|
|
QProgressBar {
|
|
text-align: center;
|
|
color: rgb(240, 240, 240);
|
|
border-width: 1px;
|
|
border-radius: 10px;
|
|
border-color: rgb(230, 230, 230);
|
|
border-style: solid;
|
|
background-color:rgb(207,207,207);
|
|
}
|
|
QProgressBar::chunk {
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
|
|
border-radius: 10px;
|
|
}
|
|
QMenuBar {
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255));
|
|
}
|
|
QMenuBar::item {
|
|
color: #000000;
|
|
spacing: 3px;
|
|
padding: 1px 4px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(207, 209, 207, 255), stop:1 rgba(230, 229, 230, 255));
|
|
}
|
|
|
|
QMenuBar::item:selected {
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
color: #FFFFFF;
|
|
}
|
|
QMenu::item:selected {
|
|
border-style: solid;
|
|
border-top-color: transparent;
|
|
border-right-color: transparent;
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
border-bottom-color: transparent;
|
|
border-left-width: 2px;
|
|
color: #000000;
|
|
padding-left:15px;
|
|
padding-top:4px;
|
|
padding-bottom:4px;
|
|
padding-right:7px;
|
|
}
|
|
QMenu::item {
|
|
border-style: solid;
|
|
border-top-color: transparent;
|
|
border-right-color: transparent;
|
|
border-left-color: transparent;
|
|
border-bottom-color: transparent;
|
|
border-bottom-width: 1px;
|
|
color: #000000;
|
|
padding-left:17px;
|
|
padding-top:4px;
|
|
padding-bottom:4px;
|
|
padding-right:7px;
|
|
}
|
|
QTabWidget {
|
|
color:rgb(0,0,0);
|
|
background-color:#000000;
|
|
}
|
|
QTabWidget::pane {
|
|
border-color: rgb(223,223,223);
|
|
background-color:rgb(226,226,226);
|
|
border-style: solid;
|
|
border-width: 2px;
|
|
border-radius: 6px;
|
|
}
|
|
QTabBar::tab:first {
|
|
border-style: solid;
|
|
border-left-width:1px;
|
|
border-right-width:0px;
|
|
border-top-width:1px;
|
|
border-bottom-width:1px;
|
|
border-top-color: rgb(209,209,209);
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-bottom-color: rgb(229,229,229);
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
color: #000000;
|
|
padding: 3px;
|
|
margin-left:0px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
|
|
}
|
|
QTabBar::tab:last {
|
|
border-style: solid;
|
|
border-width:1px;
|
|
border-top-color: rgb(209,209,209);
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-right-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-bottom-color: rgb(229,229,229);
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
color: #000000;
|
|
padding: 3px;
|
|
margin-left:0px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
|
|
}
|
|
QTabBar::tab {
|
|
border-style: solid;
|
|
border-top-width:1px;
|
|
border-bottom-width:1px;
|
|
border-left-width:1px;
|
|
border-top-color: rgb(209,209,209);
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-bottom-color: rgb(229,229,229);
|
|
color: #000000;
|
|
padding: 3px;
|
|
margin-left:0px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(247, 247, 247, 255), stop:1 rgba(255, 255, 255, 255));
|
|
}
|
|
QTabBar::tab:selected, QTabBar::tab:last:selected, QTabBar::tab:hover {
|
|
border-style: solid;
|
|
border-left-width:1px;
|
|
border-right-color: transparent;
|
|
border-top-color: rgb(209,209,209);
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-bottom-color: rgb(229,229,229);
|
|
color: #FFFFFF;
|
|
padding: 3px;
|
|
margin-left:0px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
|
|
QTabBar::tab:selected, QTabBar::tab:first:selected, QTabBar::tab:hover {
|
|
border-style: solid;
|
|
border-left-width:1px;
|
|
border-bottom-width:1px;
|
|
border-top-width:1px;
|
|
border-right-color: transparent;
|
|
border-top-color: rgb(209,209,209);
|
|
border-left-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(209, 209, 209, 209), stop:1 rgba(229, 229, 229, 229));
|
|
border-bottom-color: rgb(229,229,229);
|
|
color: #FFFFFF;
|
|
padding: 3px;
|
|
margin-left:0px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
|
|
QCheckBox {
|
|
color: #000000;
|
|
padding: 2px;
|
|
}
|
|
QCheckBox:disabled {
|
|
color: #808086;
|
|
padding: 2px;
|
|
}
|
|
|
|
QCheckBox:hover {
|
|
border-radius:4px;
|
|
border-style:solid;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
padding-bottom: 1px;
|
|
padding-top: 1px;
|
|
border-width:1px;
|
|
border-color: transparent;
|
|
}
|
|
QCheckBox::indicator:checked {
|
|
|
|
height: 10px;
|
|
width: 10px;
|
|
border-style:solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
color: #000000;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QCheckBox::indicator:unchecked {
|
|
|
|
height: 10px;
|
|
width: 10px;
|
|
border-style:solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
color: #000000;
|
|
}
|
|
QRadioButton {
|
|
color: 000000;
|
|
padding: 1px;
|
|
}
|
|
QRadioButton::indicator:checked {
|
|
height: 10px;
|
|
width: 10px;
|
|
border-style:solid;
|
|
border-radius:5px;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
color: #a9b7c6;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QRadioButton::indicator:!checked {
|
|
height: 10px;
|
|
width: 10px;
|
|
border-style:solid;
|
|
border-radius:5px;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
color: #a9b7c6;
|
|
background-color: transparent;
|
|
}
|
|
QStatusBar {
|
|
color:#027f7f;
|
|
}
|
|
QSpinBox {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QDoubleSpinBox {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QTimeEdit {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QDateTimeEdit {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
QDateEdit {
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(0, 113, 255, 255), stop:1 rgba(91, 171, 252, 255));
|
|
}
|
|
|
|
QToolBox {
|
|
color: #a9b7c6;
|
|
background-color:#000000;
|
|
}
|
|
QToolBox::tab {
|
|
color: #a9b7c6;
|
|
background-color:#000000;
|
|
}
|
|
QToolBox::tab:selected {
|
|
color: #FFFFFF;
|
|
background-color:#000000;
|
|
}
|
|
QScrollArea {
|
|
color: #FFFFFF;
|
|
background-color:#000000;
|
|
}
|
|
QSlider::groove:horizontal {
|
|
height: 5px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
|
|
}
|
|
QSlider::groove:vertical {
|
|
width: 5px;
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
|
|
}
|
|
QSlider::handle:horizontal {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(207,207,207);
|
|
width: 12px;
|
|
margin: -5px 0;
|
|
border-radius: 7px;
|
|
}
|
|
QSlider::handle:vertical {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(207,207,207);
|
|
height: 12px;
|
|
margin: 0 -5px;
|
|
border-radius: 7px;
|
|
}
|
|
QSlider::add-page:horizontal {
|
|
background: rgb(181,181,181);
|
|
}
|
|
QSlider::add-page:vertical {
|
|
background: rgb(181,181,181);
|
|
}
|
|
QSlider::sub-page:horizontal {
|
|
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
|
|
}
|
|
QSlider::sub-page:vertical {
|
|
background-color: qlineargradient(spread:pad, y1:0.5, x1:1, y2:0.5, x2:0, stop:0 rgba(49, 147, 250, 255), stop:1 rgba(34, 142, 255, 255));
|
|
}
|
|
QScrollBar:horizontal {
|
|
max-height: 20px;
|
|
border: 1px transparent grey;
|
|
margin: 0px 20px 0px 20px;
|
|
}
|
|
QScrollBar:vertical {
|
|
max-width: 20px;
|
|
border: 1px transparent grey;
|
|
margin: 20px 0px 20px 0px;
|
|
}
|
|
QScrollBar::handle:horizontal {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(207,207,207);
|
|
border-radius: 7px;
|
|
min-width: 25px;
|
|
}
|
|
QScrollBar::handle:horizontal:hover {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(147, 200, 200);
|
|
border-radius: 7px;
|
|
min-width: 25px;
|
|
}
|
|
QScrollBar::handle:vertical {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(207,207,207);
|
|
border-radius: 7px;
|
|
min-height: 25px;
|
|
}
|
|
QScrollBar::handle:vertical:hover {
|
|
background: rgb(253,253,253);
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: rgb(147, 200, 200);
|
|
border-radius: 7px;
|
|
min-height: 25px;
|
|
}
|
|
QScrollBar::add-line:horizontal {
|
|
border: 2px transparent grey;
|
|
border-top-right-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
background: rgba(34, 142, 255, 255);
|
|
width: 20px;
|
|
subcontrol-position: right;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::add-line:horizontal:pressed {
|
|
border: 2px transparent grey;
|
|
border-top-right-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
background: rgb(181,181,181);
|
|
width: 20px;
|
|
subcontrol-position: right;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::add-line:vertical {
|
|
border: 2px transparent grey;
|
|
border-bottom-left-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
background: rgba(34, 142, 255, 255);
|
|
height: 20px;
|
|
subcontrol-position: bottom;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::add-line:vertical:pressed {
|
|
border: 2px transparent grey;
|
|
border-bottom-left-radius: 7px;
|
|
border-bottom-right-radius: 7px;
|
|
background: rgb(181,181,181);
|
|
height: 20px;
|
|
subcontrol-position: bottom;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::sub-line:horizontal {
|
|
border: 2px transparent grey;
|
|
border-top-left-radius: 7px;
|
|
border-bottom-left-radius: 7px;
|
|
background: rgba(34, 142, 255, 255);
|
|
width: 20px;
|
|
subcontrol-position: left;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::sub-line:horizontal:pressed {
|
|
border: 2px transparent grey;
|
|
border-top-left-radius: 7px;
|
|
border-bottom-left-radius: 7px;
|
|
background: rgb(181,181,181);
|
|
width: 20px;
|
|
subcontrol-position: left;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::sub-line:vertical {
|
|
border: 2px transparent grey;
|
|
border-top-left-radius: 7px;
|
|
border-top-right-radius: 7px;
|
|
background: rgba(34, 142, 255, 255);
|
|
height: 20px;
|
|
subcontrol-position: top;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::sub-line:vertical:pressed {
|
|
border: 2px transparent grey;
|
|
border-top-left-radius: 7px;
|
|
border-top-right-radius: 7px;
|
|
background: rgb(181,181,181);
|
|
height: 20px;
|
|
subcontrol-position: top;
|
|
subcontrol-origin: margin;
|
|
}
|
|
QScrollBar::left-arrow:horizontal {
|
|
border: 1px transparent grey;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: white;
|
|
}
|
|
QScrollBar::right-arrow:horizontal {
|
|
border: 1px transparent grey;
|
|
border-top-right-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: white;
|
|
}
|
|
QScrollBar::up-arrow:vertical {
|
|
border: 1px transparent grey;
|
|
border-top-left-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: white;
|
|
}
|
|
QScrollBar::down-arrow:vertical {
|
|
border: 1px transparent grey;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: white;
|
|
}
|
|
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
|
|
background: none;
|
|
}
|
|
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|
background: none;
|
|
}
|
|
QGroupBox {
|
|
border-color: rgb(156, 156, 156);
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius:8px;
|
|
padding: 10px 0px 0px 0px;
|
|
|
|
}
|
|
|
|
QGroupBox:title {
|
|
subcontrol-origin: margin;
|
|
left: 7px;
|
|
padding: 0px 0px 0px 0px;
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
<widget class="QWidget" name="top">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QWidget" name="top2" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QWidget" name="sidebar" native="true">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>200</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="QGroupBox" name="serialSettingGB">
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="title">
|
|
<string>串口</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="1">
|
|
<widget class="QComboBox" name="serialBaudrateCB"/>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="serialPortLable">
|
|
<property name="text">
|
|
<string>串口号</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="serialBaudrateLable">
|
|
<property name="text">
|
|
<string>波特率</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="serialPortCB"/>
|
|
</item>
|
|
<item row="3" column="0" colspan="2">
|
|
<widget class="QPushButton" name="serialOpenKey">
|
|
<property name="text">
|
|
<string>打开</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" colspan="2">
|
|
<widget class="QPushButton" name="serialPortRefreshKey">
|
|
<property name="text">
|
|
<string>刷新</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="StateGB">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="title">
|
|
<string>状态</string>
|
|
</property>
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="DeviceConnectStateLable">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>设备连接状态</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QTextBrowser" name="DeviceConnectStateTB">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="lineWrapColumnOrWidth">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>软件信息</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>上位机-版本</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLineEdit" name="UpperVersion">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="title">
|
|
<string>厂商信息</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
<item>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string><a href="www.iflytop.com">www.iflytop.com</string>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item alignment="Qt::AlignRight">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="content" native="true">
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
<item>
|
|
<widget class="QTabWidget" name="tabs">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>3</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="tabBarAutoHide">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="TriInXtab">
|
|
<attribute name="title">
|
|
<string>主页面</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="OutputPluseTypeTag">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>输出波形类型</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="2">
|
|
<widget class="QPushButton" name="SendButton">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>50</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>发送</string>
|
|
</property>
|
|
<property name="iconSize">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="OutputModeTag">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>输出模式</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="OutputPluseWidthTag">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>脉冲宽度(us)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLineEdit" name="OutputPluseNumVal">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QComboBox" name="OutputPluseTypeVal">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLineEdit" name="OutputPluseWidthVal">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="OutputPluseNumTag">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>脉冲数量</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="OutputModeVal">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>1</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="OutputPluseFreqTag">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>频率(HZ)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLineEdit" name="OutputPluseFreqVal">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tab">
|
|
<attribute name="title">
|
|
<string>版本说明</string>
|
|
</attribute>
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
<item>
|
|
<widget class="QTextBrowser" name="textBrowser">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>200</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>600</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(255, 255, 255, 60);
|
|
border-width:0;border-style:outset</string>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;">
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Consolas','Courier New','monospace'; font-size:11pt; font-weight:600; color:#ff0000;">V2:</span></p>
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Consolas','Courier New','monospace'; font-size:11pt; font-weight:600; color:#ff0000;"> 1.优化UI界面<br /><br /></span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="verticalSpacer_17">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="LOGBOX">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>2</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="title">
|
|
<string>日志</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
<item>
|
|
<widget class="QTextBrowser" name="instructionPreview">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<zorder>content</zorder>
|
|
<zorder>sidebar</zorder>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<action name="ProfessionalModel">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>专业模式</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>专业模式</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|