10 Star 112 Fork 48

光明顶魔教工程师 / linux_spy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.ui 13.03 KB
一键复制 编辑 原始数据 按行查看 历史
yala 提交于 2021-08-10 16:34 . 修复系统运行时间显示错误
<?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>976</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Linux终端设备群管理系统</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>951</width>
<height>261</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<column>
<property name="text">
<string>select</string>
</property>
</column>
<column>
<property name="text">
<string>组ID</string>
</property>
</column>
<column>
<property name="text">
<string>设备 ID</string>
</property>
</column>
<column>
<property name="text">
<string>设备IP</string>
</property>
</column>
<column>
<property name="text">
<string>温度信息</string>
</property>
</column>
<column>
<property name="text">
<string>CPU info</string>
</property>
</column>
<column>
<property name="text">
<string>上线时间</string>
</property>
</column>
<column>
<property name="text">
<string>位置</string>
</property>
</column>
<column>
<property name="text">
<string>设备版本号</string>
</property>
</column>
<column>
<property name="text">
<string>comment</string>
</property>
</column>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>360</y>
<width>951</width>
<height>231</height>
</rect>
</property>
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>lus</string>
</attribute>
<widget class="QTextBrowser" name="textBrowser">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>441</width>
<height>121</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>331</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>370</x>
<y>140</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>send</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>470</x>
<y>20</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>在线设备数</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_user_num">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>630</x>
<y>10</y>
<width>291</width>
<height>171</height>
</rect>
</property>
<property name="title">
<string>系统设置</string>
</property>
<widget class="QPushButton" name="pushButton_save_conf">
<property name="geometry">
<rect>
<x>200</x>
<y>130</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>161</width>
<height>30</height>
</rect>
</property>
<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="lineEdit_max_down"/>
</item>
</layout>
</widget>
</widget>
<widget class="QLabel" name="label_down_list">
<property name="geometry">
<rect>
<x>470</x>
<y>60</y>
<width>71</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>down list</string>
</property>
</widget>
<widget class="QLabel" name="label_down_num">
<property name="geometry">
<rect>
<x>550</x>
<y>60</y>
<width>54</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_flush">
<property name="geometry">
<rect>
<x>470</x>
<y>90</y>
<width>84</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>FLush</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>版本管理</string>
</attribute>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>201</width>
<height>192</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>230</x>
<y>20</y>
<width>291</width>
<height>161</height>
</rect>
</property>
<property name="title">
<string>发布新版本</string>
</property>
<widget class="QPushButton" name="pushButton_new_version">
<property name="geometry">
<rect>
<x>190</x>
<y>120</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>发布新版本</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_group">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>81</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_version_num">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>发布到组</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>版本号</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_group_id">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>81</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_version_path">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>271</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>dump</string>
</attribute>
<widget class="QTreeWidget" name="treeWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>811</width>
<height>192</height>
</rect>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushButton_tree">
<property name="geometry">
<rect>
<x>820</x>
<y>160</y>
<width>101</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_select_tree">
<property name="geometry">
<rect>
<x>820</x>
<y>110</y>
<width>101</width>
<height>28</height>
</rect>
</property>
<item>
<property name="text">
<string>msg client</string>
</property>
</item>
<item>
<property name="text">
<string>down client</string>
</property>
</item>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>关于</string>
</attribute>
<widget class="QLabel" name="label_about">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>888</width>
<height>195</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_send_file">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>75</width>
<height>75</height>
</rect>
</property>
<property name="text">
<string>发送文件</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_send_cmd">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>75</width>
<height>75</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_top_info">
<property name="geometry">
<rect>
<x>260</x>
<y>10</y>
<width>75</width>
<height>75</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_serch">
<property name="geometry">
<rect>
<x>370</x>
<y>10</y>
<width>75</width>
<height>75</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QLCDNumber" name="lcd_clock">
<property name="geometry">
<rect>
<x>720</x>
<y>10</y>
<width>241</width>
<height>71</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color:rgb(46,160,216)</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="digitCount">
<number>14</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Flat</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>976</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhaojun_chao/linux_spy.git
git@gitee.com:zhaojun_chao/linux_spy.git
zhaojun_chao
linux_spy
linux_spy
linux_spy_hp

搜索帮助

344bd9b3 5694891 D2dac590 5694891