8 Star 0 Fork 0

jjz/hems

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sql_hems.ui 12.59 KB
一键复制 编辑 原始数据 按行查看 历史
peaokelvin 提交于 2022-10-10 15:33 . Initial commit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1101</width>
<height>604</height>
</rect>
</property>
<property name="windowTitle">
<string>数据库操作</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="open_pushButton">
<property name="text">
<string>打开数据库</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="add_pushButton">
<property name="text">
<string>添加数据</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="delete_pushButton">
<property name="text">
<string>删除数据</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="save_pushButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>保存并断开链接</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cancle_pushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<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>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>频率:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="freq_lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>1.00 GHz</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>俯仰角:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="elev_lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>0.0°</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>方位角:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="azim_lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>0.0°</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>RCS_VV:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="rcs_vv_lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>10 dB</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>RCS_HH:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="rcs_hh_lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>10 dB</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="insert_pushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>插入数据</string>
</property>
</widget>
</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>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QComboBox" name="sort_comboBox">
<property name="currentText">
<string>排序字段</string>
</property>
<item>
<property name="text">
<string>排序字段</string>
</property>
</item>
<item>
<property name="text">
<string>freq</string>
</property>
</item>
<item>
<property name="text">
<string>elev</string>
</property>
</item>
<item>
<property name="text">
<string>azim</string>
</property>
</item>
<item>
<property name="text">
<string>RCS_VV</string>
</property>
</item>
<item>
<property name="text">
<string>RCS_HH</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QRadioButton" name="ascend_radioButton">
<property name="text">
<string>升序</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="descend_radioButton">
<property name="text">
<string>降序</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="query_comboBox">
<item>
<property name="text">
<string>查询字段</string>
</property>
</item>
<item>
<property name="text">
<string>freq</string>
</property>
</item>
<item>
<property name="text">
<string>elev</string>
</property>
</item>
<item>
<property name="text">
<string>azim</string>
</property>
</item>
<item>
<property name="text">
<string>rcs_vv</string>
</property>
</item>
<item>
<property name="text">
<string>rcs_hh</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="query_lineEdit">
<property name="placeholderText">
<string>请输入查询值</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="query_pushButton">
<property name="text">
<string>查询</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="clear_pushButton">
<property name="text">
<string>清除过滤</string>
</property>
</widget>
</item>
<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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6" stretch="1,1">
<item>
<widget class="QTableView" name="tableView"/>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>RCS展示</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_plot2D">
<property name="text">
<string>2D曲线</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radioButton_plot3D">
<property name="text">
<string>3D散射图</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>34</width>
<height>17</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>频率:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_plot_freq">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>3.0</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="query_comboBox_plot_angle">
<item>
<property name="text">
<string>查询角度方式</string>
</property>
</item>
<item>
<property name="text">
<string>elev</string>
</property>
</item>
<item>
<property name="text">
<string>azim</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_plot_angle">
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="query_comboBox_polar">
<item>
<property name="text">
<string>查询极化方式</string>
</property>
</item>
<item>
<property name="text">
<string>rcs_vv</string>
</property>
</item>
<item>
<property name="text">
<string>rcs_hh</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_drawRcs">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>绘图</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<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>
<layout class="QHBoxLayout" name="layoutRcs">
<property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum>
</property>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jijinzu/hems.git
git@gitee.com:jijinzu/hems.git
jijinzu
hems
hems
master

搜索帮助