1 Star 0 Fork 5

guanxiongwxh/UpperCompute

forked from ChinaYasuo/UpperCompute 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.ui 25.24 KB
一键复制 编辑 原始数据 按行查看 历史
dushenda 提交于 2021-01-13 14:03 . m readme
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
<?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>1059</width>
<height>716</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>900</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>陈胜利海洋上位机</string>
</property>
<property name="windowIcon">
<iconset resource="rsc.qrc">
<normaloff>:/imgs/bottom_logo2.png</normaloff>:/imgs/bottom_logo2.png</iconset>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_12" stretch="8,1,3">
<item>
<widget class="View" name="graphicsView">
<property name="backgroundBrush">
<brush brushstyle="NoBrush">
<color alpha="255">
<red>240</red>
<green>240</green>
<blue>240</blue>
</color>
</brush>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="3,1">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>参数设置</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>帧ID: 0x</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxFrameID">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>11F</string>
</property>
</item>
<item>
<property name="text">
<string>12F</string>
</property>
</item>
<item>
<property name="text">
<string>13F</string>
</property>
</item>
<item>
<property name="text">
<string>14F</string>
</property>
</item>
<item>
<property name="text">
<string>15F</string>
</property>
</item>
<item>
<property name="text">
<string>16F</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>波特率(Kbps):</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxBaud">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string>100</string>
</property>
<item>
<property name="text">
<string>100</string>
</property>
</item>
<item>
<property name="text">
<string>200</string>
</property>
</item>
<item>
<property name="text">
<string>400</string>
</property>
</item>
<item>
<property name="text">
<string>500</string>
</property>
</item>
<item>
<property name="text">
<string>800</string>
</property>
</item>
<item>
<property name="text">
<string>1000</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>像元数目:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxPixelCnt">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string>128</string>
</property>
<item>
<property name="text">
<string>128</string>
</property>
</item>
<item>
<property name="text">
<string>256</string>
</property>
</item>
<item>
<property name="text">
<string>512</string>
</property>
</item>
<item>
<property name="text">
<string>1024</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>增益(倍):</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxGain">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>*1</string>
</property>
</item>
<item>
<property name="text">
<string>*2</string>
</property>
</item>
<item>
<property name="text">
<string>*4</string>
</property>
</item>
<item>
<property name="text">
<string>*8</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>积分时间(倍):</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxInterTime">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>*1</string>
</property>
</item>
<item>
<property name="text">
<string>*2</string>
</property>
</item>
<item>
<property name="text">
<string>*4</string>
</property>
</item>
<item>
<property name="text">
<string>*8</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>等待时间(s):</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxWaitTime">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string>1</string>
</property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>指令间隔(s):</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxOrderGap">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="currentText">
<string>0.001</string>
</property>
<item>
<property name="text">
<string>0.001</string>
</property>
</item>
<item>
<property name="text">
<string>0.01</string>
</property>
</item>
<item>
<property name="text">
<string>0.3</string>
</property>
</item>
<item>
<property name="text">
<string>0.6</string>
</property>
</item>
<item>
<property name="text">
<string>0.8</string>
</property>
</item>
<item>
<property name="text">
<string>0.9</string>
</property>
</item>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>50</string>
</property>
</item>
<item>
<property name="text">
<string>60</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>采集次数:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEditSampleCnts">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="inputMask">
<string/>
</property>
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>输入采集次数</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11"/>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>172</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButtonModifyConfirm">
<property name="text">
<string>确认修改参数</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>控制</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<widget class="QPushButton" name="pushButtonContinueSample">
<property name="text">
<string>开始连续采集</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="pushButtonSingleSample">
<property name="text">
<string>单次采集</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="pushButtonResetAxes">
<property name="text">
<string>重置坐标</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButtonContinueSampleSave">
<property name="text">
<string>开始多次采集</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>24</number>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar_2">
<property name="value">
<number>24</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>28</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;:/imgs/info.ico&quot;/&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1059</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="action"/>
<addaction name="action_2"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>帮助</string>
</property>
<addaction name="action_3"/>
<addaction name="action_4"/>
<addaction name="action_6"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>设置</string>
</property>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>坐标替换</string>
</property>
<addaction name="actionx"/>
<addaction name="actiony"/>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>换肤</string>
</property>
<addaction name="actionOrigin"/>
<addaction name="actionLight"/>
<addaction name="actionInstrument"/>
<addaction name="actionDark"/>
</widget>
<addaction name="action_5"/>
<addaction name="menu_4"/>
<addaction name="menu_5"/>
</widget>
<widget class="QMenu" name="menu_6">
<property name="title">
<string>更新</string>
</property>
<addaction name="action_7"/>
<addaction name="action_8"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_3"/>
<addaction name="menu_2"/>
<addaction name="menu_6"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="action">
<property name="text">
<string>打开文件夹</string>
</property>
</action>
<action name="action_2">
<property name="text">
<string>退出</string>
</property>
</action>
<action name="action_3">
<property name="text">
<string>关于</string>
</property>
</action>
<action name="action_4">
<property name="text">
<string>文档地址</string>
</property>
</action>
<action name="action_5">
<property name="text">
<string>发送帧参数</string>
</property>
</action>
<action name="actionx">
<property name="text">
<string>x轴替换</string>
</property>
</action>
<action name="actionOrigin">
<property name="text">
<string>Origin</string>
</property>
</action>
<action name="actionInstrument">
<property name="text">
<string>Instrument</string>
</property>
</action>
<action name="actionDark">
<property name="text">
<string>Dark</string>
</property>
</action>
<action name="actionLight">
<property name="text">
<string>Light</string>
</property>
</action>
<action name="action_6">
<property name="text">
<string>启用外部调试助手</string>
</property>
</action>
<action name="actiony">
<property name="text">
<string>y轴替换</string>
</property>
</action>
<action name="action_7">
<property name="text">
<string>检查更新</string>
</property>
</action>
<action name="action_8">
<property name="text">
<string>更新版本</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>View</class>
<extends>QGraphicsView</extends>
<header location="global">view.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="rsc.qrc"/>
</resources>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/guanxiongwxh/upper-compute.git
git@gitee.com:guanxiongwxh/upper-compute.git
guanxiongwxh
upper-compute
UpperCompute
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385