Wanderson M. Pimenta
MainWindow
0
0
940
620
940
620
MainWindow
Segoe UI
10
false
false
/* /////////////////////////////////////////////////////////////////////////////////////////////////
SET APP STYLESHEET - FULL STYLES HERE
DARK THEME - DRACULA COLOR BASED
///////////////////////////////////////////////////////////////////////////////////////////////// */
QWidget{
color: rgb(221, 221, 221);
font: 10pt "Segoe UI";
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Tooltip */
QToolTip {
color: #ffffff;
background-color: rgba(33, 37, 43, 180);
border: 1px solid rgb(44, 49, 58);
background-image: none;
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 2px solid rgb(255, 121, 198);
text-align: left;
padding-left: 8px;
margin: 0px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Bg App */
#bgApp {
background-color: rgb(40, 44, 52);
border: 1px solid rgb(44, 49, 58);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Left Menu */
#leftMenuBg {
background-color: rgb(33, 37, 43);
}
#topLogo {
background-color: rgb(33, 37, 43);
background-image: url(:/images/images/images/PyDracula.png);
background-position: centered;
background-repeat: no-repeat;
}
#titleLeftApp { font: 63 12pt "Segoe UI Semibold"; }
#titleLeftDescription { font: 8pt "Segoe UI"; color: rgb(189, 147, 249); }
/* MENUS */
#topMenu .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 22px solid transparent;
background-color: transparent;
text-align: left;
padding-left: 44px;
}
#topMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#topMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
#bottomMenu .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 20px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 44px;
}
#bottomMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#bottomMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
#leftMenuFrame{
border-top: 3px solid rgb(44, 49, 58);
}
/* Toggle Button */
#toggleButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 20px solid transparent;
background-color: rgb(37, 41, 48);
text-align: left;
padding-left: 44px;
color: rgb(113, 126, 149);
}
#toggleButton:hover {
background-color: rgb(40, 44, 52);
}
#toggleButton:pressed {
background-color: rgb(189, 147, 249);
}
/* Title Menu */
#titleRightInfo { padding-left: 10px; }
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Extra Tab */
#extraLeftBox {
background-color: rgb(44, 49, 58);
}
#extraTopBg{
background-color: rgb(189, 147, 249)
}
/* Icon */
#extraIcon {
background-position: center;
background-repeat: no-repeat;
background-image: url(:/icons/images/icons/icon_settings.png);
}
/* Label */
#extraLabel { color: rgb(255, 255, 255); }
/* Btn Close */
#extraCloseColumnBtn { background-color: rgba(255, 255, 255, 0); border: none; border-radius: 5px; }
#extraCloseColumnBtn:hover { background-color: rgb(196, 161, 249); border-style: solid; border-radius: 4px; }
#extraCloseColumnBtn:pressed { background-color: rgb(180, 141, 238); border-style: solid; border-radius: 4px; }
/* Extra Content */
#extraContent{
border-top: 3px solid rgb(40, 44, 52);
}
/* Extra Top Menus */
#extraTopMenu .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 22px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 44px;
}
#extraTopMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#extraTopMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Content App */
#contentTopBg{
background-color: rgb(33, 37, 43);
}
#contentBottom{
border-top: 3px solid rgb(44, 49, 58);
}
/* Top Buttons */
#rightButtons .QPushButton { background-color: rgba(255, 255, 255, 0); border: none; border-radius: 5px; }
#rightButtons .QPushButton:hover { background-color: rgb(44, 49, 57); border-style: solid; border-radius: 4px; }
#rightButtons .QPushButton:pressed { background-color: rgb(23, 26, 30); border-style: solid; border-radius: 4px; }
/* Theme Settings */
#extraRightBox { background-color: rgb(44, 49, 58); }
#themeSettingsTopDetail { background-color: rgb(189, 147, 249); }
/* Bottom Bar */
#bottomBar { background-color: rgb(44, 49, 58); }
#bottomBar QLabel { font-size: 11px; color: rgb(113, 126, 149); padding-left: 10px; padding-right: 10px; padding-bottom: 2px; }
/* CONTENT SETTINGS */
/* MENUS */
#contentSettings .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 22px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 44px;
}
#contentSettings .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#contentSettings .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
QTableWidget */
QTableWidget {
background-color: transparent;
padding: 10px;
border-radius: 5px;
gridline-color: rgb(44, 49, 58);
border-bottom: 1px solid rgb(44, 49, 60);
}
QTableWidget::item{
border-color: rgb(44, 49, 60);
padding-left: 5px;
padding-right: 5px;
gridline-color: rgb(44, 49, 60);
}
QTableWidget::item:selected{
background-color: rgb(189, 147, 249);
}
QHeaderView::section{
background-color: rgb(33, 37, 43);
max-width: 30px;
border: 1px solid rgb(44, 49, 58);
border-style: none;
border-bottom: 1px solid rgb(44, 49, 60);
border-right: 1px solid rgb(44, 49, 60);
}
QTableWidget::horizontalHeader {
background-color: rgb(33, 37, 43);
}
QHeaderView::section:horizontal
{
border: 1px solid rgb(33, 37, 43);
background-color: rgb(33, 37, 43);
padding: 3px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
QHeaderView::section:vertical
{
border: 1px solid rgb(44, 49, 60);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
LineEdit */
QLineEdit {
background-color: rgb(33, 37, 43);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding-left: 10px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QLineEdit:hover {
border: 2px solid rgb(64, 71, 88);
}
QLineEdit:focus {
border: 2px solid rgb(91, 101, 124);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
PlainTextEdit */
QPlainTextEdit {
background-color: rgb(27, 29, 35);
border-radius: 5px;
padding: 10px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QPlainTextEdit QScrollBar:vertical {
width: 8px;
}
QPlainTextEdit QScrollBar:horizontal {
height: 8px;
}
QPlainTextEdit:hover {
border: 2px solid rgb(64, 71, 88);
}
QPlainTextEdit:focus {
border: 2px solid rgb(91, 101, 124);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
ScrollBars */
QScrollBar:horizontal {
border: none;
background: rgb(52, 59, 72);
height: 8px;
margin: 0px 21px 0 21px;
border-radius: 0px;
}
QScrollBar::handle:horizontal {
background: rgb(189, 147, 249);
min-width: 25px;
border-radius: 4px
}
QScrollBar::add-line:horizontal {
border: none;
background: rgb(55, 63, 77);
width: 20px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
border: none;
background: rgb(55, 63, 77);
width: 20px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal
{
background: none;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
{
background: none;
}
QScrollBar:vertical {
border: none;
background: rgb(52, 59, 72);
width: 8px;
margin: 21px 0 21px 0;
border-radius: 0px;
}
QScrollBar::handle:vertical {
background: rgb(189, 147, 249);
min-height: 25px;
border-radius: 4px
}
QScrollBar::add-line:vertical {
border: none;
background: rgb(55, 63, 77);
height: 20px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical {
border: none;
background: rgb(55, 63, 77);
height: 20px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
background: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
CheckBox */
QCheckBox::indicator {
border: 3px solid rgb(52, 59, 72);
width: 15px;
height: 15px;
border-radius: 10px;
background: rgb(44, 49, 60);
}
QCheckBox::indicator:hover {
border: 3px solid rgb(58, 66, 81);
}
QCheckBox::indicator:checked {
background: 3px solid rgb(52, 59, 72);
border: 3px solid rgb(52, 59, 72);
background-image: url(:/icons/images/icons/cil-check-alt.png);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
RadioButton */
QRadioButton::indicator {
border: 3px solid rgb(52, 59, 72);
width: 15px;
height: 15px;
border-radius: 10px;
background: rgb(44, 49, 60);
}
QRadioButton::indicator:hover {
border: 3px solid rgb(58, 66, 81);
}
QRadioButton::indicator:checked {
background: 3px solid rgb(94, 106, 130);
border: 3px solid rgb(52, 59, 72);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
ComboBox */
QComboBox{
background-color: rgb(27, 29, 35);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding: 5px;
padding-left: 10px;
}
QComboBox:hover{
border: 2px solid rgb(64, 71, 88);
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 25px;
border-left-width: 3px;
border-left-color: rgba(39, 44, 54, 150);
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-image: url(:/icons/images/icons/cil-arrow-bottom.png);
background-position: center;
background-repeat: no-reperat;
}
QComboBox QAbstractItemView {
color: rgb(255, 121, 198);
background-color: rgb(33, 37, 43);
padding: 10px;
selection-background-color: rgb(39, 44, 54);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Sliders */
QSlider::groove:horizontal {
border-radius: 5px;
height: 10px;
margin: 0px;
background-color: rgb(52, 59, 72);
}
QSlider::groove:horizontal:hover {
background-color: rgb(55, 62, 76);
}
QSlider::handle:horizontal {
background-color: rgb(189, 147, 249);
border: none;
height: 10px;
width: 10px;
margin: 0px;
border-radius: 5px;
}
QSlider::handle:horizontal:hover {
background-color: rgb(195, 155, 255);
}
QSlider::handle:horizontal:pressed {
background-color: rgb(255, 121, 198);
}
QSlider::groove:vertical {
border-radius: 5px;
width: 10px;
margin: 0px;
background-color: rgb(52, 59, 72);
}
QSlider::groove:vertical:hover {
background-color: rgb(55, 62, 76);
}
QSlider::handle:vertical {
background-color: rgb(189, 147, 249);
border: none;
height: 10px;
width: 10px;
margin: 0px;
border-radius: 5px;
}
QSlider::handle:vertical:hover {
background-color: rgb(195, 155, 255);
}
QSlider::handle:vertical:pressed {
background-color: rgb(255, 121, 198);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
CommandLinkButton */
QCommandLinkButton {
color: rgb(255, 121, 198);
border-radius: 5px;
padding: 5px;
color: rgb(255, 170, 255);
}
QCommandLinkButton:hover {
color: rgb(255, 170, 255);
background-color: rgb(44, 49, 60);
}
QCommandLinkButton:pressed {
color: rgb(189, 147, 249);
background-color: rgb(52, 58, 71);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Button */
#pagesContainer QPushButton {
border: 2px solid rgb(52, 59, 72);
border-radius: 5px;
background-color: rgb(52, 59, 72);
}
#pagesContainer QPushButton:hover {
background-color: rgb(57, 65, 80);
border: 2px solid rgb(61, 70, 86);
}
#pagesContainer QPushButton:pressed {
background-color: rgb(35, 40, 49);
border: 2px solid rgb(43, 50, 61);
}
0
10
10
10
10
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
60
0
60
16777215
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
50
16777215
50
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
10
5
42
42
42
42
42
42
background-image: url(:/images/images/images/logo.png);
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
70
8
160
20
Segoe UI Semibold
12
false
四川中水成勘院
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop
70
27
160
16
16777215
16
Segoe UI
8
false
false
CMC
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
16777215
45
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/icon_menu.png);
菜单
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-home.png);
首页
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-chart.png);
输入表格
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-laptop.png);
成果预览
-
0
0
0
45
PointingHandCursor
background-image: url(:/icons/images/icons/cil-library.png);
数据一览
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
0
16777215
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
50
16777215
50
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
10
10
10
0
-
20
0
20
20
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
150
0
Left Box
-
28
28
28
28
PointingHandCursor
Close left box
:/icons/images/icons/icon_close.png:/icons/images/icons/icon_close.png
20
20
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-share-boxed.png);
Share
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-equalizer.png);
Adjustments
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-layers.png);
More
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
222
0
background: transparent;
QFrame::Shape::NoFrame
true
<!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" /><meta charset="utf-8" /><style type="text/css">
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Segoe UI'; font-size:10pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600; color:#ff79c6;">PyDracula</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ffffff;">An interface created using Python and PySide (support for PyQt), and with colors based on the Dracula theme created by Zeno Rocha.</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ffffff;">MIT License</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#bd93f9;">Created by: Wanderson M. Pimenta</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600; color:#ff79c6;">Convert UI</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; color:#ffffff;">pyside6-uic main.ui > ui_main.py</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600; color:#ff79c6;">Convert QRC</span></p>
<p align="center" style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt; color:#ffffff;">pyside6-rcc resources.qrc -o resources_rc.py</span></p></body></html>
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
50
16777215
50
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
10
0
-
0
0
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
16777215
45
Segoe UI
10
false
false
<html><head/><body><p><span style=" font-size:20pt;">控制网复测平面基准归算程序</span></p></body></html>
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
0
28
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
5
0
0
0
0
-
28
28
28
28
PointingHandCursor
Settings
:/icons/images/icons/icon_settings.png:/icons/images/icons/icon_settings.png
20
20
-
28
28
28
28
PointingHandCursor
Minimize
:/icons/images/icons/icon_minimize.png:/icons/images/icons/icon_minimize.png
20
20
-
28
28
28
28
Segoe UI
10
false
false
PreferDefault
PointingHandCursor
Maximize
:/icons/images/icons/icon_maximize.png:/icons/images/icons/icon_maximize.png
20
20
-
28
28
28
28
PointingHandCursor
Close
:/icons/images/icons/icon_close.png:/icons/images/icons/icon_close.png
20
20
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
10
10
10
10
-
0
0
background: transparent;
QFrame::Shadow::Plain
1
1
-
-
16777215
35
Segoe UI
10
false
false
<html><head/><body><p><span style=" font-size:18pt;">功能一览</span></p></body></html>
-
60
-
-
QFrame::Shape::StyledPanel
QFrame::Shadow::Plain
1
0
0
161
41
10
-
25
25
background-image: url(:/icons/images/icons/No1.png);
background-repeat:no-repeat
-
60
27
输入表格
35
145
91
36
支持使用Excel直接导入
Qt::AlignmentFlag::AlignCenter
true
45
50
71
81
background-image: url(:/icons/images/icons/excel.png);
background-repeat:no-repeat;
<html><head/><body><p><br/></p></body></html>
-
-
QFrame::Shape::StyledPanel
QFrame::Shadow::Plain
0
0
161
41
10
-
25
25
background-image: url(:/icons/images/icons/No2.png);
background-repeat:no-repeat
-
60
27
成果预览
25
140
111
61
通过控制网复测平面基准归算算法取得归算成果
Qt::AlignmentFlag::AlignCenter
true
45
50
81
71
background-image: url(:/icons/images/icons/view.png);
background-repeat:no-repeat;
<html><head/><body><p><br/></p></body></html>
-
-
QFrame::Shape::StyledPanel
QFrame::Shadow::Plain
0
0
161
41
10
-
25
25
background-image: url(:/icons/images/icons/No3.png);
background-repeat:no-repeat
-
60
27
数据一览
20
139
121
61
通过筛选,对已存储数据进行查询,修改,删除等操作
Qt::AlignmentFlag::AlignCenter
true
45
50
71
81
background-image: url(:/icons/images/icons/data.png);
background-repeat:no-repeat;
<html><head/><body><p><br/></p></body></html>
-
-
QFrame::Shape::StyledPanel
QFrame::Shadow::Plain
0
0
161
41
10
-
25
25
background-image: url(:/icons/images/icons/No4.png);
background-repeat:no-repeat
-
60
27
输入表格
23
138
111
61
对计算数据进行保存,导出计算成果数据
Qt::AlignmentFlag::AlignCenter
true
40
50
71
81
background-image: url(:/icons/images/icons/save.png);
background-repeat:no-repeat;
<html><head/><body><p><br/></p></body></html>
-
QFrame::Shape::StyledPanel
QFrame::Shadow::Sunken
1
0
10
10
61
21
<html><head/><body><p><span style=" font-size:11pt; font-weight:700;">操作说明</span></p></body></html>
13
35
761
181
<html><head/><body><p>1.在“输入表格”界面,导入按格式编写好的输入数据(支持.xls、.xlsx格式),点击“计算”。</p><p>2.自动跳转“成果预览”界面,可选择“保存数据”及“导出数据”(如需修改输入值,请在“数据一览”内修改,无需再次上传Excel)</p><p>3.“数据一览”界面可通过名称/关键词模糊查询表,通过筛选按钮可筛选稳定点、位移点、新建点和复建点。</p><p>4.“数据一览”工具栏从左到右分别实现全屏显示,上一张表,下一张表,编辑数据,保存数据,导出当前表,查找表内数据操作。</p><p>5.在“数据一览”点击“编辑数据”即可修改已存储数据,点击“保存数据”将重新计算并跳转“成果预览”页。</p><p>6.仅支持对基本数据的修改,成果数据请导出后自行修改,系统不做存储。</p></body></html>
true
b
20
10
10
10
10
-
0
0
16777215
113
QFrame::Shape::StyledPanel
QFrame::Shadow::Raised
0
0
0
0
0
-
0
110
16777215
110
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
16777215
34
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
Segoe UI
10
false
false
<html><head/><body><p><span style=" font-weight:700;">导入Excel表格</span></p></body></html>
-
0
65
16777215
300
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
0
7
4
-
60
16777215
选择项目:
-
350
16777215
PointingHandCursor
QComboBox QAbstractItemView {
border: 2px solid #282c34;
background-color: rgba(40, 44, 52,.7);
border-radius-bottom: 15px;
padding: 1px 2px 1px 2px;
min-width: 9em;
}
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
新建项目
-
0
25
250
35
background-color: rgb(33, 37, 43);
没有对应项目?请输入新建的项目名
-
150
26
60
16777215
Segoe UI
10
false
false
PointingHandCursor
background-color: rgb(52, 59, 72);
新建
:/icons/images/icons/cil-folder-open.png:/icons/images/icons/cil-folder-open.png
-
选择计算方式:
-
PointingHandCursor
QComboBox QAbstractItemView {
border: 2px solid #282c34;
background-color: rgba(40, 44, 52,.7);
border-radius-bottom: 15px;
padding: 1px 2px 1px 2px;
min-width: 9em;
}
控制网复测平面基准计算
-
控制网复测平面基准计算
-
平面控制网稳定性计算
-
水准测段高差稳定计算
-
0
150
16777215
150
QFrame::Shape::StyledPanel
QFrame::Shadow::Raised
-
0
0
PointingHandCursor
color: rgb(178, 138, 234);
选择计算方式后,点击此处选择文件进行计算
支持Excel单个文件上传,默认识别第一个sheet表格
-
65
25
PointingHandCursor
计算
-
0
0
16777215
180
QFrame::Shape::StyledPanel
QFrame::Shadow::Raised
1
6
6
27
-
25
-
0
-
<html><head/><body><p><span style=" font-size:11pt; font-weight:700;">表格示例</span></p></body></html>
-
<html><head/><body><p><span style=" font-size:8pt;">1.请按如下格式保存数据表,可识别xls、xlsx文件。</span></p><p><span style=" font-size:8pt;">2.系统将识别第一个sheet文件,按对应单元格读取数据(如单元格错位,会导致系统无法识别)</span></p><p><span style=" font-size:8pt;">3.最弱边边长相对中误差可识别分数形式,仅支持英文状态下“/”作为分隔符。</span></p><p><span style=" font-size:8pt;">4.总边数计算时,往返算两条边。</span></p></body></html>
-
16
-
示例下载1
-
示例下载2
-
示例下载3
-
3
-
<html><head/><body><p><span style=" font-size:8pt;">点击下载平面控制网稳定性示例表</span></p></body></html>
-
<html><head/><body><p><span style=" font-size:8pt;">点击下载控制网复测平面基准示例表</span></p></body></html>
-
<html><head/><body><p><span style=" font-size:8pt;">点击下载水准测段高差稳定示例表</span></p></body></html>
-
-
<html><head/><body><p><span style=" font-size:11pt; font-weight:700;">成果预览</span></p></body></html>
-
ArrowCursor
QTabWidget::TabPosition::North
QTabWidget::TabShape::Rounded
0
Qt::TextElideMode::ElideRight
false
false
:/icons/images/icons/1.png:/icons/images/icons/1.png
复测成果表
-
:/icons/images/icons/2.png:/icons/images/icons/2.png
复测基准归算表
-
UpArrowCursor
false
false
:/icons/images/icons/3.png:/icons/images/icons/3.png
基准归算模型
-
:/icons/images/icons/4.png:/icons/images/icons/4.png
模型打印表
-
-
PointingHandCursor
background-color: rgb(52, 59, 72);
导出成果
-
6
-
-
background-color: rgb(33, 37, 43);
请输入名称/关键字
-
0
0
10
10
30
24
:/icons/images/icons/cil-magnifying-glass.png:/icons/images/icons/cil-magnifying-glass.png
-
QComboBox QAbstractItemView {
border: 2px solid #282c34;
background-color: rgba(40, 44, 52,.7);
border-radius-bottom: 15px;
padding: 1px 2px 1px 2px;
min-width: 9em;
}
符合查询要求的表
-
-
QComboBox QAbstractItemView {
border: 2px solid #282c34;
background-color: rgba(40, 44, 52,.7);
border-radius-bottom: 15px;
padding: 1px 2px 1px 2px;
min-width: 9em;
}
所有表
-
-
-
-
border: 2px solid #7284b9;
border-radius: 5px;
background-color: #6272a4;
color:#FFFFFF
<html><head/><body><p><img src=":/icons/images/icons/cil-chart-line.png"/>表选择</p></body></html>
-
CheckBox
-
CheckBox
-
CheckBox
-
CheckBox
-
-
border: 2px solid #7284b9;
border-radius: 5px;
background-color: #6272a4;
color:#FFFFFF
<html><head/><body><p><img src=":/icons/images/icons/cil-justify-left.png"/>排序</p></body></html>
-
CheckBox
-
CheckBox
-
CheckBox
-
CheckBox
-
-
border: 2px solid #7284b9;
border-radius: 5px;
background-color: #6272a4;
color:#FFFFFF
<html><head/><body><p><img src=":/icons/images/icons/cil-task.png"/>筛选</p></body></html>
-
CheckBox
-
CheckBox
-
CheckBox
-
CheckBox
-
-
0
0
0
16777215
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
16777215
3
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
0
0
0
45
Segoe UI
10
false
false
PointingHandCursor
Qt::LayoutDirection::LeftToRight
background-image: url(:/icons/images/icons/cil-loop-circular.png);
切换主题
-
0
22
16777215
22
QFrame::Shape::NoFrame
QFrame::Shadow::Raised
0
0
0
0
0
-
16777215
16
Segoe UI
-1
false
false
版权信息
Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter
-
v1.0.0
Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter
-
20
0
20
16777215
QFrame::Shape::NoFrame
QFrame::Shadow::Raised